bdsm_basement.qsrc 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. # bdsm_basement
  2. if $ARGS[0] = 'start':
  3. $location_type = 'private'
  4. $loc = 'bdsm_basement'
  5. $loc_arg = 'start'
  6. $menu_loc = 'bdsm_basement'
  7. $menu_arg = 'start'
  8. bdsm_basement_rand = rand(0,100)
  9. if bdsm_basement_rand > 97:
  10. *clr & cla
  11. '<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/baserand1.mp4"></video></center>'
  12. 'You see a Mistress with two submissives, she is fucking one of them.'
  13. gs 'bdsm_basement', 'end_sex'
  14. elseif bdsm_basement_rand > 94:
  15. *clr & cla
  16. '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/sex/baserand2.jpg"></center>'
  17. 'You see a submissive, tied up and waiting for someone to play with.'
  18. gs 'bdsm_basement', 'end'
  19. elseif bdsm_basement_rand > 91:
  20. *clr & cla
  21. '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/sex/baserand3.jpg"></center>'
  22. 'A submissive woman is tied up and displayed like an art exhibition, the sign tells people to use the whip on her.'
  23. gs 'bdsm_basement', 'end'
  24. elseif bdsm_basement_rand > 88:
  25. *clr & cla
  26. '<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/baserand4.mp4"></video></center>'
  27. 'You see a Mistress with two submissives, she is fucking one of them.'
  28. gs 'bdsm_basement', 'end_sex'
  29. elseif bdsm_basement_rand > 85:
  30. *clr & cla
  31. '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/sex/baserand5.jpg"></center>'
  32. 'You see a submissive, tied up and waiting for someone to play with.'
  33. gs 'bdsm_basement', 'end'
  34. elseif bdsm_basement_rand > 82:
  35. *clr & cla
  36. '<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/baserand6.mp4"></video></center>'
  37. 'You see a two submissives being used by 2 dommes.'
  38. gs 'bdsm_basement', 'end_sex'
  39. elseif bdsm_basement_rand > 79:
  40. *clr & cla
  41. '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/sex/baserand7.jpg"></center>'
  42. 'You see three submissives, tied up and hanging upside down.'
  43. gs 'bdsm_basement', 'end'
  44. elseif bdsm_basement_rand > 76:
  45. *clr & cla
  46. '<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/baserand8.mp4"></video></center>'
  47. 'You see a submissive woman, tied and gagged and being fucked by a dominant man.'
  48. gs 'bdsm_basement', 'end_sex'
  49. elseif bdsm_basement_rand > 73:
  50. *clr & cla
  51. '<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/baserand9.mp4"></video></center>'
  52. 'You see a submissive woman, tied and being fucked by a dominant man. Their eyes are locked and they are oblivious to the crowd of people watching them.'
  53. gs 'bdsm_basement', 'end_sex'
  54. elseif bdsm_basement_rand > 70:
  55. *clr & cla
  56. '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/sex/subbyhubby.jpg"></center>'
  57. 'A dominate wife wearing a strap-on fucks her husband with another man.'
  58. gs 'bdsm_basement', 'end_sex'
  59. elseif bdsm_basement_rand > 67:
  60. *clr & cla
  61. '<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/3dom.mp4"></video></center>'
  62. 'Three dommes taking turn fucking their submissive male bent over a padded bench.'
  63. gs 'bdsm_basement', 'end_sex'
  64. elseif bdsm_basement_rand > 64:
  65. *clr & cla
  66. '<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/2domsub.mp4"></video></center>'
  67. 'Two dommes fuck their subs wearing ball gags roughly, in a contest to see how can make their sub orgasm first.'
  68. gs 'bdsm_basement', 'end_sex'
  69. elseif bdsm_basement_rand > 61:
  70. *clr & cla
  71. '<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/stacross.mp4"></video></center>'
  72. 'A woman is shackled to a Saint Andrews Cross while several dom''s take turns whipping her.'
  73. gs 'bdsm_basement', 'end'
  74. elseif bdsm_basement_rand <= 61:
  75. *clr & cla
  76. menu_off = 0
  77. '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/basement.jpg"></center>'
  78. 'Basement, for torture and whatnot'
  79. act 'Go upstairs': killvar 'bdsm_basement_rand' & gt 'bdsm_hallway', 'foyer'
  80. end
  81. end
  82. if $ARGS[0] = 'end':
  83. menu_off = 1
  84. gs 'arousal', 'voyeur', 5
  85. gs 'arousal', 'end'
  86. gs 'stat'
  87. act 'Continue': gt 'bdsm_basement', 'start'
  88. end
  89. if $ARGS[0] = 'end_sex':
  90. menu_off = 1
  91. gs 'arousal', 'voyeur_sex', 5
  92. gs 'arousal', 'end'
  93. gs 'stat'
  94. act 'Continue': gt 'bdsm_basement', 'start'
  95. end
  96. --- bdsm_basement ---------------------------------