void main() { object oPC = GetPCSpeaker(); object oWayPoint = GetWaypointByTag("frost_bellow"); location lLoc = GetLocation(oWayPoint); AssignCommand(oPC,JumpToLocation(lLoc)); }