Posted 27 July 2015 - 02:06 AM
im wondering if its possible to do something like
I'd rather not have to have multiple if statments all do the same thing and unfortunately i can't really use a proper function right now (that i can think of atleast) without things getting wonky
if ((a == a and b == B)/> or (c == c and d == d)) then
--do stuff
end
I'd rather not have to have multiple if statments all do the same thing and unfortunately i can't really use a proper function right now (that i can think of atleast) without things getting wonky