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 ?