Is there a way to tell if a string includes certain things? For example, if you wanted to know if the word ‘hello’ was in their message, and you didn’t want to have to put:
if "hello"==message then
print "hello"
elseif "Hello"==message then
print "hello"
elseif "hEllo"==message then
And go through all of the caps and all of the possible words in the front and their caps and any words after the ‘hello’ and their caps.
That would be horrific, therefore I know that’s not how you might do it.
binc [import]uid: 147322 topic_id: 28210 reply_id: 328210[/import]