Quote:
Originally posted by entravial
~AlphaFlame~
Unless you can find a way to check the letter's ascii, no it doesn't help. And I really don't feel like typing...
if (ascii(57)){
setstring letters,ascii(97);
}
or whatever a thousand times.
|
NPC Code:
if(ascii(this.lookfor))
setstring letters,ascii(this.lookfor+32);
it would be something like that