MLanding.qsrc 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # MLanding
  2. $location_type = 'private'
  3. killvar '$locclass'
  4. if $ARGS[0] = 'west':
  5. *clr & cla
  6. $loc = 'MLanding'
  7. $loc_arg = 'west'
  8. $menu_loc = 'MLanding'
  9. $menu_arg = 'west'
  10. menu_off = 0
  11. gs 'stat'
  12. '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/wlanding.jpg"></center>'
  13. act 'Go to the east wing landing':gt 'MLanding', 'east'
  14. act 'Go downstairs to the foyer':gt 'MHall', 'foyer'
  15. act 'Visit the master bedroom':gt 'MWestbed', 'master'
  16. act 'Visit guest bedroom A':gt 'MWestbed', 'guest'
  17. act 'Visit the games room':gt 'MGames'
  18. if rand (0,100) < 3:
  19. menu_off = 1
  20. *clr & cla
  21. gs 'stat'
  22. '<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/maid_sex_b1.mp4"></video></center>'
  23. 'A maid is being helped with the vacuum cleaning by a man in casual clothing, you think about reporting him, but he''s a bit busy right now.'
  24. gs 'arousal', 'voyeur_sex', 5
  25. gs 'arousal', 'end'
  26. gs 'stat'
  27. act 'Return': gt 'MLanding', 'west'
  28. end
  29. end
  30. if $ARGS[0] = 'east':
  31. *clr & cla
  32. killvar '$locclass'
  33. $loc = 'MLanding'
  34. $loc_arg = 'east'
  35. $menu_loc = 'MLanding'
  36. $menu_arg = 'east'
  37. menu_off = 0
  38. gs 'stat'
  39. '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/elanding.jpg"></center>'
  40. act 'Go to the west wing landing':gt 'MLanding', 'west'
  41. act 'Go downstairs to the foyer':gt 'MHall', 'foyer'
  42. act 'Go downstairs to the west wing hallway':gt 'MHall', 'west'
  43. act 'Visit guest bedroom B':gt 'MEastbed', 'guestB'
  44. act 'Visit guest bedroom C':gt 'MEastbed', 'guestC'
  45. act 'Visit guest bedroom D':gt 'MEastbed', 'guestD'
  46. act 'Go to the bathroom': gt 'MBathrooms', 'bath'
  47. act 'Go to the living room': gt 'MLiving'
  48. end
  49. --- MLanding ---------------------------------