void main() { object oPC = GetLastUsedBy(); object oTarget = GetWaypointByTag("OutofTangPit"); AssignCommand(oPC, JumpToObject(oTarget)); }