Posted 20 January 2013 - 05:28 AM
I have been wondering if there is a way to do something like this:
If x == Name & Name2 then
instead of something like this:
if x == Name then
blablabla….
elseif x == Name2 then
end
if it possible to have it on 1 line?
any help would any appreciated? :)/>
If x == Name & Name2 then
instead of something like this:
if x == Name then
blablabla….
elseif x == Name2 then
end
if it possible to have it on 1 line?
any help would any appreciated? :)/>