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