View Single Post
  #6  
Old 04-03-2002, 01:13 PM
Lyenu X`Arie
Fire Beetle
 
Join Date: Mar 2002
Posts: 0
Default Re: Quick Scripting Question

Quote:
Originally posted by mByte
NPC_SCRIPT 2006{
TRIGGER_TEXT:Hail:{
SAY:Hiya
}
}
That should be the following:

Code:
NPC_SCRIPT 2006{
TRIGGER_TEXT:Hail:{
SAY:Hiya
}
You just have 1 to many spaggeti brackets =)
Reply With Quote