# mod_addedflavour_SFLA_BaRm
if $ARGS[0] = 'start' or $ARGS[0] = '':
*clr & cla
CLOSE ALL
$locM = 'mod_addedflavour_SFLA_BaRm'
$locM_arg = 'start'
$loc = 'mod_addedflavour_SFLA_BaRm'
$loc_arg = 'start'
$menu_loc = 'mod_addedflavour_SFLA_BaRm'
$menu_arg = 'start'
menu_off = 0
$location_type = 'bathroom'
gs 'stat'
gs 'themes', 'indoors'
gs 'mod_addedflavour_charsche' , 'chkschedule'
if modVar_AF_SFLA_AptRProg['BaRm'] >= modVar_AF_SFLA_AptRProg['Lv2Req']:
$modVar_AF_TempStr = 'Lv2'
else
$modVar_AF_TempStr = 'Lv1'
end
'
Bathroom'
''
gs 'mod_addedflavour_SFLA_Functions' , 'SFLA-UpgradeRoom-Check' , 'BaRm'
gs 'mod_addedflavour_SFLA_Functions' , 'whoelse' , 'mod_addedflavour_SFLA_BaRm' , 'Any'
if modVar_AF_SFLA_AptRProg['BaRm'] >= modVar_AF_SFLA_AptRProg['Lv2Req']:
'You stand in a very stylish looking bathroom with exquisite fixtures and fittings. You can see a ' + iif(arrsize('modArr_AF_SFLA_SharedActPeopleArray') = 0,'Bath, Shower','Bath, Shower') + ', Sink and Mirror which you are free to use at your leisure.'
else
'You stand in a very rudimentry looking Bathroom. It is basic looking but is functional and has everything you need including a ' + iif(arrsize('modArr_AF_SFLA_SharedActPeopleArray') = 0,'Shower','Shower') + ', Sink and Mirror.'
end
gs 'mod_addedflavour_SFLA_Functions' , 'SFLA-PeoplePresent-Display' , 'mod_addedflavour_SFLA_BaRm'
*nl
gs 'mod_addedflavour_SFLA_Events', 'SFLA-AptLive-BaRm'
act 'Go To Kitchen' : minut += 1 & gt 'mod_addedflavour_SFLA_Kit' , 'start'
end
--- mod_addedflavour_SFLA_BaRm ---------------------------------