123456789101112131415161718192021222324252627282930313233343536 |
- # 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
- '<center><b><font color="maroon">Bathroom</font></b></center>'
- '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/locations/city/citycenter/SharedFLApartment/BaRm<<$modVar_AF_TempStr>>.jpg"></center>'
- 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,'<a href="exec: gt ''mod_addedflavour_SFLA_Events'' , ''bath'' ">Bath</a>, <a href="exec: gt ''mod_addedflavour_SFLA_Events'' , ''shower'' ">Shower</a>','Bath, Shower') + ', Sink and <a href="exec: gt ''mirror'',''start'' ">Mirror</a> 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,'<a href="exec: gt ''mod_addedflavour_SFLA_Events'' , ''shower'' ">Shower</a>','Shower') + ', Sink and <a href="exec: gt ''mirror'',''start'' ">Mirror</a>.'
- end
- gs 'mod_addedflavour_SFLA_Functions' , 'SFLA-PeoplePresent-Display' , 'mod_addedflavour_SFLA_BaRm'
- *nl
- gs 'mod_addedflavour_SFLA_Events', 'SFLA-AptLive-BaRm'
- act '<b>Go To Kitchen</b>' : minut += 1 & gt 'mod_addedflavour_SFLA_Kit' , 'start'
- end
- --- mod_addedflavour_SFLA_BaRm ---------------------------------
|