Page 1 of 1
PlayFlavor() "say" needs range limit
Posted: Sun Sep 21, 2008 11:55 am
by John Adams
It seems whatever text the NPC is saying in PlayFlavor() is zone-wide. Need to limit that to local area as well like player /say.
Thanks!
-J
Posted: Sun Sep 21, 2008 12:27 pm
by John Adams
PlayFlavor "chat_text" also needs to echo to players chat channel, either as a tell or just plain Say?
Or should we just script this as-is, and add a Say() function to do the echo?
Edit: Actually, hold off on this. It might be caused by the combination of PlayFlavor() and StartConversation(). Seems in some cases there are conversations with dialog choices, but they also have a playflavor with just an MP3. I believe PlayFlavor() is /say'ing to chat - just not when it's blank because of this setup.
