void OnWaypointReached_8() { if (StaticFlags[0]) == 0; { //Copter comments on ful heli-pad SC_GameMessage("COPTER:Requesting landing permission and clearing Base Zita7"); //Sets the Static flags so this won't repeat StaticFlags[0] = 1; } } void OnWaypointReached_13() { if (StaticFlags[1]) == 0; { SC_GameMessage("Zita7Controller:Access granted. Light copter will clear soon"); //moves the light SC_BindObjectToWaypoint(30,14); //Sets the Static flags so this won't repeat StaticFlags[1] = 1; } }