postoffice 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  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 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 pcs_exhibition >= 45:
  17. act 'Flash both your tits and your pussy':
  18. cls
  19. gs 'stat'
  20. minut += 10
  21. if postflash = 0:
  22. exhibition_exp += 3
  23. postflash = 1
  24. end
  25. '<center><img src="images/shared/sex/exhibitionism/flash_tits_pus.jpg"></center>'
  26. 'The people in front of you are shocked, as they see you flashing your tits and your pussy. As a small thank you, some of them let you move further up in the line.'
  27. act 'Go to the counter':$postloc = 'counter' & gt 'postoffice'
  28. end
  29. end
  30. if pcs_exhibition >= 40:
  31. act 'Flash your pussy':
  32. cls
  33. gs 'stat'
  34. minut += 10
  35. if postflash = 0:
  36. exhibition_exp += 2
  37. postflash = 1
  38. end
  39. if pcs_pubes >= 10:
  40. '<center><img src="images/shared/sex/exhibitionism/flash_hairy.jpg"></center>'
  41. else
  42. '<center><img src="images/shared/sex/exhibitionism/flash_nohairy.jpg"></center>'
  43. end
  44. 'The people in front of you are shocked, as they see you flashing your pussy. As a small thank you, some of them let you move further up in the line.'
  45. act 'Go to the counter':$postloc = 'counter' & gt 'postoffice'
  46. end
  47. end
  48. if pcs_exhibition >= 35:
  49. act 'Flash your tits':
  50. cls
  51. gs 'stat'
  52. minut += 10
  53. if postflash = 0:
  54. exhibition_exp += 1
  55. postflash = 1
  56. end
  57. '<center><img src="images/shared/sex/exhibitionism/flash_tits.jpg"></center>'
  58. 'The people in front of you are shocked, as they see you flashing your tits. As a small thank you, some of them let you move further up in the line.'
  59. act 'Go to the counter':$postloc = 'counter' & gt 'postoffice'
  60. end
  61. end
  62. if sub['exp'] >= 10 and pcs_exhibition > 25:
  63. act 'Suggest a blowjob in exchange for jumping the queue':
  64. cls
  65. gs 'stat'
  66. pcs_throat += 1
  67. gs 'npcgeneratec', 0, 'stranger', rand(18,45)
  68. gs 'boyStat', $npclastgenerated
  69. gs 'arousal', 'bj', 10, 'sub'
  70. gs 'stat'
  71. if spdirtyb = 0 and spdirtyv = 0:
  72. !!Blatte:IMAGE NEEDED
  73. $ImageNeededPlacholder
  74. !! '<center><img src="images/system/image_needed.png"></center>'
  75. act 'Cum on your face':
  76. cls
  77. '<center><img src="images/pc/body/cum/cumface/<<$cum_face_image>>.jpg"></center>'
  78. 'The man cums on your face.'
  79. spafinloc = 11
  80. gs 'cum_manage'
  81. gs 'arousal', 'end'
  82. gs 'stat'
  83. act 'Go to the counter':$postloc = 'counter' & gt 'postoffice'
  84. end
  85. act 'Cum in your mouth':
  86. cls
  87. '<center><img src="images/locations/shared/postoffice/sex/cumlip.jpg"></center>'
  88. 'The man cums inside your mouth.'
  89. spafinloc = 12
  90. gs 'cum_manage'
  91. gs 'arousal', 'end'
  92. gs 'stat'
  93. act 'Go to the counter':$postloc = 'counter' & gt 'postoffice'
  94. end
  95. else
  96. $ImageNeededPlacholder
  97. '<center><img src="images/locations/shared/postoffice/punch.gif"></center>'
  98. '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.'
  99. minut += 120
  100. gs 'pain', 4, 'tummy', 'hit'
  101. act 'Recover':gt $locM
  102. end
  103. end
  104. end
  105. else
  106. '<center><b><font color="maroon">Post Office</font></b></center>'
  107. '<center><img src="images/locations/shared/postoffice/city.jpg"></center>'
  108. 'It is currently quiet and you can walk straight up to the counter.'
  109. act 'Go to the counter':
  110. $postloc = 'counter' & gt 'postoffice'
  111. end
  112. end
  113. if bankloc = 0:
  114. act 'Go to Postmaster''s Office':
  115. gt 'postmaster', 'start'
  116. end
  117. end
  118. act 'Leave':
  119. if bankloc = 1:
  120. gt 'down'
  121. else
  122. gt 'pavCommercial'
  123. end
  124. end
  125. end
  126. if $postloc = 'counter':
  127. cla
  128. *clr
  129. '<center><b><font color="maroon">Counter</font></b></center>'
  130. '<center><img src="images/locations/shared/postoffice/counter.jpg"></center>'
  131. 'The counter, its boring here.'
  132. if bankAccount = 1 and money > 0:
  133. act 'Deposit money to your bank account':
  134. cla
  135. minut += 5
  136. gs 'stat'
  137. kartaIN = input ("How much money you want to deposit into the account?")
  138. if kartaIN <= 0 or kartaIN > money:
  139. 'Not correct operation.'
  140. else
  141. karta += kartaIN
  142. money -= kartaIN
  143. '<br>You put on the account <<kartaIN>> <b>₽</b>, now you have <<karta>> <b>₽</b> on it.'
  144. end
  145. '"Is there anything else I can do for you?"'
  146. act 'Yes':$postloc = 'counter' & gt 'postoffice'
  147. act 'Leave the post office':
  148. minut += 5
  149. gs 'stat'
  150. if bankloc = 1:
  151. gt 'down'
  152. else
  153. gt 'pavCommercial'
  154. end
  155. end
  156. end
  157. end
  158. if used_pattest > 0:
  159. act 'Send paternity test (20.000<b>₽</b>)':
  160. if money >= 20000:
  161. dynamic $send_test
  162. cls
  163. gs 'stat'
  164. '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.'
  165. else
  166. 'Unfortunately you have no money to send the test in. You could, but they would just throw it out without the receipt of payment.'
  167. end
  168. act 'Done':$postloc = 'counter' & gt 'postoffice'
  169. end
  170. end
  171. act 'Check received mail':
  172. cls
  173. gs 'stat'
  174. minut += 5
  175. if mail <= 0:
  176. 'Sorry no mail.'
  177. else
  178. 'You have mail.'
  179. end
  180. '"Is there anything else I can do for you?"'
  181. act 'Yes':$postloc = 'counter' & gt 'postoffice'
  182. act 'Leave the post office':
  183. minut += 5
  184. gs 'stat'
  185. if bankloc = 1:
  186. gt 'down'
  187. else
  188. gt 'pavCommercial'
  189. end
  190. end
  191. end
  192. i = 0
  193. *pl '<center><table align="center">'
  194. :loopcard
  195. if i = 0:
  196. n = 5
  197. price = 60
  198. $buy_link = '<a' + iif(money >= 60, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''postoffice''">buy ','>buy ') +'</a>'
  199. elseif i = 1:
  200. n = 10
  201. price = 115
  202. $buy_link = '<a' + iif(money >= 115, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''postoffice''">buy ','>buy ') +'</a>'
  203. elseif i = 2:
  204. n = 20
  205. price = 220
  206. $buy_link = '<a' + iif(money >= 220, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''postoffice''">buy ','>buy ') +'</a>'
  207. elseif i = 3:
  208. n = 50
  209. price = 520
  210. $buy_link = '<a' + iif(money >= 520, ' href="exec: gs ''$buy_item'', <<n>>, ''hours of internet access'', <<price>>, ''internet'', ''postoffice''">buy ','>buy ') +'</a>'
  211. end
  212. i += 1
  213. '<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>'
  214. if i < 4:
  215. jump 'loopcard'
  216. end
  217. '</table></center>'
  218. if money > 0:
  219. act 'Put the money on the phone':
  220. cla
  221. set minut = minut + 5
  222. obmennik = input ("How many <b>₽</b> do you want to deposit?")
  223. if obmennik <= 0:
  224. '<center><br><b>Do you want to think again?</b></center>'
  225. act 'Return':$postloc = 'counter' & gt 'postoffice'
  226. else
  227. if money < obmennik:
  228. '<center><br>You do not have <b><<obmennik>></b> <b>₽</b>.</center>'
  229. act 'Return':$postloc = 'counter' & gt 'postoffice'
  230. end
  231. if money >= obmennik:
  232. set balans = balans + obmennik
  233. set money = money - obmennik
  234. clr
  235. gs'stat'
  236. '<center><br>You put <b><<obmennik>></b> <b>₽</b> to the account.</center>'
  237. '"Is there anything else I can do for you?"'
  238. act 'Yes':$postloc = 'counter' & gt 'postoffice'
  239. act 'Leave the post office':
  240. minut += 5
  241. gs 'stat'
  242. if bankloc = 1:
  243. gt 'down'
  244. else
  245. gt 'pavCommercial'
  246. end
  247. end
  248. end
  249. end
  250. end
  251. end
  252. !!Might use for the city branch, but seems ott for Pav
  253. !! if askWork = 0 and bankloc = 0:
  254. !! act 'Ask for work':
  255. !! cls
  256. !! minut += 5
  257. !! gs 'stat'
  258. !! '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."'
  259. !!'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!"'
  260. !! '"I''m afraid there is no position available at this time."'
  261. !! act 'Step away from the counter':gt'postoffice', 'start'
  262. !!askWork += 1
  263. !! end
  264. !! end
  265. act 'Leave':
  266. minut += 5
  267. gs 'stat'
  268. if bankloc = 1:
  269. gt 'down'
  270. else
  271. gt 'pavCommercial'
  272. end
  273. end
  274. end
  275. !! Not used for Pav, maybe use for city?
  276. if $postloc = 'post_off':
  277. cla
  278. *clr
  279. minut += 30
  280. gs 'stat'
  281. '<center><b><font color="maroon">Postmaster Office</font></b></center>'
  282. !!Blatte: MISSING IMAGE
  283. $ImageNeededPlacholder
  284. !!'<center><img src="images/system/image_needed.png"></center>'
  285. '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.'
  286. if post_wrk = 0:
  287. act 'Ask for work':
  288. cls
  289. minut += 15
  290. gs 'stat'
  291. !!Placeholder text
  292. '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?"'
  293. '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?"'
  294. 'You smile and shake your head: "No, no problem. I am looking for a job, I hear you are often looking for workers?"'
  295. '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?"'
  296. act'"That sounds great!"':
  297. cls
  298. post_wrk += 1
  299. gs 'stat'
  300. !!Placeholder text
  301. 'You beam: "That sounds fantastic, thank you so much!"'
  302. 'Oleg gives you a friendly smile, happy to have found another potential worker. He quickly writes some of your personal data down.'
  303. '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."'
  304. 'That also sounds fair. You give him a handshake as you get ready to leave: "Okay. Thank you sir!"'
  305. act'Exit Office':gt'postoffice', 'start'
  306. end
  307. act'"Sorry, not interested"':
  308. cls
  309. gs 'stat'
  310. '"I need to think about it if it''s okay."'
  311. '"Sure <<$pcs_nickname>>, come back when you''ve made up your mind."'
  312. act'Exit office':gt'postoffice', 'start'
  313. end
  314. end
  315. end
  316. act 'Exit office':gt'postoffice', 'start'
  317. end
  318. --- postoffice ---------------------------------