if variable = 1
if other_variable = 2
or
if variable = 4
{
do something
};
That is, have two possible sets of if statements, but make them have the same result? Without writing it out multiple times, of course. If so, how is it written in gml?
Edited by Kyrieru, 21 July 2012 - 06:50 PM.











