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