Thread: random numbers?
View Single Post
  #2  
Old 11-27-2006, 03:13 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
ummm how bout this..
NPC Code:

//#CLIENTSIDE
function onCreated() {
this.num = random(0,9999);
this.chat = "Enjoy your random number!" SPC this.num;
}

__________________
Quote: