postoffice.qsrc 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. # postoffice
  2. if $ARGS[0] = 'start':
  3. cls
  4. gs 'stat'
  5. $postloc = ''
  6. if (hour >= 9 and hour <= 10) or (hour >= 15 and hour <=16):
  7. '<center><b><font color="maroon">Post Office</font></b></center>'
  8. '<center><img <<$set_imgh>> src="images/locations/shared/postoffice/city.jpg"></center>'
  9. 'It is currently very busy and looks like you''ll have to wait to get to the counter.'
  10. act 'Wait in line (30 Minutes)':
  11. cla
  12. minut += 30
  13. gs 'stat'
  14. $postloc = 'counter' & gt 'postoffice'
  15. end
  16. if exhibitionist_lvl > 2:
  17. act 'Flash both your tits and your pussy to skip the line':
  18. cls
  19. gs 'flash', 'full', 'inside', 5
  20. gs 'stat'
  21. act 'Go to the counter':$postloc = 'counter' & gt 'postoffice'
  22. end
  23. end
  24. if exhibitionist_lvl > 1:
  25. act 'Flash your pussy to skip the line':
  26. cls
  27. gs 'flash', 'pussy', 'inside', 5
  28. gs 'stat'
  29. act 'Go to the counter':$postloc = 'counter' & gt 'postoffice'
  30. end
  31. end
  32. if exhibitionist_lvl > 0 or pcs_inhib >= 45:
  33. act 'Flash your tits to skip the line':
  34. cls
  35. gs 'flash', 'tits', 'inside', 5
  36. gs 'stat'
  37. act 'Go to the counter':$postloc = 'counter' & gt 'postoffice'
  38. end
  39. end
  40. if exhibitionist_lvl > 0:
  41. act 'Suggest a blowjob in exchange for jumping the queue':
  42. cls
  43. if cumloc[12] = 0 and cumloc[11] = 0:
  44. pcs_throat += 1
  45. gs 'npcgeneratec', 0, 'stranger', rand(18,45)
  46. gs 'boyStat', $npclastgenerated
  47. inhib_exp += rand(2,5)
  48. gs 'arousal', 'bj', 10, 'sub'
  49. gs 'stat'
  50. act 'Cum on your face':
  51. cls
  52. if pcs_haircol = 0:
  53. $cum_face_image = 'black/' + rand(1,23)
  54. elseif pcs_haircol = 1:
  55. $cum_face_image = 'brown/' + rand(1,31)
  56. elseif pcs_haircol = 2:
  57. $cum_face_image = 'red/' + rand(1,19)
  58. elseif pcs_haircol = 3:
  59. $cum_face_image = 'blonde/' + rand(1,25)
  60. else
  61. $cum_face_image = 'custom/' + rand(1,20)
  62. end
  63. '<center><img <<$set_imgh>> src="images/pc/body/cum/cumface/<<$cum_face_image>>.jpg"></center>'
  64. 'The man cums on your face.'
  65. spafinloc = 11
  66. gs 'cum_manage'
  67. gs 'arousal', 'end'
  68. gs 'stat'
  69. act 'Go to the counter':$postloc = 'counter' & gt 'postoffice'
  70. end
  71. act 'Cum in your mouth':
  72. cls
  73. '<center><img <<$set_imgh>> src="images/locations/shared/postoffice/sex/cumlip.jpg"></center>'
  74. 'The man cums inside your mouth.'
  75. spafinloc = 12
  76. gs 'cum_manage'
  77. gs 'arousal', 'end'
  78. gs 'stat'
  79. act 'Go to the counter':$postloc = 'counter' & gt 'postoffice'
  80. end
  81. else
  82. '<center><video autoplay loop src="images/locations/shared/postoffice/punch.mp4"></video></center>'
  83. 'The Man punches you in the gut and says, <font color="#0D42C0">"Go away bitch, your mouth is full of sperm."</font> You stagger away from the postoffice and spend 2 hours curled up like a ball.'
  84. minut += 120
  85. gs 'pain', 4, 'tummy', 'hit'
  86. act 'Recover':
  87. if bankloc = 1:
  88. gt 'down'
  89. else
  90. gt 'pavCommercial'
  91. end
  92. end
  93. end
  94. end
  95. end
  96. else
  97. '<center><b><font color="maroon">Post Office</font></b></center>'
  98. '<center><img <<$set_imgh>> src="images/locations/shared/postoffice/city.jpg"></center>'
  99. 'It is currently quiet and you can walk straight up to the counter.'
  100. act 'Go to the counter':
  101. $postloc = 'counter' & gt 'postoffice'
  102. end
  103. end
  104. if bankloc = 0:
  105. act 'Go to Postmaster''s Office':
  106. gt 'postmaster', 'start'
  107. end
  108. end
  109. act 'Leave':$postloc = 'leave' & gt 'postoffice'
  110. end
  111. if $postloc = 'counter':
  112. cla
  113. *clr
  114. '<center><b><font color="maroon">Counter</font></b></center>'
  115. '<center><img <<$set_imgh>> src="images/locations/shared/postoffice/counter.jpg"></center>'
  116. 'The counter, its boring here.'
  117. if bankAccount = 1 and money > 0:
  118. act 'Deposit money to your bank account':
  119. cla
  120. minut += 5
  121. gs 'stat'
  122. kartaIN = input ("How much money do you want to deposit into the account?")
  123. if kartaIN <= 0 or kartaIN > money:
  124. 'Not correct operation.'
  125. else
  126. karta += kartaIN
  127. money -= kartaIN
  128. '<br>You put on the account <<kartaIN>> <b>₽</b>, now you have <<karta>> <b>₽</b> on it.'
  129. end
  130. '"Is there anything else I can do for you?"'
  131. act 'Yes':$postloc = 'counter' & gt 'postoffice'
  132. act 'Leave the post office':$postloc = 'leave' & gt 'postoffice'
  133. end
  134. end
  135. if legal_fine > 0:
  136. act 'Pay toward legal fine':
  137. fineIN = input ("How much money do you want to pay off your fine/s?")
  138. if fineIN <= 0 or fineIN > money:
  139. 'Not correct operation.'
  140. else
  141. legal_fine -= fineIN
  142. money -= fineIN
  143. '<br>You pay <<fineIN>> <b>₽</b> of your legal fine/s, now you have <<legal_fine>> <b>₽</b> still outstanding.'
  144. end
  145. end
  146. if money > legal_fine:
  147. act 'Pay off your legal fine/s':
  148. money -= legal_fine
  149. legal_fine = 0
  150. *clr & cla
  151. gs 'stat'
  152. '<center><b><font color="maroon">Counter</font></b></center>'
  153. '<center><img <<$set_imgh>> src="images/locations/shared/postoffice/counter.jpg"></center>'
  154. 'You pay the full amount of your outstanding fine/s to the cashier and they print out a receipt to say that it is paid off.'
  155. act 'Done':$postloc = 'counter' & gt 'postoffice'
  156. end
  157. end
  158. end
  159. if used_pattest > 0:
  160. act 'Send paternity test (20.000<b>₽</b>)':
  161. if money >= 20000:
  162. dynamic $send_test
  163. cls
  164. gs 'stat'
  165. 'You pay the fee of the testing, then you mail your used paternity test to the testing labor in Saint Petersburg with the copy of your receipt of payment. You will get answer in SMS withing a week.'
  166. else
  167. 'Unfortunately you have no money to send the test in. You could, but they would just throw it out without the receipt of payment.'
  168. end
  169. act 'Done':$postloc = 'counter' & gt 'postoffice'
  170. end
  171. end
  172. act 'Check received mail':
  173. cls
  174. gs 'stat'
  175. minut += 5
  176. if mail <= 0:
  177. 'Sorry no mail.'
  178. else
  179. 'You have mail.'
  180. end
  181. '"Is there anything else I can do for you?"'
  182. act 'Yes':$postloc = 'counter' & gt 'postoffice'
  183. act 'Leave the post office':$postloc = 'leave' & gt 'postoffice'
  184. end
  185. i = 0
  186. *pl '<center><table align="center">'
  187. :loopcard
  188. if i = 0:
  189. n = 5
  190. price = 60
  191. $buy_link = '<a' + iif(money >= 60, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''postoffice''">buy ','>buy ') +'</a>'
  192. elseif i = 1:
  193. n = 10
  194. price = 115
  195. $buy_link = '<a' + iif(money >= 115, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''postoffice''">buy ','>buy ') +'</a>'
  196. elseif i = 2:
  197. n = 20
  198. price = 220
  199. $buy_link = '<a' + iif(money >= 220, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''postoffice''">buy ','>buy ') +'</a>'
  200. elseif i = 3:
  201. n = 50
  202. price = 520
  203. $buy_link = '<a' + iif(money >= 520, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''postoffice''">buy ','>buy ') +'</a>'
  204. end
  205. i += 1
  206. '<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>'
  207. if i < 4:
  208. jump 'loopcard'
  209. end
  210. '</table></center>'
  211. if money > 0:
  212. act 'Put the money on the phone':
  213. cla
  214. set minut = minut + 5
  215. obmennik = input ("How many <b>₽</b> do you want to deposit?")
  216. if obmennik <= 0:
  217. '<center><br><b>Do you want to think again?</b></center>'
  218. act 'Return':$postloc = 'counter' & gt 'postoffice'
  219. else
  220. if money < obmennik:
  221. '<center><br>You do not have <b><<obmennik>></b> <b>₽</b>.</center>'
  222. act 'Return':$postloc = 'counter' & gt 'postoffice'
  223. end
  224. if money >= obmennik:
  225. set balans = balans + obmennik
  226. set money = money - obmennik
  227. clr
  228. gs'stat'
  229. '<center><br>You put <b><<obmennik>></b> <b>₽</b> to the account.</center>'
  230. '"Is there anything else I can do for you?"'
  231. act 'Yes':$postloc = 'counter' & gt 'postoffice'
  232. act 'Leave the post office':$postloc = 'leave' & gt 'postoffice'
  233. end
  234. end
  235. end
  236. end
  237. !!Might use for the city branch, but seems ott for Pav
  238. !! if askWork = 0 and bankloc = 0:
  239. !! act 'Ask for work':
  240. !! cls
  241. !! minut += 5
  242. !! gs 'stat'
  243. !! 'You approach the counter and ask the girl at the counter: "Excuse me... I hear you are looking for postal workers? I would like to come work as a one."'
  244. !!'She nods understandingly: "We are looking for new workers, that''s true. 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 will hire you! Good luck when you go see him!"'
  245. !! '"I''m afraid there is no position available at this time."'
  246. !! act 'Step away from the counter':gt'postoffice', 'start'
  247. !!askWork += 1
  248. !! end
  249. !! end
  250. act 'Leave':$postloc = 'leave' & gt 'postoffice'
  251. end
  252. if $postloc = 'leave':
  253. minut += 3
  254. killvar '$postloc'
  255. if bankloc = 1:
  256. gt 'down'
  257. else
  258. gt 'pavCommercial'
  259. end
  260. end
  261. !! Not used for Pav, maybe use for city?
  262. if $postloc = 'post_off':
  263. cla
  264. *clr
  265. minut += 30
  266. gs 'stat'
  267. '<center><b><font color="maroon">Postmaster Office</font></b></center>'
  268. !!Blatte: MISSING IMAGE
  269. $ImageNeededPlacholder
  270. !!'<center><img src="images/system/image_needed.png"></center>'
  271. 'Behind his desk, a man of about 50 is busy with some paperwork. He''s dressed quite sharply, and you had never expected the postmaster would be this good looking.'
  272. if post_wrk = 0:
  273. act 'Ask for work':
  274. cls
  275. minut += 15
  276. gs 'stat'
  277. !!Placeholder text
  278. '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?"'
  279. 'He looks up from his desk: "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?"'
  280. 'You smile and shake your head: "No, no problem. I am looking for a job, I hear you are often looking for workers?"'
  281. 'You can feel his eyes exploring your body for a moment 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?"'
  282. act'"That sounds great!"':
  283. cls
  284. post_wrk += 1
  285. gs 'stat'
  286. !!Placeholder text
  287. 'You beam: "That sounds fantastic, thank you so much!"'
  288. 'Oleg gives you a friendly smile, happy to have found another potential worker. He quickly writes some of your personal data down.'
  289. 'Oleg continues: "If you want to work a shift, you need to be here between this time. There''s no point in you getting changed for just 20 minutes of work."'
  290. 'That also sounds fair. You give him a handshake as you get ready to leave: "Okay. Thank you sir!"'
  291. act'Exit Office':gt'postoffice', 'start'
  292. end
  293. act'"Sorry, not interested"':
  294. cls
  295. gs 'stat'
  296. '"I need to think about it if it''s okay."'
  297. '"Sure <<$pcs_nickname>>, come back when you''ve made up your mind."'
  298. act'Exit office':gt'postoffice', 'start'
  299. end
  300. end
  301. end
  302. act 'Exit office':gt'postoffice', 'start'
  303. end
  304. --- postoffice ---------------------------------