Quote:
Originally posted by Idrox0
Well dusty, the code didn't work, but the syntax i saw on DoomsDay was very similar... and no, it's not in a weapon, just an NPC.
|
Oh, I see what it's doing. With your (not Dusty's) code, it will only message if you have n-1 words in your chat text, where n is the amount of tokens you were trying to display with that message. So, if you're trying to display #t(0) through #t(4), that's 5 tokens, so you would have to say 4 or more words for it to work.
As for Dusty's code:
Dusty, when exactly is the
string containing your chat text a
string list?