beginscript; label Start: if (GetState() != 1) {EndFrame(); goto Start;} SetFollowWaypoint (0x56, 0, 0); label InPosition: if (GetFollowMode() != 3) {EndFrame(); goto InPosition;} SetAnimID(20, 1); ReEvaluate(); WaitForTime (300); StopAnimLoop(); WaitForTime (2); SetFollowWaypoint (0x4d, 0, 0); label InPos2: if (GetFollowMode() != 3) { EndFrame(); goto InPos2; } EnterVehicle (engineer1, convoy_hano); label End: EndFrame(); goto End; endscript; $