View Single Post
  #4  
Old 09-29-2001, 03:39 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
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
__________________
Thanks,
-KJL
Reply With Quote