void main() { object oPC = GetPCSpeaker(); object oDrop = GetWaypointByTag("pitexit3"); //jump the PC to the destination AssignCommand (oPC,JumpToObject(oDrop)); }