MHall.tw 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. :: MHall
  2. <<set $here = 'MHall'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<if $location_var[$here][0] == 'foyer'>>
  5. <<set $location_type = 'private'>>
  6. <<set $loc = 'MHall'>>
  7. <<set $loc_arg = 'foyer'>>
  8. <<set $menu_loc = 'MHall'>>
  9. <<set $menu_arg = 'foyer'>>
  10. <<set $menu_off = 0>>
  11. <<image "locations/city/suburb/bdsm_club/foyer.jpg">>
  12. You stand in the grand foyer, your eye is draw towards and up the dual staircases. To your left is the Dinning room, to your right the dressing room.
  13. Discreetly to the sides of the staircases are two rest rooms.
  14. <<actCLA 'Leave the club'>>
  15. <<if $wardrobe.clothingworntype != 'nude'>>
  16. <<gt 'BDSM_Club' 'start'>>
  17. <<else>>
  18. <<msg '<b><font color = red>You need to get dressed.</font></b>'>>
  19. <<gt 'MHall' 'foyer'>>
  20. <</if>>
  21. <</actCLA>>
  22. <<if $BDSMrole == 's'>>
  23. <<actCLA 'Go to Dressing room'>>
  24. <<gt 'MDressing'>>
  25. <</actCLA>>
  26. <<if ($wardrobe.clothingworntype != 'gm_maid' or $wardrobe.PCloStyle2 != 1) and $wardrobe.clothingworntype != 'nude'>>
  27. $exit
  28. <</if>>
  29. <</if>>
  30. <<actCLA 'Go upstairs to the west wing landing'>>
  31. <<gt 'MLanding' 'west'>>
  32. <</actCLA>>
  33. <<actCLA 'Go upstairs to the east wing landing'>>
  34. <<gt 'MLanding' 'east'>>
  35. <</actCLA>>
  36. <<actCLA 'Go to the Dining room'>>
  37. <<gt 'MDining'>>
  38. <</actCLA>>
  39. <<actCLA 'Go to the west wing hallway'>>
  40. <<gt 'MHall' 'west'>>
  41. <</actCLA>>
  42. <<actCLA 'Go to the east wing hallway'>>
  43. <<gt 'MHall' 'east'>>
  44. <</actCLA>>
  45. <<actCLA 'Go to the rest room'>>
  46. <<gt 'MBathrooms' 'restroom'>>
  47. <</actCLA>>
  48. <</if>>
  49. <<if $location_var[$here][0] == 'west'>>
  50. <<set $location_type = 'private'>>
  51. <<set $loc = 'MHall'>>
  52. <<set $loc_arg = 'west'>>
  53. <<set $menu_loc = 'MHall'>>
  54. <<set $menu_arg = 'west'>>
  55. <<set $menu_off = 0>>
  56. <<image "locations/city/suburb/bdsm_club/hall.jpg">>
  57. You are standing in the west wing hallway, the reception and office are located here. If you need to speak to management, you need to go to the reception.
  58. The dressing room is to your right and at the end of the hallway is the ball room leading to the atrium.
  59. <<actCLA 'Go to the foyer'>>
  60. <<gt 'MHall' 'foyer'>>
  61. <</actCLA>>
  62. <<actCLA 'Go to reception'>>
  63. <<gt 'BDSM_Club' 'reception'>>
  64. <</actCLA>>
  65. <<actCLA 'Go to the libary'>>
  66. <<gt 'MLibrary'>>
  67. <</actCLA>>
  68. <<actCLA 'Go to the Ball room'>>
  69. <<gt 'MBallroom' 'ballroom'>>
  70. <</actCLA>>
  71. <</if>>
  72. <<if $location_var[$here][0] == 'east'>>
  73. <<set $location_type = 'private'>>
  74. <<set $loc = 'MHall'>>
  75. <<set $loc_arg = 'east'>>
  76. <<set $menu_loc = 'MHall'>>
  77. <<set $menu_arg = 'east'>>
  78. <<set $menu_off = 0>>
  79. <<set $locclass to null>>
  80. <<image "locations/city/suburb/bdsm_club/hall.jpg">>
  81. You are standing in the east wing hallway, you can feel the warm air from the conservatory to your right and the dinning room is to your left.
  82. Further down the hallway are the kitchen, pantry and laundry room. At the end of the hall is are stairs leading up to the guest bedrooms and down to the basement.
  83. <<actCLA 'Go to the foyer'>>
  84. <<gt 'MHall' 'foyer'>>
  85. <</actCLA>>
  86. <<actCLA 'Go to the conservatory'>>
  87. <<gt 'MConservatory'>>
  88. <</actCLA>>
  89. <<actCLA 'Go to the dining room'>>
  90. <<gt 'MDining'>>
  91. <</actCLA>>
  92. <<actCLA 'Go to the kitchen'>>
  93. <<gt 'MKitchen' 'kitchen'>>
  94. <</actCLA>>
  95. <<actCLA 'Go to the laundry'>>
  96. <<gt 'MKitchen' 'laundry'>>
  97. <</actCLA>>
  98. <<actCLA 'Go upstairs to the west wing landing'>>
  99. <<gt 'MLanding' 'west'>>
  100. <</actCLA>>
  101. <<actCLA 'Go down to the basement'>>
  102. <<gt 'MBasement' 'start'>>
  103. <</actCLA>>
  104. <<if rand(0,100) < 3>>
  105. <<set $menu_off = 1>>
  106. <<image "locations/city/suburb/bdsm_club/sex/maid_mis2.jpg">>
  107. A sexy domme in her underwear is leading a sub upstairs by her leash.
  108. <<arouse 'voyeur' 5 >>
  109. <<arousalEnd>>
  110. <<actCLA 'Return'>>
  111. <<gt 'MHall' 'east'>>
  112. <</actCLA>>
  113. <<elseif rand(0,100) < 3>>
  114. <<set $menu_off = 1>>
  115. <<image "locations/city/suburb/bdsm_club/sex/ponyboy.jpg">>
  116. A man on all fours comes crawling into the room, wearing a pair of tight latex shorts, a saddle across his back and a bit with reigns. While a woman rides on the saddle, dressed in a latex corset and shorts, in knee high boots with larges spurs that she occasionally uses on the man to make him crawl faster, as she pulls on the reigns to direct him.
  117. <<arouse 'voyeur' 5 >>
  118. <<if $BDSMrole == 'slave'>>
  119. The woman rides her ponyboy over to you and looks you over, grabbing hold of your chin as if she was inspecting you. "Well arn''t you just a cute little filly. I've been thinking about putting my boy here out to stud and I think you will do nicely. Come along." She says as she attaches a lead to your collar from the saddle, the she uses the spurs to get ponyboy going and rides him up the stairs pulling you behind them.
  120. <!-- !follow up scene to come-->
  121. <</if>>
  122. <<arousalEnd>>
  123. <<actCLA 'Return'>>
  124. <<gt 'MHall' 'east'>>
  125. <</actCLA>>
  126. <<elseif rand(0,100) < 3>>
  127. <<set $menu_off = 1>>
  128. <<image "locations/city/suburb/bdsm_club/petgirl.jpg">>
  129. A man dressed in leather stands talking to a well dressed couple, at his feet rests his petgirl on her knees. She holds her own leash in her mouth, wearing nothing but her collar, bra, cat ears, and a buttplug tail. She obediently waits on her knees for her master to finish talking to the couple.
  130. <<arouse 'voyeur' 5 >>
  131. <<if $BDSMrole == 'slave'>>
  132. The man in leathers notices you and smiles, motioning you over as he keeps talking to the couple.
  133. You obediently walk over to him, as you do he simply points a finger at the floor and you kneel down next to the other girl.
  134. After several minutes the man ends his conversation with the couple. "Well it was nice seeing you again, but I need to get going. As you can see I have a couple of bitches in need of training." He says with a laugh, while the couple look at you with a knowing smile.
  135. As they leave the man in leather pulls another leash off his belt and attaches it to your collar, while he takes hold of the other girls leash. Now with both leashes firmly in hand, he pulls on them and heads up the stairs. At the pull of the leash the other girl starts crawling on all fours behind him, you follow her lead and do the same.
  136. <!-- !Bitches in training to come-->
  137. <</if>>
  138. <<arousalEnd>>
  139. <<actCLA 'Return'>>
  140. <<gt 'MHall' 'east'>>
  141. <</actCLA>>
  142. <<elseif rand(0,100) < 3>>
  143. <<set $menu_off = 1>>
  144. <<video "locations/city/suburb/bdsm_club/sex/maid_b5.mp4">>
  145. A submissive woman is give her dominant a blowjob while another sub watches from the stairs.
  146. <<arouse 'voyeur_sex' 5 >>
  147. <<actCLA 'Return'>>
  148. <<gt 'MHall' 'east'>>
  149. <</actCLA>>
  150. <<elseif rand(0,100) < 3>>
  151. <<set $menu_off = 1>>
  152. <<video "locations/city/suburb/bdsm_club/sex/maid_b3.mp4">>
  153. One of the maids is giving her dominant a blowjob by the small staircase.
  154. <<arouse 'voyeur_sex' 5 >>
  155. <<actCLA 'Continue'>>
  156. <<video "locations/city/suburb/bdsm_club/sex/maid_b4.mp4">>
  157. <p>It looks like she has learnt to overcome her gag-reflex.</p>
  158. <<arouse 'voyeur_sex' 5 >>
  159. <<arousalEnd>>
  160. <<actCLA 'Return'>>
  161. <<gt 'MHall' 'east'>>
  162. <</actCLA>>
  163. <</actCLA>>
  164. <</if>>
  165. <</if>>