mod_addedflavour_city_hotel_Korr.qsrc 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # mod_addedflavour_city_hotel_Korr
  2. if $ARGS[0] = 'start':
  3. CLOSE ALL
  4. *clr & cla
  5. $locM = 'mod_addedflavour_city_hotel_Korr'
  6. $locM_arg = 'start'
  7. $loc = 'mod_addedflavour_city_hotel_Korr'
  8. $loc_arg = 'start'
  9. $menu_loc = 'mod_addedflavour_city_hotel_Korr'
  10. $menu_arg = 'start'
  11. menu_off = 0
  12. $location_type = 'private'
  13. gs 'themes', 'indoors'
  14. gs 'mod_addedflavour_charsche' , 'chkschedule'
  15. gs 'mod_addedflavour_A69_Functions' , 'JuniorCupDirector'
  16. gs 'mod_addedflavour_SFLA_Functions' , 'whoelse' , 'mod_addedflavour_city_hotel_Bedr' , 'Sex'
  17. if arrsize('modArr_AF_SFLA_SharedActPeopleArray') > 0:
  18. if sound = 0 : PLAY 'mod/addedflavour/sound/FemaleMoaning.mp3'
  19. end
  20. gs 'stat'
  21. '<center><b>Hotel Corridor</b></center>'
  22. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/locations/city/island/hotel/HotelCorridor.jpg"></center>'
  23. *nl
  24. 'Here stretches the Hotel Corridor that connects all the rooms on this wing of the Hotel to the Main Hall.'
  25. *nl
  26. '<b>Rooms:</b>'
  27. *nl
  28. 'Room 107 - Occupants (<<$modArr_AF_CityHotelRoomOccupant[''B1'']>>) - <a href="exec: minut += 1 & gt ''mod_addedflavour_city_hotel_Bedr'' , ''start'' , 1 ">Walk-In</a>'
  29. 'Room 108 - Occupants (<<$modArr_AF_CityHotelRoomOccupant[''B2'']>>)'
  30. gs 'mod_addedflavour_SFLA_Functions' , 'whoelse' , 'mod_addedflavour_city_hotel_Bedr_3' , 'Sex'
  31. '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>','')
  32. gs 'mod_addedflavour_SFLA_Functions' , 'whoelse' , 'mod_addedflavour_city_hotel_Bedr_4' , 'Sex'
  33. '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>','')
  34. gs 'mod_addedflavour_SFLA_Functions' , 'whoelse' , 'mod_addedflavour_city_hotel_Bedr_5' , 'Sex'
  35. '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>','')
  36. '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>','')
  37. act '<b>Go To Common Room</b>' : minut += 1 & gt 'mod_addedflavour_city_hotel_CoRm' , 'start'
  38. act '<b>Go To Main Hall</b>' : minut += 1 & gt 'mod_addedflavour_city_hotel_Hall' , 'start'
  39. end
  40. --- mod_addedflavour_city_hotel_Korr ---------------------------------