rasputin_show_var.qsrc 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. # rasputin_show_var
  2. if $ARGS[0] = '':
  3. !! First half of the show
  4. if hour = 21:
  5. gt 'rasputin_show_var', 'first_half'
  6. else
  7. gt 'rasputin_show_var', 'second_half'
  8. end
  9. end
  10. if $ARGS[0] = 'first_half':
  11. menu_off = 1
  12. gs 'stat'
  13. '<center><img <<$set_imgh>> src="images/locations/pushkin/rasputin/rasputin_show_var_1.jpg"></center>'
  14. 'The staff lead you to your seat. No other patrons have show up yet.'
  15. act 'Leave':
  16. minut += 1
  17. rasputin['variety_ticket'] = 1
  18. gt 'rasputin_walkway'
  19. end
  20. act 'Wait until show starts': gt 'rasputin_show_var', 'first_half_start'
  21. !!if minut < 50:
  22. act 'Ask for a free champagne':
  23. minut += 10
  24. pcs_mood += 5
  25. gs 'drugs', 'alcohol', 'champagne'
  26. gs 'stat'
  27. *clr & cla
  28. '<center><img <<$set_imgh>> src="images/locations/pushkin/rasputin/drinks_free_4.jpg"></center>'
  29. 'The server smiles and hand you a glass of champagne to enjoy.'
  30. act 'Continue': gt 'rasputin_show_var', 'first_half_start'
  31. end
  32. !!end
  33. end
  34. if $ARGS[0] = 'first_half_start':
  35. minut += 60 - minut
  36. rasputin['variety_ticket'] = 2
  37. *clr & cla
  38. gs 'stat'
  39. if music_on = 1:
  40. $track_loop = 'sound/rasputin/music_var_1.mp3'
  41. volume = 100
  42. music_loop = 1
  43. pl '<a href="exec: music_on = 0 & gt $loc">Turn off the music</a>'
  44. else
  45. music_loop = 0
  46. close all
  47. pl '<a href="exec: music_on = 1 & gt $loc">Play music</a>'
  48. end
  49. !! if month <= 6:
  50. '<center><img <<$set_imgh>> src="images/locations/pushkin/rasputin/shows/var_1/1.jpg"></center>'
  51. 'The curtain slowly lifts as a group of dancers gracefully twirl onto the center.'
  52. 'You find the combination of pop and fancy costumes interesting.'
  53. act 'Okay':
  54. *clr & cla
  55. '<center><img <<$set_imgh>> src="images/locations/pushkin/rasputin/shows/var_1/2.jpg"></center>'
  56. 'The dancers move along with music with well rehearsed choreography.'
  57. act 'Okay':
  58. minut += 5
  59. *clr & cla
  60. gs 'stat'
  61. '<center><img <<$set_imgh>> src="images/locations/pushkin/rasputin/shows/var_1/3.jpg"></center>'
  62. 'While the audience enjoys, the dancers in red move behind and you can see them help to undid the tops of the dancers in black.'
  63. act 'Okay':
  64. minut += 10
  65. *clr & cla
  66. gs 'stat'
  67. '<center><img <<$set_imgh>> src="images/locations/pushkin/rasputin/shows/var_1/4.jpg"></center>'
  68. 'A dancer in black costume raise her arms and display her topless body to entice audience further with a perfect blend of
  69. artistry and femininity.'
  70. act 'Okay':
  71. minut += 25
  72. *clr & cla
  73. gs 'stat'
  74. '<center><img <<$set_imgh>> src="images/locations/pushkin/rasputin/shows/var_1/5.jpg"></center>'
  75. 'The rest of the group soon joining in and the audience around you goes wild in excitement.'
  76. 'The first half of the show end in with catcallings and even some loud proclamations of lewd kind.'
  77. act 'Leave':
  78. minut += 20
  79. pcs_mood += 20
  80. gt 'rasputin_walkway'
  81. end
  82. end
  83. end
  84. end
  85. end
  86. !! end
  87. end
  88. if $ARGS[0] = 'second_half':
  89. !! Second half of the show
  90. menu_off = 1
  91. *clr & cla
  92. gs 'stat'
  93. '<center><img <<$set_imgh>> src="images/locations/pushkin/rasputin/shows/var_1/1.jpg"></center>'
  94. 'The staff leads you to your seat. Many people are already seated and waiting.'
  95. act 'Leave':
  96. minut += 1
  97. rasputin['variety_ticket'] = 2
  98. gt 'rasputin_walkway'
  99. end
  100. act 'Wait until show starts': gt 'rasputin_show_var', 'second_half_start'
  101. !!if minut < 50:
  102. act 'Ask for a free champagne':
  103. minut += 10
  104. pcs_mood += 5
  105. gs 'drugs', 'alcohol', 'champagne'
  106. gs 'stat'
  107. *clr & cla
  108. '<center><img <<$set_imgh>> src="images/locations/pushkin/rasputin/drinks_free_4.jpg"></center>'
  109. 'The server smiles and hand you a glass of champagne to enjoy.'
  110. act 'Continue': gt 'rasputin_show_var', 'second_half_start'
  111. end
  112. !!end
  113. end
  114. if $ARGS[0] = 'second_half_start':
  115. minut += 60 - minut
  116. rasputin['variety_ticket'] = 0
  117. if music_on = 1:
  118. $track_loop = 'sound/rasputin/music_var_2.mp3'
  119. volume = 100
  120. music_loop = 1
  121. pl '<a href="exec: music_on = 0 & gt $loc">Turn off the music</a>'
  122. else
  123. music_loop = 0
  124. close all
  125. pl '<a href="exec: music_on = 1 & gt $loc">Play music</a>'
  126. end
  127. !! if month <= 6:
  128. *clr & cla
  129. '<center><img <<$set_imgh>> src="images/locations/pushkin/rasputin/shows/var_1/6.jpg"></center>'
  130. 'The second half of the burlesque show starts.'
  131. 'The stage relights as the dancers emerge from the mist effect.'
  132. 'Their costumes are much more daring and bold compare to first half.'
  133. act 'Okay':
  134. *clr & cla
  135. '<center><img <<$set_imgh>> src="images/locations/pushkin/rasputin/shows/var_1/7.jpg"></center>'
  136. 'The dancers move sensually and seductively and entice the entire audience.'
  137. act 'Okay':
  138. minut += 10
  139. *clr & cla
  140. gs 'stat'
  141. '<center><img <<$set_imgh>> src="images/locations/pushkin/rasputin/shows/var_1/8.jpg"></center>'
  142. 'The dancers'' use a chair as a pivot and perform, gradually undo each other''s top.'
  143. 'The playful and teasing movement soon have the undivided attention of the audience.'
  144. act 'Okay':
  145. minut += 10
  146. *clr & cla
  147. gs 'stat'
  148. '<center><img <<$set_imgh>> src="images/locations/pushkin/rasputin/shows/var_1/9.jpg"></center>'
  149. 'The dancers take turn crouching down and remove their underwear, give the audience peak-a-boo at their crotches.'
  150. act 'Okay':
  151. minut += 10
  152. *clr & cla
  153. gs 'stat'
  154. '<center><img <<$set_imgh>> src="images/locations/pushkin/rasputin/shows/var_1/10.jpg"></center>'
  155. 'The dances continue to perform and their naked flesh covered only by a thin piece of mesh.'
  156. 'The second half the erotic variety show has finished.'
  157. act 'Okay':
  158. pcs_mood += 20
  159. if pcs_inhib >= 80:
  160. inhib_exp += rand(2,6)
  161. elseif pcs_inhib >= 50 and pcs_inhib < 80:
  162. inhib_exp += rand(1,3)
  163. end
  164. gs 'arousal', 'erotic', 15
  165. gs 'arousal', 'end'
  166. gt 'rasputin_walkway'
  167. end
  168. end
  169. end
  170. end
  171. end
  172. !! end
  173. end
  174. --- rasputin_show_var ---------------------------------