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