This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 1 match

by borys85
Sun Dec 19, 2004 3:03 pm
Forum: Archive
Topic: Simple random-script, please help me complete it
Replies: 3
Views: 1600

Simple random-script, please help me complete it

Hello! We're playing RPG online (by IRC) and I need a script which can "simulate" dice. It has to do this: When user types "!result" it picks a random integer between 1-100 (1 and 100 included) and then it prints out the result of the action (as text) based on the picked number. ...