View Single Post
  #8  
Old 10-03-2001, 03:57 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
so ....

Quote:
Originally posted by entravial
~AlphaFlame~

Of course that doesn't work if you're talking about variables. You're asking it for a random from a to z, not the value of variable a to variable z. That would be

random(#v(a),#v(b))

I believe.
so if i used:
NPC Code:

if (created)
setstring testing,random(#v(a),#v(z));
message #s(testing);
}


A letter between A and Z might appear ?
Reply With Quote