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