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?
|