1
0

MWestbed.qsrc 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. # MWestbed
  2. $location_type = 'private'
  3. if $ARGS[0] = 'master':
  4. $location_type = 'private'
  5. $locclass = 'bedr'
  6. $loc = 'MWestbed'
  7. $metka = 'master'
  8. $menu_loc = 'MWestbed'
  9. $menu_arg = 'master'
  10. menu_off = 0
  11. *clr & cla
  12. gs 'stat'
  13. '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/masterbed.jpg"></center>'
  14. 'Master bedroom'
  15. act 'Go to the west wing landing':gt 'MLanding', 'west'
  16. if rand (0,100) < 3:
  17. menu_off = 1
  18. *clr & cla
  19. gs 'stat'
  20. '<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/bedrand3.mp4"></video></center>'
  21. 'You see a submissive woman in lingerie and on a leash, she appears to have earned herself a treat from a dominant man in a suit.'
  22. gs 'arousal', 'voyeur', 5
  23. gs 'arousal', 'end'
  24. gs 'stat'
  25. act 'Return':gt 'MWestbed', 'master'
  26. elseif rand (0,100) < 3:
  27. menu_off = 1
  28. *clr & cla
  29. gs 'stat'
  30. '<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/bedrand7.mp4"></video></center>'
  31. 'A dominant woman is being pleasured by her sub.'
  32. gs 'arousal', 'voyeur_sex', 5
  33. gs 'arousal', 'end'
  34. gs 'stat'
  35. act 'Return':gt 'MWestbed', 'master'
  36. elseif rand (0,100) < 3:
  37. menu_off = 1
  38. *clr & cla
  39. gs 'stat'
  40. '<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/maid_pun4.mp4"></video></center>'
  41. 'Ooo, a spanking, someone''s been a bad girl.'
  42. gs 'arousal', 'voyeur', 5
  43. gs 'arousal', 'end'
  44. gs 'stat'
  45. act 'Return':gt 'MWestbed', 'master'
  46. elseif rand (0,100) < 3 and $BDSMrole = 's':
  47. menu_off = 1
  48. *clr & cla
  49. pcs_horny += 5
  50. minut += 5
  51. gs 'pain', 4, 'asscheeks', 'spank'
  52. gs 'stat'
  53. '<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/spank'+rand(1,2)+'.mp4"></video></center>'
  54. 'As you are walking into the bedroom you accidentally bump into a man walking out. Before you can even say a word he grabs you by the arm. "Watch where you are going little girl."'
  55. 'You meekly nod your head. "Sorry, I will be more careful in the future."'
  56. '"You don''t sound very sorry, I think I need to teach you a lesson." With that he pulls you into the room and bares your ass, then he pulls off his belt and spanks you until tears are running down your face.'
  57. 'Once he believes you learned your lesson he leaves, leaving you behind to rub your sore ass.'
  58. act 'Return':gt 'MWestbed', 'master'
  59. end
  60. end
  61. if $ARGS[0] = 'guest':
  62. $location_type = 'private'
  63. $locclass = 'bedr'
  64. $loc = 'MWestbed'
  65. $metka = 'guest'
  66. $menu_loc = 'MWestbed'
  67. $menu_arg = 'guest'
  68. menu_off = 0
  69. *clr & cla
  70. gs 'stat'
  71. '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/beda.jpg"></center>'
  72. 'Guest bedroom A'
  73. act 'Go to the west wing landing':gt 'MLanding', 'west'
  74. if rand (0,100) < 3:
  75. menu_off = 1
  76. *clr & cla
  77. gs 'stat'
  78. '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/sex/maid_bound_d1.jpg"></center>'
  79. 'A submissive woman is being tied to a bed by a dominant man.'
  80. gs 'arousal', 'voyeur', 5
  81. gs 'arousal', 'end'
  82. gs 'stat'
  83. act 'Return':gt 'MWestbed', 'guest'
  84. elseif rand (0,100) < 3:
  85. menu_off = 1
  86. *clr & cla
  87. gs 'stat'
  88. '<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/crossdressfuck.mp4"></video></center>'
  89. 'You peek in the room when you hear grunts coming from it.'
  90. 'Inside you a man wearing womens clothes being fucked by his mistress wearing a strap-on.'
  91. gs 'arousal', 'voyeur_sex', 5
  92. gs 'arousal', 'end'
  93. gs 'stat'
  94. act 'Return':gt 'MWestbed', 'guest'
  95. end
  96. end
  97. --- MWestbed ---------------------------------