View Single Post
  #5  
Old 04-04-2002, 06:30 PM
Lyenu X`Arie
Fire Beetle
 
Join Date: Mar 2002
Posts: 0
Default Re: NPC Scripting Error - is it just me?

Quote:
Originally posted by mByte
NPC_SCRIPT 2006{
TRIGGER_TEXT:Hail:{
SAY:Hiya
}
}
Here is the fix:
Code:
NPC_SCRIPT 2006{
TRIGGER_TEXT:Hail:{
SAY:Hiya
}
You just had 1 to many ending spaghetti lines
Reply With Quote