Souter
07-09-2016, 02:43 PM
Hey guys,
i have a problem with auto answer on local chat, i mean im trying to do a script which will answer to other players on default, for example:
OTHER: Hi, bot?
Me: No.
Other: bot????????
Me: no
I need to know how to do my script will find one string even between other words.
I can do it like
if msg == "Bot?" then
but then he will react only if others will type exactly this message.
Any suggestions?
i have a problem with auto answer on local chat, i mean im trying to do a script which will answer to other players on default, for example:
OTHER: Hi, bot?
Me: No.
Other: bot????????
Me: no
I need to know how to do my script will find one string even between other words.
I can do it like
if msg == "Bot?" then
but then he will react only if others will type exactly this message.
Any suggestions?