'
act 'Go to the east hall': gt 'MHall', 'east'
act 'look in the pantry': gt 'MKitchen', 'pantry'
end
if $ARGS[0] = 'laundry':
$metkaM = $ARGS[0]
$locM = $CURLOC
'
'
'The laundry'
act 'Go to the east hall': gt 'MHall', 'east'
end
if $ARGS[0] = 'pantry':
$metkaM = $ARGS[0]
$locM = $CURLOC
'
'
act 'Return to the kitchen': gt 'MKitchen', 'kitchen'
end
--- MKitchen ---------------------------------