Thread
:
NPC Scripting Error - is it just me?
View Single Post
#
5
04-04-2002, 06:30 PM
Lyenu X`Arie
Fire Beetle
Join Date: Mar 2002
Posts: 0
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
Lyenu X`Arie
View Public Profile
Send a private message to Lyenu X`Arie
Find all posts by Lyenu X`Arie