MLanding.qsrc 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # MLanding
  2. $location_type = 'private'
  3. killvar '$locclass'
  4. if $ARGS[0] = 'west':
  5. cls
  6. gs 'stat'
  7. '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/wlanding.jpg"></center>'
  8. act 'Go to the east wing landing':gt 'MLanding', 'east'
  9. act 'Go downstairs to the foyer':gt 'MHall', 'foyer'
  10. act 'Visit the master bedroom':gt 'MWestbed', 'master'
  11. act 'Visit guest bedroom A':gt 'MWestbed', 'guest'
  12. act 'Visit the games room':gt 'MGames'
  13. if rand (0,100) < 3:
  14. cls
  15. gs 'stat'
  16. '<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/maid_sex_b1.mp4"></video></center>'
  17. '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.'
  18. gs 'arousal', 'voyeur', 5
  19. gs 'arousal', 'end'
  20. gs 'stat'
  21. act 'Return': gt 'MLanding', 'west'
  22. end
  23. end
  24. if $ARGS[0] = 'east':
  25. cls
  26. killvar '$locclass'
  27. gs 'stat'
  28. '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/elanding.jpg"></center>'
  29. act 'Go to the west wing landing':gt 'MLanding', 'west'
  30. act 'Go downstairs to the foyer':gt 'MHall', 'foyer'
  31. act 'Go downstairs to the west wing hallway':gt 'MHall', 'west'
  32. act 'Visit guest bedroom B':gt 'MEastbed', 'guestB'
  33. act 'Visit guest bedroom C':gt 'MEastbed', 'guestC'
  34. act 'Visit guest bedroom D':gt 'MEastbed', 'guestD'
  35. act 'Go to the bathroom': gt 'MBathrooms', 'bath'
  36. act 'Go to the living room': gt 'MLiving'
  37. end
  38. --- MLanding ---------------------------------