View Single Post
  #4  
Old 10-03-2001, 03:53 AM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
It cannot be used with letters unless you use some special scripting, E.G this:
NPC Code:
if (playertouchsme) {
this.i=int(random(0,26));
message #e(this.i,1,abcdefghijklmnopqrstuvwxyz);
}


And AlphaFlame, random is a function which uses variables so it doesn't need the #v
__________________

Reply With Quote