• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Hey guys! I'm back at it again.. with the dreaded paradox quest! [OTHire]

Xapafe

Member
Joined
Jul 22, 2013
Messages
83
Reaction score
6
I'm in the middle of scripting the Riddler and I realized something. It's going to be a nightmare for me to script him to remember the color you first give him, so I think I'm gonna go the lazy route and just let the player be correct on the answer every time with any word..

My problem is, how do I script it to allow any word? Currently I have


Code:
elseif msgcontains(msg, *any word here lol* ) and talkState == 22 then
        selfSay("UHM UH OH ... How could you guess that? Are you mad??? All right. Question number two: What is the opposite?")
        talkState = 23

I'd like any word to work for the answer. I've tried to leave this blank

Code:
msgcontains(msg, )

Thinking that it would work...

Nope. :(

Any ideas?
Thanks everyone!
 
Back
Top