View Single Post
  #2  
Old 10-21-2002, 12:15 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Re: insertstring, addstring, etc HELP!!!

Quote:
Originally posted by reeset1
I dont get how to use any of these. Also, alot of scripting commands wont work for me offline anymore, such as random(0,99) or something like that. I keep getting the same number each time and it never changes!!!
insertstring/addstring can most likely be found in newfeatures2001.txt

random.. well.. i have no explanation for that :|

example:

this.blah=random(0,99); (will most likely give you a decimal)
this.blah=int(random(0,100)); (will give you an integer #)
__________________

Reply With Quote