beginscript; SetGlobalVar(0, 0); label Start: if (GetState() != 1) {EndFrame(); goto Start;} SetFollowWaypoint (0x4e, 0, 0); TriggerMessage (14, h14, 0x7804); label InPosition: if (GetFollowMode() != 3) {EndFrame(); goto InPosition;} SetAnimID(20, 1); ReEvaluate(); WaitForTime (300); StopAnimLoop(); WaitForTime (2); TriggerUnit(heli01); SetGlobalVar (0, 1); SetFollowWaypoint (0x4d, 0, 0); label InPos2: if (GetFollowMode() != 3) { EndFrame(); goto InPos2; } EnterVehicle (engineer1, convoy_hano); RemoveRadarEdgeObj (convoy_hano); label End: EndFrame(); goto End; endscript; $