ID:271752
 
How would I go about Checking a players OCC/Say text. I want to make a custom AI that records every time a player uses profanity. So how would i go about checking their say without using lists.

if([msg] i don't know how to do the rest.)

Thank you.
mob/Say(t as text)
if(findtext(t,"Hi")
usr<<"No Profanity FOOL!"
return
view()<<t