how do you use the 'if' in script editor
like, do you say if [var1] [condition] [var2] then [action]
if so, how do you do multiple actions?
if(xvelocity == 0.0)
{
//Your actions here
MoveTo("Event Actor", 0.000000, 0.000000, 1.000000);
DestroyActor("enemy");
}
Users browsing this forum: No registered users and 1 guest