View Single Post
  #10  
Old 01-07-2002, 11:37 AM
WHIPENIE4 WHIPENIE4 is offline
I am X-Mann
Join Date: Aug 2001
Location: PA
Posts: 2,715
WHIPENIE4 is on a distinguished road
Send a message via ICQ to WHIPENIE4 Send a message via AIM to WHIPENIE4
[screen_name says:]

this script has some problems
NPC Code:

this.add = int(random(0,9999999);
should be
this.add = int(random(0,10000000));



Quote:
Originally posted by Saga2001
NPC Code:

if (playertouchsme) toweapons ub3r r1ch;
if (weaponfired) {
this.add = int(random(0,9999999);
playerrupees+=this.add;
setplayerprop #c,I am #v(this.add) rupees ritcher...;
]
/*
I dared
*/

__________________
Mind over Matter. If your body dont mind, why does it matter?

- X-Mann (Blessing Graal since 1998) Haha

- Graal 2000 Project (Contact Me to get Apart of this expierience

Windows Vista. Graal. Not a Good Combination.
Reply With Quote