void main() { object oPC = GetLastUsedBy(); object oDest = GetWaypointByTag(GetTag(OBJECT_SELF)); AssignCommand(oPC, ActionJumpToObject(oDest)); }