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 #)