# MBallroom
if $ARGS[0] = 'ballroom':
$metkaM = $ARGS[0]
$locM = $CURLOC
$location_type = 'private'
cls
gs 'stat'
'
'
'Ballroom'
act 'Go to west wing hall': gt 'MHall', 'west'
act 'Go to the atrium': gt 'MBallroom', 'atrium'
end
if $ARGS[0] = 'atrium':
$metkaM = $ARGS[0]
$locM = $CURLOC
$location_type = 'private'
cls
gs 'stat'
''
'Atrium'
act 'Go to the Ballroom': gt 'MBallroom', 'ballroom'
end
--- MBallroom ---------------------------------