post_office.qsrc 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. # post_office
  2. if $ARGS[0] = 'leave':
  3. if $region = 'city':
  4. gt 'city_center'
  5. else
  6. gt 'pav_commercial'
  7. end
  8. end
  9. if $ARGS[0] = 'start':
  10. *clr & cla
  11. $menu_loc = 'post_office'
  12. $menu_arg = 'start'
  13. menu_off = 0
  14. gs 'stat'
  15. act 'Leave': minut += 3 & gt 'post_office', 'leave'
  16. if (hour >= 9 and hour <= 10) or (hour >= 15 and hour <=16):
  17. '<center><b><font color="maroon">Post Office</font></b></center>'
  18. '<center><img <<$set_imgh>> src="images/locations/shared/postoffice/city.jpg"></center>'
  19. 'It is currently very busy and it looks like you''ll have to wait your turn to get to the counter.'
  20. act 'Wait in line (0:30)':
  21. cla
  22. minut += 30
  23. gs 'stat'
  24. gt 'post_office', 'counter'
  25. end
  26. if exhibitionist_lvl > 2:
  27. gs 'willpower', 'exhib', 'self', 'hard'
  28. if will_cost <= pcs_willpwr:
  29. act 'Flash both your tits and your pussy to skip the line (<<will_cost>> Willpower)':
  30. *clr & cla
  31. gs 'willpower', 'exhib', 'self', 'hard'
  32. gs 'willpower', 'pay', 'self'
  33. menu_off = 1
  34. gs 'flash', 'full', 'inside', 1
  35. gs 'stat'
  36. act 'Go to the counter': gt 'post_office', 'counter'
  37. end
  38. else
  39. act 'Flash both your tits and your pussy to skip the line (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  40. end
  41. end
  42. if exhibitionist_lvl > 1:
  43. gs 'willpower', 'exhib', 'self'
  44. if will_cost <= pcs_willpwr:
  45. act 'Flash your pussy to skip the line (<<will_cost>> Willpower)':
  46. *clr & cla
  47. gs 'willpower', 'exhib', 'self'
  48. gs 'willpower', 'pay', 'self'
  49. menu_off = 1
  50. gs 'flash', 'pussy', 'inside', 1
  51. gs 'stat'
  52. act 'Go to the counter': gt 'post_office', 'counter'
  53. end
  54. else
  55. act 'Flash your pussy to skip the line (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  56. end
  57. end
  58. if exhibitionist_lvl > 0 or pcs_inhib >= 45:
  59. gs 'willpower', 'exhib', 'self', 'easy'
  60. if will_cost <= pcs_willpwr:
  61. act 'Flash your tits to skip the line (<<will_cost>> Willpower)':
  62. *clr & cla
  63. gs 'willpower', 'exhib', 'self', 'easy'
  64. gs 'willpower', 'pay', 'self'
  65. menu_off = 1
  66. gs 'flash', 'tits', 'inside', 1
  67. gs 'stat'
  68. act 'Go to the counter': gt 'post_office', 'counter'
  69. end
  70. else
  71. act 'Flash your tits to skip the line (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  72. end
  73. end
  74. if exhibitionist_lvl > 0:
  75. gs 'willpower', 'bj', 'self'
  76. if will_cost <= pcs_willpwr:
  77. act 'Offer a blowjob in exchange for jumping the queue (<<will_cost>> Willpower)':
  78. *clr & cla
  79. gs 'willpower', 'bj', 'self'
  80. gs 'willpower', 'pay', 'self'
  81. menu_off = 1
  82. if cumloc[11] = 0:
  83. gs 'npcgeneratec', 0, 'stranger', rand(18,45)
  84. gs 'boyStat', $npclastgenerated
  85. inhib_exp += rand(2,5)
  86. gs 'arousal', 'bj', 10, 'sub'
  87. gs 'stat'
  88. act 'Cum on your face':
  89. *clr & cla
  90. if pcs_haircol = 0:
  91. $cum_face_image = 'black/' + rand(1,23)
  92. elseif pcs_haircol = 1:
  93. $cum_face_image = 'brown/' + rand(1,31)
  94. elseif pcs_haircol = 2:
  95. $cum_face_image = 'red/' + rand(1,19)
  96. elseif pcs_haircol = 3:
  97. $cum_face_image = 'blonde/' + rand(1,25)
  98. else
  99. $cum_face_image = 'custom/' + rand(1,20)
  100. end
  101. '<center><img <<$set_imgh>> src="images/pc/body/cum/cumface/<<$cum_face_image>>.jpg"></center>'
  102. 'The man cums on your face.'
  103. gs 'cum_call', 'face', 'stranger'
  104. gs 'arousal', 'end'
  105. gs 'stat'
  106. act 'Go to the counter': gt 'post_office', 'counter'
  107. end
  108. act 'Cum in your mouth':
  109. *clr & cla
  110. '<center><img <<$set_imgh>> src="images/locations/shared/postoffice/sex/cumlip.jpg"></center>'
  111. 'The man cums inside your mouth.'
  112. gs 'cum_call', 'mouth', 'stranger'
  113. gs 'arousal', 'end'
  114. gs 'stat'
  115. act 'Go to the counter': gt 'post_office', 'counter'
  116. end
  117. else
  118. minut += 5
  119. gs 'pain', 4, 'tummy', 'hit'
  120. gs 'stat'
  121. '<center><video autoplay loop src="images/locations/shared/postoffice/punch.mp4"></video></center>'
  122. 'The man punches you in the gut. "Go away bitch, your face is covered in cum!"'
  123. 'You quickly stagger away.'
  124. act 'Recover': minut += rand(3, 5) & gt 'post_office', 'leave'
  125. end
  126. end
  127. else
  128. act 'Offer a blowjob in exchange for jumping the queue (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  129. end
  130. end
  131. else
  132. '<center><b><font color="maroon">Post Office</font></b></center>'
  133. '<center><img <<$set_imgh>> src="images/locations/shared/postoffice/city.jpg"></center>'
  134. 'It is currently quiet and you can walk straight up to the counter.'
  135. act 'Go to the counter':
  136. gt 'post_office', 'counter'
  137. end
  138. end
  139. if $region = 'pav': act 'Go to the Postmaster''s office': gt 'post_master', 'start'
  140. end
  141. if $ARGS[0] = 'counter':
  142. *clr & cla
  143. $menu_loc = 'post_office'
  144. $menu_arg = 'counter'
  145. menu_off = 0
  146. '<center><b><font color="maroon">Counter</font></b></center>'
  147. '<center><img <<$set_imgh>> src="images/locations/shared/postoffice/counter.jpg"></center>'
  148. 'There''s nothing interesting happening. It''s rather boring here.'
  149. act 'Leave': minut += 3 & gt 'post_office', 'leave'
  150. if bankAccount = 1 and money > 0:
  151. act 'Deposit money into your bank account':
  152. cla
  153. menu_off = 1
  154. minut += 5
  155. gs 'stat'
  156. gs 'bank', 'deposit_cash'
  157. '"Is there anything else I can do for you?"'
  158. act 'Leave the post office': minut += 3 & gt 'post_office', 'leave'
  159. act 'Yes': gt 'post_office', 'counter'
  160. end
  161. end
  162. if policeQW['legal_fine'] > 0:
  163. act 'Pay your fine(s)':
  164. menu_off = 1
  165. gs 'stat'
  166. fineIN = input ('How much do you want to pay off?')
  167. if fineIN <= 0 or fineIN > money:
  168. 'Invalid operation.'
  169. elseif fineIN >= policeQW['legal_fine']:
  170. money -= policeQW['legal_fine']
  171. policeQW['legal_fine'] = 0
  172. policeQW['missed_fine_deadlines'] = 0
  173. policeQW['fine_deadline'] = 0
  174. policeQW['arrest_gameover_flag'] = 0
  175. '<br>You pay the full amount of your outstanding fine(s) to the cashier and they print out a receipt to say that it''s paid off.'
  176. else
  177. policeQW['legal_fine'] -= fineIN
  178. money -= fineIN
  179. '<br>You pay <<fineIN>> <b>₽</b> of your legal fine(s). You have <<policeQW[''legal_fine'']>> <b>₽</b> still outstanding.'
  180. end
  181. killvar 'fineIN'
  182. end
  183. if money >= policeQW['legal_fine']:
  184. act 'Pay off your fine(s)':
  185. *clr & cla
  186. menu_off = 1
  187. money -= policeQW['legal_fine']
  188. policeQW['legal_fine'] = 0
  189. policeQW['missed_fine_deadlines'] = 0
  190. policeQW['fine_deadline'] = 0
  191. policeQW['arrest_gameover_flag'] = 0
  192. gs 'stat'
  193. '<center><b><font color="maroon">Counter</font></b></center>'
  194. '<center><img <<$set_imgh>> src="images/locations/shared/postoffice/counter.jpg"></center>'
  195. 'You pay the full amount of your outstanding fine(s) to the cashier and they print out a receipt to say that it''s paid off.'
  196. act 'Done': gt 'post_office', 'counter'
  197. end
  198. end
  199. end
  200. if used_pattest > 0:
  201. act 'Send paternity test (20,000 <b>₽</b>)':
  202. menu_off = 1
  203. if money >= 20000:
  204. dynamic $send_test
  205. *clr & cla
  206. gs 'stat'
  207. 'You pay the fee for the testing, then mail your used paternity test to the lab in Saint Petersburg with the copy of your receipt of payment. You will get answer by SMS within a week.'
  208. else
  209. 'Unfortunately, you have no money to submit the test. They would just throw it out without the receipt of payment.'
  210. end
  211. act 'Done': gt 'post_office', 'counter'
  212. end
  213. end
  214. act 'Check received mail':
  215. *clr & cla
  216. menu_off = 1
  217. gs 'stat'
  218. minut += 5
  219. if mail[$region] <= 0 and mail['all'] <= 0:
  220. 'You have no mail.'
  221. else
  222. 'You have mail.'
  223. act 'Pickup your mail': gt 'post_office', 'pickup_mail'
  224. end
  225. '"Is there anything else I can do for you?"'
  226. act 'Yes': gt 'post_office', 'counter'
  227. act 'Leave the post office': minut += 3 & gt 'post_office', 'leave'
  228. end
  229. i = 0
  230. !!{ *pl '<center><table align="center">'
  231. :loopcard
  232. if i = 0:
  233. n = 5
  234. price = 60
  235. $buy_link = '<a' + iif(money >= 60, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''post_office''">buy ','>buy ') +'</a>'
  236. elseif i = 1:
  237. n = 10
  238. price = 115
  239. $buy_link = '<a' + iif(money >= 115, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''post_office''">buy ','>buy ') +'</a>'
  240. elseif i = 2:
  241. n = 20
  242. price = 220
  243. $buy_link = '<a' + iif(money >= 220, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''post_office''">buy ','>buy ') +'</a>'
  244. elseif i = 3:
  245. n = 50
  246. price = 520
  247. $buy_link = '<a' + iif(money >= 520, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''post_office''">buy ','>buy ') +'</a>'
  248. end
  249. i += 1
  250. '<tr><td align="center"><<n>> hour internet card </td><td align="right">(you have <<internet>> hours of internet access) </td><td align="right"><<$buy_link>> </td><td align="left">for <<price>> <b>₽</b></td></tr>'
  251. if i < 4: jump 'loopcard'
  252. '</table></center>'
  253. if money > 0:
  254. act 'Put the money on the phone':
  255. cla
  256. menu_off = 1
  257. minut += 5
  258. obmennik = input ("How much <b>₽</b> do you want to deposit?")
  259. if obmennik <= 0:
  260. '<center><br><b>Invalid operation.</b></center>'
  261. act 'Return': gt 'post_office', 'counter'
  262. else
  263. if money < obmennik:
  264. '<center><br>You do not have <b><<obmennik>></b> <b>₽</b>.</center>'
  265. act 'Return': gt 'post_office', 'counter'
  266. end
  267. if money >= obmennik:
  268. set balans = balans + obmennik
  269. set money = money - obmennik
  270. clr
  271. gs 'stat'
  272. '<center><br>You put <b><<obmennik>></b> <b>₽</b> to the account.</center>'
  273. '"Is there anything else I can do for you?"'
  274. act 'Yes': gt 'post_office', 'counter'
  275. act 'Leave the post office': gt 'post_office', 'counter'
  276. end
  277. end
  278. end
  279. end
  280. }
  281. !!{ Might use for the city branch, but seems ott for Pav
  282. if askWork = 0 and $region = 'pav':
  283. act 'Ask for work':
  284. *clr & cla
  285. askWork += 1
  286. minut += 5
  287. gs 'stat'
  288. 'You approach the counter and greet the girl there. "Excuse me, I hear you''re looking for postal workers?"'
  289. 'She nods understandingly. "We''re looking for new workers and I''d hire you in an instant, but unfortunately it''s not up to me. You should go see Oleg Koltsov, the postmaster. He''s usually in his office between 12:00 and 14:00. I bet he''ll hire you! Good luck when you see him!"'
  290. act 'Step away from the counter': gt 'post_office', 'start'
  291. end
  292. end
  293. }
  294. end
  295. if $ARGS[0] = 'pickup_mail':
  296. '<center><img src="images/locations/shared/postoffice/worker.jpg"></center>'
  297. if mail[$region] > 0 or mail['all'] > 0:
  298. 'You have <<mail[$region] + mail[''all'']>> pieces of mail left to pickup.'
  299. else
  300. 'You have collected all your mail.'
  301. end
  302. gs 'blackmailer', 'set_post_act'
  303. act 'Go back': gt 'post_office', 'counter'
  304. act 'Leave': minut += 3 & gt 'post_office', 'leave'
  305. end
  306. !! Not used for Pav, maybe use for city?
  307. !! Not used currently
  308. if $ARGS[0] = 'post_off':
  309. *clr & cla
  310. menu_off = 1
  311. minut += 30
  312. gs 'stat'
  313. '<center><b><font color="maroon">Postmaster Office</font></b></center>'
  314. !!'<center><img src="images/system/image_needed.png"></center>'
  315. 'An older man sits behind a desk, busy with some paperwork. He''s dressed quite sharply for his position.'
  316. act 'Exit office': gt 'post_office', 'start'
  317. if post_wrk = 0:
  318. act 'Ask for work':
  319. *clr & cla
  320. minut += 15
  321. gs 'stat'
  322. !!Placeholder text
  323. 'You approach the man''s desk, but he doesn''t look up from his work. With a soft voice, you carefully try to get his attention. "Umm... Excuse me?"'
  324. 'He looks up at you. "Oh I''m sorry, I didn''t hear you come in. Hello, I''m Oleg Koltsov, postmaster at this post office. Is there a problem?"'
  325. 'You smile and shake your head. "No, no problem. I''m actually looking for a job. I hear you''re looking for workers?"'
  326. 'You can feel his eyes exploring your body for a second before he responds. "Yes, we are! We currently only have a part-time vacancy, for sorting the mail. You would be working between these and these hours, give or take. Does that sound good to you?"'
  327. act '"Sorry, not interested"':
  328. *clr & cla
  329. gs 'stat'
  330. '"I need to think about it if it''s okay?" you reply.'
  331. '"Sure. Come back when you''ve made up your mind."'
  332. act 'Exit office': gt 'post_office', 'start'
  333. end
  334. act '"That sounds great!"':
  335. *clr & cla
  336. post_wrk += 1
  337. gs 'stat'
  338. !!Placeholder text
  339. 'You beam. "That sounds fantastic, thank you so much!"'
  340. 'Oleg gives you a friendly smile, happy to have found another potential worker. He quickly writes some of your personal data down.'
  341. '"If you want to work a shift, you need to be here between this time. There''s no point in you getting changed just for 20 minutes of work."'
  342. 'You give him a handshake as you get ready to leave. "Okay. Thank you sir!"'
  343. act 'Exit office': gt 'post_office', 'start'
  344. end
  345. end
  346. end
  347. end
  348. --- post_office ---------------------------------