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