beginscript; label Checkdist: if (GetGlobalVar(1)==1) { ToggleArmor(VanZan); EndFrame(); goto End; } if (PlayerInRange(1500)) { EndFrame(); goto Checkdist; } if (GetCameraID() != (0x801)) { EndFrame(); goto Checkdist; } TriggerMessage(12,h12,0x7803); WaitForTime(150); if (PlayerInRange(1500)) { EndFrame(); goto Checkdist; } TriggerMessage(13,h13,0x7803); label back: if (PlayerInRange(1500)) { EndFrame(); goto Checkdist; } EndFrame(); goto back; EndFrame(); goto Checkdist; label End: EndFrame(); goto End; endscript; $