Posted 13 May 2013 - 03:14 AM
Hey! I'm making a "cheat code" thing and I'm wondering if you can have like a equal to any thing?check
So for example:
Can you check if the input is any of those codes in a table ?
(I don't want to use lots of elseifs)
So for example:
local codes = {code1 = "1337h4xx0rz", code2 = "yolo" }
Can you check if the input is any of those codes in a table ?
(I don't want to use lots of elseifs)