void main() { location lLoc = GetLocation(GetWaypointByTag( "Morlocktounderdarkport")); object player = GetPCSpeaker(); AssignCommand(player, JumpToLocation(lLoc)); }