postoffice 11 KB

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