View Single Post
  #1  
Old 10-04-2011, 08:33 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Text Contains...

I was wondering if there was a way to detect if my chat bar contained a certain word. For instance.
NPC Code:
I like to sniff socks.


Is there a way I can check if my chat bar contains the work sniff?

Maybe there is a function like...
PHP Code:
if (ChatBar.containstext("sniff")) { 
__________________
Reply With Quote