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