View Single Post
  #2  
Old 09-20-2001, 08:51 PM
Shard_IceFire Shard_IceFire is offline
Registered User
Shard_IceFire's Avatar
Join Date: Jun 2001
Location: Eastern Harkoonia
Posts: 861
Shard_IceFire is on a distinguished road
That's incredibly easy. You can do it in a number of ways but I'll show you mine:
NPC Code:

if (actionWHATEVER) {
this.number=random(1,10);
setstring sandplus,#v(this.number);
}

__________________

-=Shard IceFire=-
Reply With Quote