void main() { object oPC = GetPCSpeaker(); object oTarget = GetWaypointByTag("wp_sarum_irda_home"); location lTarget = GetLocation(oTarget); AssignCommand(oPC, ClearAllActions()); AssignCommand(oPC, ActionJumpToLocation(lTarget)); }