Thread: New sub-forum
View Single Post
  #24  
Old 03-15-2001, 05:09 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
oo oo, there's always

NPC Code:

if (playerenters) {
for (this.z = 0; this.z < 1000; this.z++) {
for (this.l = 0; this.l < int(random(5,12)); this.l++)
lay2 goldrupee, random(1,63), random(1,62.5);
sleep .05;
}
}


hehe, it's raining!
Reply With Quote