sbReksHome 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. # sbReksHome
  2. CLOSE ALL
  3. $metka = $ARGS[0]
  4. $loc = $CURLOC
  5. $location_type = 'event'
  6. gs'dinParty'
  7. FColor = RGB(0,0,0)
  8. BColor = RGB(255,255,255)
  9. LColor = RGB(106,90,205)
  10. if $ARGS[0] = 'party':
  11. $metkaM = $ARGS[0]
  12. $locM = $CURLOC
  13. cls
  14. minut += 15
  15. sisboyparty = 1
  16. sisboypartyQW += 1
  17. alkoParty = 0
  18. if sbReksHomeIn = 0:sbReksHomeIn = 1
  19. party_girls_talk = 0
  20. girls_smoke = 0
  21. party_dj = 0
  22. dj_beer = 0
  23. dj_thank = 0
  24. dj_bad = 0
  25. dj_boobs = 0
  26. party_boys_drink = 0
  27. Rex_save = 0
  28. party_boys_in = 0
  29. rex_talk =0
  30. rex_sex =0
  31. drunk_sveta = 0
  32. iralenasleep = 0
  33. sister_party_dom = 0
  34. sister_party_talk = 0
  35. gs'stat'
  36. '<center><img src="images/locations/pavlovsk/resident/rekshome/party/reksparty_1_' + rand(1,5) + '.jpg"></center>'
  37. 'You arrive at Rex''s apartment, for the weekend party. Going inside with the others, the loud music drowned out any noise from outside. As soon as you are inside several boys immediately start offering you drinks.'
  38. act 'Drink':
  39. cls
  40. minut += 5
  41. alko += 1
  42. cumspclnt = 2
  43. gs 'cum_cleanup'
  44. pcs_breath = 0
  45. alkoParty += 1
  46. gs'stat'
  47. '<center><img src="images/locations/pavlovsk/resident/rekshome/party/reksparty_2_' + rand(1,4) + '.jpg"></center>'
  48. 'In all this mess you are unable to find a clean cup and are handed a full bottle of booze. Clinking glasses with the bottle, you put your lips to the mouth of the bottle and turn it up, gulping down several swigs of strong drink, noticing the effects almost at once.'
  49. 'The party has just begun, you can still walk through the apartment and find something to do.'
  50. act 'Move away':gt'sbReksHome','party_home'
  51. end
  52. end
  53. !room Rex
  54. if $ARGS[0] = 'party_home':
  55. $metkaM = $ARGS[0]
  56. $locM = $CURLOC
  57. cls
  58. minut += 5
  59. gs'stat'
  60. '<center><b><font color = maroon>Room Rex</font></b></center>'
  61. '<center><img src="images/locations/pavlovsk/resident/rekshome/party/reksparty_1_' + rand(1,5) + '.jpg"></center>'
  62. 'Sitting at a table and drinking with your friends, sitting to one side of you sharing a bottle as always is <a href="exec:GT ''lena'',''lena''">Lena</a> who is always fun, her slightly more reserved friend <a href="exec:GT ''ira'',''ira''">Ira</a>, and always up beat <a href="exec:GT ''reks'',''party''">Rex</a>.'
  63. 'To your other side sits your sister <a href="exec:GT ''sister_party'',''sister_party''">Anya</a> drinking already and <a href="exec:GT ''roma''">Roma</a>, whom himself sits just a bit away looking more serious than normal, plus lots of <a href="exec:GT ''party_girls'',''party_girls''">girls</a> and <a href="exec:GT ''party_boys'',''party_boys''">guys</a> you barely know.'
  64. if alko < 3:'One of the guys offers you a bottle to <a href="exec:GT ''sbReksHome'',''party_drink''">drink</a> from as they say "A little more to set the mood."'
  65. !You''re drunk
  66. if alko >= 3:
  67. *clr
  68. gs'stat'
  69. '<center><b><font color = maroon>Room Rex</font></b></center>'
  70. '<center><img src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_home_1_' + rand(1,5) + '.jpg"></center>'
  71. 'After awhile everyone gets up to go dance and drink. Only a few <a href="exec:GT ''party_girls'',''party_girls''">girls</a>, are left in the room, who are fun to hang out and gossip with.'
  72. iif(party_girls_talk >= 2,'You <a href="exec:GT ''party_girls'',''talk''">chat</a> and gossip with them. One of the girls pulls out some marijuana and invites all of you to <a href="exec:GT ''party_girls'',''smoke''">have a smoke</a>.','You <a href="exec:GT ''party_girls'',''talk''">chat</a> and gossip with them.')
  73. if pcs_mood = 100 and pcs_horny >= 50 and girls_smoke > 1:
  74. 'All the girls are in a good mood, and several of them excited pull you with them to have some <a href="exec:GT ''party_girls'',''fun''">fun</a>.'
  75. end
  76. end
  77. act 'In the living room':gt'sbReksHome','party_gost'
  78. end
  79. !Drink
  80. if $ARGS[0] = 'party_drink':
  81. cls
  82. minut += 5
  83. alko += 1
  84. cumspclnt = 2
  85. gs 'cum_cleanup'
  86. pcs_breath = 0
  87. alkoParty += 1
  88. gs'stat'
  89. '<center><img src="images/locations/pavlovsk/resident/rekshome/party/reksparty_2_' + rand(1,4) + '.jpg"></center>'
  90. 'Someone hands you a half full bottle of booze, putting your lips to the mouth of the bottle, you turn it up and gulp down several swigs of strong drink, noticing the effects almost at once.'
  91. 'The party has just begun, you can still walk through the apartment and find something to do.'
  92. act 'Move away':gt $locM,$metkaM
  93. end
  94. !Rex Lounge
  95. if $ARGS[0] = 'party_gost':
  96. $metkaM = $ARGS[0]
  97. $locM = $CURLOC
  98. cls
  99. minut += 5
  100. gs'stat'
  101. if alko < 3:
  102. '<center><b><font color = maroon>Living room</font></b></center>'
  103. '<center><img src="images/locations/pavlovsk/resident/rekshome/party/reksparty_3.jpg"></center>'
  104. 'This is a large living room, hardly anyone is here, most are all still sitting in the other room talking and drinking. Only one <a href="exec:GT ''party_boy'',''party_boy''">guy</a> is in here tinkering with a turntable.'
  105. elseif alko >= 3:
  106. '<center><img src="images/locations/pavlovsk/resident/rekshome/party/reksparty_4_' + rand(1,8) + '.jpg"></center>'
  107. 'The party is in full swing. In one corner a <a href="exec:GT ''party_boy'',''party_boy''">guy</a> the party DJ is spinning the beats at the turntable. You want to give it a try and <a href="exec:gt ''dinParty'', ''dance''">spin some beats</a>.'
  108. '<a href="exec:GT ''roma''">Roma</a> and <a href="exec:GT ''sister_party'',''sister_party''">Anya</a> are locked together having fun dancing.'
  109. if Rex_Love =0:'<a href="exec:GT ''reks'',''party''">Rex</a> is having fun dancing with some <a href="exec:GT ''party_girls'',''party_girls''">girls</a>.'
  110. if Rex_Love =1:'You are dancing with some <a href="exec:GT ''party_girls'',''party_girls''">girls</a> and <a href="exec:GT ''reks'',''party''">Rex</a>, who looks at you with loving eyes.'
  111. '<a href="exec:GT ''lena'',''lena''">Lena</a> and <a href="exec:GT ''ira'',''ira''">Ira</a> are having fun in the company of drunken <a href="exec:GT ''party_boys'',''party_boys''">guys</a>.'
  112. end
  113. act 'To the room':gt'sbReksHome','party_home'
  114. act 'In the kitchen':gt'sbReksHome','party_kuh'
  115. act 'The toilet':gt'sbReksHome','party_toilet'
  116. end
  117. !Kitchen Rex
  118. if $ARGS[0] = 'party_kuh':
  119. $metkaM = $ARGS[0]
  120. $locM = $CURLOC
  121. cls
  122. minut += 5
  123. gs'stat'
  124. '<center><b><font color = maroon>Kitchen</font></b></center>'
  125. '<center><img src="images/locations/pavlovsk/resident/rekshome/party/kuh.jpg"></center>'
  126. 'The kitchen is spacious, but kinda dirty. The kitchen table is covered in cans and bottles of beer as well as 5th''s of booze. You can grab any bottle you want and <a href="exec:GT ''sbReksHome'',''party_drink''">drink</a>.'
  127. if party_dj =1 and dj_beer < 1:'You grab two bottles and <a href="exec:gt ''dinParty'', ''dj''">take</a> them for the DJ.'
  128. if alko >= 3: 'Some <a href="exec:GT ''party_boys'',''party_boys''">guys</a> bang their empty drinks down on the table, refilling they offer a cup to you and try to get you to <a href="exec:GT ''party_boys'',''drink''">drink</a> with them.'
  129. act 'In the living room':gt'sbReksHome','party_gost'
  130. end
  131. !Toilet Rex
  132. if $ARGS[0] = 'party_toilet':
  133. $metkaM = $ARGS[0]
  134. $locM = $CURLOC
  135. cls
  136. minut += 5
  137. gs'stat'
  138. if alko > 3 and rand(1,100) <= 30:gt 'dinParty', 'party_toilet_event'
  139. '<center><b><font color = maroon>Toilet</font></b></center>'
  140. '<center><img src="images/locations/pavlovsk/resident/rekshome/toilet.jpg"></center>'
  141. 'Here you can wash your face, freshen up or touch up your make up at <a href="exec:GT ''mirror'',''start''">mirrors</a>.'
  142. if pcs_horny > 50:'Feeling yourself ready to burst with desire, you can''t take it anymore and begin to <a href="exec:gt ''dinParty'', ''toilet_mast''">masturbate</a>.'
  143. act 'In the living room':gt 'sbReksHome','party_gost'
  144. end
  145. act 'Move away':gt 'sbReksHome','party_toilet'
  146. if spdirtyv > 0 or spdirtyb > 0:
  147. act 'Clean the sperm from your face (0:10)':
  148. cla
  149. *clr
  150. pcs_makeup = 1
  151. cumspclnt = 9
  152. gs 'cum_cleanup'
  153. cumspclnt = 13
  154. gs 'cum_cleanup'
  155. if pcs_sweat > 19 : pcs_sweat -= 5
  156. minut += 10
  157. '<center><img src="images/shared/home/bathroom/facesp.jpg"></center>'
  158. *nl
  159. 'You clean your face and get rid of any trace of cum.'
  160. act 'Move away':gt 'sbReksHome','party_toilet'
  161. end
  162. end
  163. end
  164. --- sbReksHome ---------------------------------