Thread: Random
View Single Post
  #4  
Old 07-29-2001, 04:26 AM
ownerofbabylon ownerofbabylon is offline
Lord Helmut
ownerofbabylon's Avatar
Join Date: Jun 2001
Location: Gainesville FL
Posts: 1,763
ownerofbabylon is on a distinguished road
Send a message via ICQ to ownerofbabylon Send a message via AIM to ownerofbabylon
Like this:

if (weaponfired) {this.result=random(1,100)
if (this.result<=20) {
message Uh oh it was less than or equal to 20;
}
else if (this.result<=50) {
Oh thank god it was higher than or equal to 50;
}

I just did that off the top of my head but its the basic idea.
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote