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