events.qsrc 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. # events
  2. !2021/04/26
  3. if $ARGS[0] = 'street_cum':
  4. if (cumloc[6] = 1 or cumloc[7] = 1) or cumloc[11] = 1:
  5. if hour >= 7 and hour <= 21:
  6. pcs_mood -= 5
  7. if face_write > 0:
  8. pcs_mood -= 5
  9. 'Passers puzzled turn around staring at you - one with surprise, and others with contempt. Someone smiles and shows a finger. Some of the pictures on your phone, absolutely not hiding and giggling at you. You clearly noticeable semen and bargain painted face.'
  10. else
  11. 'Puzzled passerbys turn around and stare at you. Some take pictures on their phones, not entirely hiding that they are giggling at you. The sperm on you is clearly noticeable.'
  12. end
  13. end
  14. elseif (cumloc[6] = 0 or cumloc[7] = 0) and cumloc[11] = 0 and face_write > 0:
  15. pcs_mood -= 5
  16. 'Surrounding look at you with surprise, grin or a slight contempt. Someone just point the finger and laughs. Someone photographed phone. Hair obviously can not hide "art" on your face.'
  17. end
  18. end
  19. if $ARGS[0] = 'read': gs 'library_functions', 'set_home_read_acts'
  20. if $ARGS[0] = 'read_porn': gs 'library_functions', 'set_read_porn_act'
  21. if $ARGS[0] = 'snkayf':
  22. snkz = RAND(1,6)
  23. gs 'underwear', 'remove'
  24. if snkz = 1:
  25. minut += 120
  26. gt'pav_commcenter'
  27. end
  28. if snkz = 2:
  29. minut += 120
  30. gt 'pav_park', 'start'
  31. end
  32. if snkz = 3:
  33. minut += 120
  34. gt'bedrPar'
  35. end
  36. if snkz = 4:
  37. minut += 120
  38. gt'gopskver'
  39. end
  40. if snkz = 5:
  41. minut += 120
  42. gt 'pav_train_hall', 'female'
  43. end
  44. if snkz = 6:
  45. gs 'clothing', 'strip'
  46. minut += 120
  47. gt'pav_lake'
  48. end
  49. end
  50. if $ARGS[0] = 'ask_pav_drug_dropoff':
  51. *clr & cla
  52. '<center><b>Shooting galleries</b></center>'
  53. '<center><img <<$set_imgh>> src="images/locations/city/residential/den/narkopriton.jpg"></center>'
  54. 'You decide to ask, and whether there are any dealers in Pavlovsk. To which the man replied, "Go to the train station platform, it will cost you though..."'
  55. 'And then he looks at you menacingly "And if I hear that you''ve caused any trouble, well death will seem like a good escape."'
  56. act 'Agree':
  57. *clr & cla
  58. drugVars['pav_dropoff'] = 1
  59. '<center><b>Shooting galleries</b></center>'
  60. '<center><img <<$set_imgh>> src="images/locations/city/residential/den/narkopriton.jpg"></center>'
  61. 'You gulp and stammer "I assure you there willl be no problems"'
  62. 'Guy nods, "Good then you can find a range of product at the end of the platform."'
  63. act 'Leave':gt'city_drugden'
  64. end
  65. end
  66. if $ARGS[0] = 'pav_drug_dropoff':
  67. *clr & cla
  68. minut += 20
  69. gs 'stat'
  70. '<center><B>Pavlovsk train station</B></center>'
  71. '<center><img <<$set_imgh>> src="images/locations/shared/train/pavplat.jpg"></center>'
  72. 'You walk to the end of the platform and see a man hiding undercover smoking a cigarette'
  73. 'Walking up to him you ask him if he has anything'
  74. 'He turns and looks you up and down, "That depends on what you want little lady?"'
  75. *nl
  76. 'Heroin: 560 <b>₽</b>'
  77. 'Cocaine: 2100 <b>₽</b>'
  78. 'Amphetamine: 600 <b>₽</b>'
  79. 'Weed: 300 <b>₽</b>'
  80. act 'Leave': gt 'pav_train_hall'
  81. if money >= 560:
  82. act 'Buy and use heroin (560 <b>₽</b>)':
  83. money -= 560
  84. if drugVars['heroin_inject'] < 1:
  85. *clr & cla
  86. minut += 5
  87. drugUser = 1
  88. gs 'drugs', 'heroin'
  89. gs 'stat'
  90. '<center><b>Pavlovsk train station</b></center>'
  91. '<center><img <<$set_imgh>> src="images/locations/city/residential/den/chase_dragon.jpg"></center>'
  92. 'You pour the heroin onto some foil, heat it up and then using a straw you quickly inhale the steam.'
  93. 'The rush is instantaneous, you close your eyes as it rolls over you.'
  94. act 'You lay there briefly rolling, before leaving': gt 'events', 'pav_drug_dropoff'
  95. else
  96. *clr & cla
  97. minut += 5
  98. drugUser = 1
  99. gs 'drugs', 'heroin'
  100. gs 'stat'
  101. '<center><b>Pavlovsk train station</b></center>'
  102. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/trainstation/event/usingheroin.jpg"></center>'
  103. 'You buy some heroin and find a quiet place behind the platform to use it, and without thinking twice you shoot up.'
  104. 'The rush is instantaneous, you close your eyes as it rolls over you.'
  105. act 'You lay there briefly rolling, before leaving': gt 'events', 'pav_drug_dropoff'
  106. end
  107. end
  108. else
  109. 'You don''t have enough money to buy heroin.'
  110. end
  111. if money >= 2100:
  112. act 'Buy enough cocaine for 5 lines (1800 <b>₽</b>)':
  113. money -= 2100
  114. mc_inventory['cocaine'] += 5
  115. minut += 5
  116. gt 'events', 'pav_drug_dropoff'
  117. end
  118. else
  119. 'You don''t have enough money to buy cocaine.'
  120. end
  121. if money >= 600:
  122. act 'Buy 5 Amphetamine (600 <b>₽</b>)':
  123. money -= 600
  124. mc_inventory['amphetamine'] += 5
  125. gt 'events', 'pav_drug_dropoff'
  126. end
  127. else
  128. 'You don''t have enough money to buy amphetamine.'
  129. end
  130. if money >= 300:
  131. act 'Buy enough weed for 5 joints (300 <b>₽</b>)':
  132. money -= 300
  133. drugUser = 1
  134. mc_inventory['joints'] += 5
  135. minut += 5
  136. gt 'events', 'pav_drug_dropoff'
  137. end
  138. else
  139. 'You don''t have enough money to buy weed.'
  140. end
  141. end
  142. if $ARGS[0] = 'snkayf1':
  143. snkz = RAND(1,6)
  144. gs 'underwear', 'remove'
  145. if snkz = 1:
  146. minut += 120
  147. gt 'city_park', 'start'
  148. end
  149. if snkz = 2:
  150. minut += 120
  151. gt'city_center'
  152. end
  153. if snkz = 3:
  154. minut += 120
  155. gt'city_industrial'
  156. end
  157. if snkz = 4:
  158. minut += 120
  159. gt'city_residential'
  160. end
  161. if snkz = 5:
  162. minut += 120
  163. gt'dachi'
  164. end
  165. if snkz = 6:
  166. minut += 120
  167. gt 'city_lake', 'start'
  168. end
  169. end
  170. --- events ---------------------------------