18.02.2011, 04:13
Is there some way to describe "or if" in a sense, what I'm looking to do is a if statement for example,
pawn Код:
if(x or if y or if z == 1)
{
do something
}
Described Version Below:
if(x/*or if*/y/*or if*/z/*if one of them equals 1 then do the thing, doesn't have to be them all*/ == 1)