1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # mod_addedflavour_city_hotel_Korr
- if $ARGS[0] = 'start':
- CLOSE ALL
- *clr & cla
- $locM = 'mod_addedflavour_city_hotel_Korr'
- $locM_arg = 'start'
- $loc = 'mod_addedflavour_city_hotel_Korr'
- $loc_arg = 'start'
- $menu_loc = 'mod_addedflavour_city_hotel_Korr'
- $menu_arg = 'start'
- menu_off = 0
- $location_type = 'private'
- gs 'themes', 'indoors'
- gs 'mod_addedflavour_charsche' , 'chkschedule'
- gs 'mod_addedflavour_A69_Functions' , 'JuniorCupDirector'
- gs 'mod_addedflavour_SFLA_Functions' , 'whoelse' , 'mod_addedflavour_city_hotel_Bedr' , 'Sex'
- if arrsize('modArr_AF_SFLA_SharedActPeopleArray') > 0:
- if sound = 0 : PLAY 'mod/addedflavour/sound/FemaleMoaning.mp3'
- end
- gs 'stat'
- '<center><b>Hotel Corridor</b></center>'
- '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/locations/city/island/hotel/HotelCorridor.jpg"></center>'
- *nl
- 'Here stretches the Hotel Corridor that connects all the rooms on this wing of the Hotel to the Main Hall.'
- *nl
- '<b>Rooms:</b>'
- *nl
- 'Room 107 - Occupants (<<$modArr_AF_CityHotelRoomOccupant[''B1'']>>) - <a href="exec: minut += 1 & gt ''mod_addedflavour_city_hotel_Bedr'' , ''start'' , 1 ">Walk-In</a>'
- 'Room 108 - Occupants (<<$modArr_AF_CityHotelRoomOccupant[''B2'']>>)'
- gs 'mod_addedflavour_SFLA_Functions' , 'whoelse' , 'mod_addedflavour_city_hotel_Bedr_3' , 'Sex'
- 'Room 109 - Occupants (<<$modArr_AF_CityHotelRoomOccupant[''B3'']>>)' + iif(arrsize('modArr_AF_SFLA_SharedActPeopleArray') > 0,' - <a href="exec: gt ''mod_addedflavour_city_hotel_Bedr'' , ''PeepSex'' , 3 ">Peek-In</a>','')
- gs 'mod_addedflavour_SFLA_Functions' , 'whoelse' , 'mod_addedflavour_city_hotel_Bedr_4' , 'Sex'
- 'Room 110 - Occupants (<<$modArr_AF_CityHotelRoomOccupant[''B4'']>>)' + iif(arrsize('modArr_AF_SFLA_SharedActPeopleArray') > 0,' - <a href="exec: gt ''mod_addedflavour_city_hotel_Bedr'' , ''PeepSex'' , 4 ">Peek-In</a>','')
- gs 'mod_addedflavour_SFLA_Functions' , 'whoelse' , 'mod_addedflavour_city_hotel_Bedr_5' , 'Sex'
- 'Room 111 - Occupants (<<$modArr_AF_CityHotelRoomOccupant[''B5'']>>)' + iif(arrsize('modArr_AF_SFLA_SharedActPeopleArray') > 0,' - <a href="exec: gt ''mod_addedflavour_city_hotel_Bedr'' , ''PeepSex'' , 5 ">Peek-In</a>','')
- 'Room 112 - Occupants (<<$modArr_AF_CityHotelRoomOccupant[''B6'']>>)' + iif(trenersex > 0 and hour > 21,' - <a href="exec: gt ''mod_addedflavour_A69_Events'' , ''A69-HotelSex-1'' ">Walk-In</a>','')
- act '<b>Go To Common Room</b>' : minut += 1 & gt 'mod_addedflavour_city_hotel_CoRm' , 'start'
- act '<b>Go To Main Hall</b>' : minut += 1 & gt 'mod_addedflavour_city_hotel_Hall' , 'start'
- end
- --- mod_addedflavour_city_hotel_Korr ---------------------------------
|