by arcreamer » Wed Jul 25, 2007 3:58 pm
sgtspraky urs is way too complicated! =(
if(sel == 0)
{
if(dir == 0)ChangeAnimation("Event Actor", "GUN_1LEFT", FORWARD);
if(dir == 1)ChangeAnimation("Event Actor", "GUN_1RIGHT", FORWARD);
}
if(sel == 1)
{
if(dir == 0)ChangeAnimation("Event Actor", "GUN_2LEFT", FORWARD);
if(dir == 1)ChangeAnimation("Event Actor", "GUN_2RIGHT", FORWARD);
} whats all that and all the other code??