Thread: How to ?
View Single Post
  #9  
Old 08-25-2002, 03:33 AM
Rogpog Rogpog is offline
Registered User
Join Date: May 2002
Posts: 15
Rogpog is on a distinguished road
...or maybe you can do this?

NPC Code:

if (created||playerendsreading){
showcharacter;
// input character properties;
dir=0;
}
if (playertouchsme){
dir=2;
say2 <Insert NPC text here.>
}



lol, all of this for a simple sign script.
Reply With Quote