View Single Post
  #4  
Old 12-15-2003, 11:08 AM
SaguratuS
Sarnak
 
Join Date: Dec 2003
Location: Rocky Mountains, CO
Posts: 64
Default

first thing you want to do is verify that quests are working - start basic.

create a new text file, name it your NPC_type number, eg. 7298.txt

EVENT_SAY{
if($1- =~ "Hail"){ say("Blarg"); }
}

I believe the space between your if statement is what's screwing you up. Hope this helps
__________________

SaguratuS Technologies
TekNet
Reply With Quote