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