Thread: World data 0.8
View Single Post
  #19  
Old 04-10-2002, 05:54 AM
Drawde
Dragon
 
Join Date: Jan 2002
Posts: 521
Default

I've found what I was doing wrong.. I had the brackets in the wrong place, like this

NPC_SCRIPT 1
{
TRIGGER_TEXT:Hail:
{
SAY:Hiya
}
}

I didn't realise the starting bracket had to be on the same line as the NPC_SCRIPT and TRIGGER text. Anyway it now works OK, I've got some basic NPC dialogue working. As you say, item triggers don't seem to work though, hopefully in the next EQEmu version.
Is there a script command to give money to the player?
Reply With Quote