
07-29-2001, 04:26 AM
|
|
Lord Helmut
|
 |
Join Date: Jun 2001
Location: Gainesville FL
Posts: 1,763
|
|
|
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
|
|
|
|