282_vokzalGin 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. # vokzalGin
  2. <<<<<<< 282_vokzalGin
  3. $din_vokzalg_kassi = {
  4. cls
  5. gs 'stat'
  6. '<center><H4>Cashier</H4></center>'
  7. '<center><img src="images\qwest/alter/kassa.jpg"></center>'
  8. 'Ticket to the city costs 200 rubles.'
  9. if money >= 200:
  10. act 'Buy a ticket to the Center (200 rubles)':
  11. cls
  12. money -= 200
  13. minut += 15
  14. gs 'stat'
  15. '<center><img src="images\etogame\electri.jpg"></center>'
  16. 'You paid for the ticket and boarded the train going in the town.'
  17. 'After 15 minutes the train stopped at the station.'
  18. act 'To go further':
  19. cls
  20. minut += 15
  21. gs 'stat'
  22. '<center><img src="images\etogame\electri.jpg"></center>'
  23. 'After 15 minutes the train stopped at the station.'
  24. act 'To go further':
  25. cls
  26. minut += 15
  27. gs 'stat'
  28. '<center><img src="images\etogame\electri.jpg"></center>'
  29. 'After 15 minutes the train stopped at the station.'
  30. act 'To go further':
  31. cls
  32. minut += 15
  33. gs 'stat'
  34. '<center><img src="images\etogame\electri.jpg"></center>'
  35. 'After 15 minutes the train stopped at the Centre.'
  36. act 'Exit': minut += 5 & nroad = 0 & gt 'Vokzal'
  37. end
  38. act 'Exit': minut += 5 & nroad = 5 & gt 'road'
  39. end
  40. act 'Exit': minut += 5 & nroad = 10 & gt 'road'
  41. end
  42. act 'Exit': minut += 5 & nroad = 15 & gt 'road'
  43. end
  44. end
  45. act 'Get away from banks': minut += 1 & gt 'vokzalGin'
  46. }
  47. $din_vokzalg_kabinet = {
  48. cls
  49. gs 'stat'
  50. 'You came to the office of chief of station. About cabinet hanging ad "Wanted lady. 2 hours of work at any time, the salary of 50 rubles a day."'
  51. act 'Leave': minut += 1 & gt 'vokzalGin'
  52. if hour >= 8 and hour <= 16:
  53. act 'Login to Account':
  54. cls
  55. gs 'stat'
  56. 'You knocked on the door and entered the office of the chief. Elderly man distracted from scribbling and looked at you "On what issue?"'
  57. act 'Leave': minut += 1 & gt 'vokzalGin'
  58. if vokzalVork = 0:
  59. act 'Arranged a cleaner':
  60. cls
  61. vokzalVork = 1
  62. minut += 15
  63. gs 'stat'
  64. 'You said that you would like to apply cleaner. Chief of station delighted obviously that nobody wants to work for such meager wages. He recorded your data and explained. You´ll have to wash the floors at the station and clean toilets. How to do it, so get 50 rubles. If something does not have time, you will not receive anything. Then you came out of his office and he showed pantry that stores inventory.'
  65. act 'Leave': minut += 1 & gt 'vokzalGin'
  66. end
  67. end
  68. end
  69. end
  70. }
  71. $din_vokzalg_toilet_deyst = {
  72. if hapri = 0:
  73. act 'comb your hair':
  74. cla
  75. set minut = minut + 3
  76. set hapri = 1
  77. if vokzalToilet=1:act 'finish':dynamic $din_vokzalg_toilet_f
  78. if vokzalToilet=2:act 'finish':dynamic $din_vokzalg_toilet_m
  79. end
  80. end
  81. if mop = 1 and kosmetica > 0:
  82. act 'apply makeup':
  83. cla
  84. *clr
  85. '<center><img src="pic\mop.jpg" ></center>'
  86. act 'Light make-up':
  87. cla
  88. set minut = minut + 3
  89. set kosmetica = kosmetica - 1
  90. set mop = 2
  91. 'You legonechko summed eyes and lips a little tint.'
  92. if vokzalToilet=1:act 'finish':dynamic $din_vokzalg_toilet_f
  93. if vokzalToilet=2:act 'finish':dynamic $din_vokzalg_toilet_m
  94. end
  95. if kosmetica >= 2:
  96. act 'normal makeup':
  97. cla
  98. set minut = minut + 5
  99. set kosmetica = kosmetica - 2
  100. set mop = 3
  101. 'You lipstick, summed up the eyes and eyelids.'
  102. if vokzalToilet=1:act 'finish':dynamic $din_vokzalg_toilet_f
  103. if vokzalToilet=2:act 'finish':dynamic $din_vokzalg_toilet_m
  104. end
  105. end
  106. if kosmetica >= 3:
  107. act 'Challenging makeup':
  108. cla
  109. set minut = minut + 10
  110. set kosmetica = kosmetica - 3
  111. set vidageday = vidageday - 1
  112. set mop = 4
  113. 'You densely nakrasili eyes, eyelids and mascara, lip contour nakrasili pencil and lipstick.'
  114. if vokzalToilet=1:act 'finish':dynamic $din_vokzalg_toilet_f
  115. if vokzalToilet=2:act 'finish':dynamic $din_vokzalg_toilet_m
  116. end
  117. end
  118. end
  119. end
  120. if cumpussy > 0 or cumbelly > 0 or cumass > 0 or cumanus > 0:
  121. act 'Wash up (0:15)':
  122. cla
  123. *clr
  124. dynamic $showerdin
  125. set sweat -= 1
  126. set minut += 15
  127. '<center><img src="images\pics\wash5.jpg"></center>'
  128. 'You carefully washed sperm with yourself.'
  129. if vokzalToilet = 1: act 'Finish': dynamic $din_vokzalg_toilet_f
  130. if vokzalToilet = 2: act 'Finish': dynamic $din_vokzalg_toilet_m
  131. end
  132. end
  133. if cumlip > 0 or cumface > 0:
  134. act 'Wash cum off face (0:15)':
  135. cla
  136. *clr
  137. set mop = 1
  138. set cumlip = 0
  139. set cumface = 0
  140. set sweat -= 1
  141. set minut += 15
  142. '<center><img src="images\etogame\facesp.jpg"></center>'
  143. 'You carefully washed sperm from her face.'
  144. if vokzalToilet = 1: act 'Finish': dynamic $din_vokzalg_toilet_f
  145. if vokzalToilet = 2: act 'Finish': dynamic $din_vokzalg_toilet_m
  146. end
  147. end
  148. if cumfrot > 0:
  149. act 'Wipe the cum from clothing (0:15)':
  150. cla
  151. *clr
  152. set cumfrot = 0
  153. set sweat -= 1
  154. set minut += 15
  155. '<center><img src="images\etogame\frotsp.jpg"></center>'
  156. 'You erase traces of semen from the clothes.'
  157. if vokzalToilet = 1: act 'Finish': dynamic $din_vokzalg_toilet_f
  158. if vokzalToilet = 2: act 'Finish': dynamic $din_vokzalg_toilet_m
  159. end
  160. end
  161. if tampon > 0 and mesec > 0 and isprok = 0:
  162. act 'Change a tampon':
  163. cla
  164. *clr
  165. set tampon -= 1
  166. set isprok = 1
  167. set minut += 5
  168. set manna -= 5
  169. '<center><img src="images\pics\wash3.jpg"></center>'
  170. 'You change a tampon.'
  171. if vokzalToilet = 1: act 'Finish': dynamic $din_vokzalg_toilet_f
  172. if vokzalToilet = 2: act 'Finish': dynamic $din_vokzalg_toilet_m
  173. end
  174. end
  175. if horny >= 90:
  176. act 'Masturbate':
  177. cls
  178. gs 'stat'
  179. '<center><img src="images\qwest\alter\Ev\mastr.jpg"></center>'
  180. 'You closed booth, removed the pants and sat on the toilet.'
  181. 'Your fingers began to caress expiring pussy juice and you started to rub her clit.'
  182. orgasm += 1
  183. mastr += 1
  184. horny = 0
  185. gs 'stat'
  186. 'Soon pleasant wave began to spread throughout the body and you covered a very powerful orgasm.'
  187. if vokzalToilet = 1: act 'Finish': dynamic $din_vokzalg_toilet_f
  188. if vokzalToilet = 2: act 'Finish': dynamic $din_vokzalg_toilet_m
  189. end
  190. end
  191. }
  192. $din_vokzalg_toilet_f = {
  193. cls
  194. gs 'stat'
  195. vokzalToilet = 1
  196. '<center><H4>Women´s WC</H4></center>'
  197. '<center><img src="images\pic/PublicToilet.jpg"></center>'
  198. 'You opened the door to women taulet and went inside.'
  199. act 'Leave': minut += 1 & dynamic $din_vokzalg_toilet
  200. dynamic $din_vokzalg_toilet_deyst
  201. }
  202. $din_vokzalg_toilet_m = {
  203. cls
  204. gs 'stat'
  205. vokzalToilet = 2
  206. '<center><H4>Male toilet</H4></center>'
  207. '<center><img src="images\pic/PublicToilet.jpg"></center>'
  208. 'You opened the door to the men´s room and went inside.'
  209. if cloth_vid=1:
  210. act 'Stand and wait for the adventure.':gt'vokBimbo','pos1'
  211. act 'Go into the booth':gt'vokBimbo','pos5'
  212. end
  213. act 'Leave': minut += 1 & dynamic $din_vokzalg_toilet
  214. dynamic $din_vokzalg_toilet_deyst
  215. }
  216. $din_vokzalg_toilet = {
  217. cls
  218. gs 'stat'
  219. vokzalToilet = 0
  220. '<center><H4>Station</H4></center>'
  221. '<center><img src="images\qwest/alter/vokzal.jpg"></center>'
  222. 'You are logged in to be where the wing station <a href="exec:minut += 1 & dynamic $din_vokzalg_toilet_f">female</a> and <a href="exec:minut += 1 & dynamic $din_vokzalg_toilet_m">men´s</a> toilet.'
  223. act 'Leave': minut += 1 & gt 'vokzalGin'
  224. }
  225. $din_vokazalg_podbros2 = {
  226. cls
  227. gs 'stat'
  228. 'You showed your money man and he said that this was the sum and not enough in his wallet. The man demanded that you returned the money.'
  229. act 'Money back':
  230. cls
  231. money = 0
  232. podbros = 1
  233. gs 'stat'
  234. '<center><H4>Station</H4></center>'
  235. '<center><img src="images\qwest/alter/vokzal.jpg"></center>'
  236. 'You gave the man his money, that would not contrive a scandal and not to be attracted by the police for theft.'
  237. act 'Leave': minut += 1 & gt 'vokzalGin'
  238. end
  239. }
  240. $din_vokzalg_podbros = {
  241. cls
  242. gs 'stat'
  243. '<center><H4>Station</H4></center>'
  244. '<center><img src="images\qwest/alter/vokzal.jpg"></center>'
  245. 'You cant raise the purse and then some sort of slim girl leans to the purse. You are catching the first to raise the purse and she offers to step aside and share the money.'
  246. act 'Go with a purse':
  247. cls
  248. gs 'stat'
  249. '<center><H4>Station</H4></center>'
  250. '<center><img src="images\qwest/alter/vokzal.jpg"></center>'
  251. 'You took the purse and went to the door, the girl began loudly yelling that you stole a purse. To you approached by a man who lost wallet and demanded it back. You gave the man purse, he counted the money and said that the purse is not enough large sum of money. Then he asked, what would you show him your money.'
  252. act 'Show money': dynamic $din_vokazalg_podbros2
  253. end
  254. act 'Giving purse and go': minut += 1 & gt 'vokzalGin'
  255. act 'Step aside and share the money':
  256. cls
  257. gs 'stat'
  258. '<center><H4>Station</H4></center>'
  259. '<center><img src="images\qwest/alter/vokzal.jpg"></center>'
  260. 'You went to one side with a girl and got a purse that would share the money. You divided the money on a flat and gave half girl, thrusting the remaining money in your pocket. At this point, a man came up to you, lost wallet. He took the wallet out of your hands. He counted the money and said that the purse is not enough large sum of money. Then he asked, what would you show him your money.'
  261. act 'Show money': dynamic $din_vokazalg_podbros2
  262. end
  263. }
  264. fcolor = rgb(0,0,0)
  265. bcolor = rgb(255,255,255)
  266. =======
  267. gs'vokdin'
  268. gs'vokdinvera'
  269. gs'vokmantoiev'
  270. fcolor=rgb(0,0,0)
  271. bcolor=rgb(255,255,255)
  272. >>>>>>> 282_vokzalGin
  273. LCOLOR = rgb(106,90,205)
  274. $metka = $ARGS[0]
  275. $loc = $CURLOC
  276. <<<<<<< 282_vokzalGin
  277. frost = 0
  278. '<center><H4>Station</H4></center>'
  279. '<center><img src="images\qwest/alter/vokzal.jpg"></center>'
  280. 'In the center of the station waiting room and <a href="exec:dynamic $din_vokzalg_kassi">Case</a> with the scoreboard. In one wing are <a href="exec:dynamic $din_vokzalg_kabinet">offices bosses</a>, and in the other <a href="exec:minut += 1 & dynamic $din_vokzalg_toilet">Toilets</a>.'
  281. clr
  282. gs 'stat'
  283. if podbros = 0:
  284. podrand = rand(0,1)
  285. if money >= 1000 and hour >= 8 and hour <= 20 and podrand = 0:
  286. 'Walking along the station you notice how a man falls thick <a href="exec:dynamic $din_vokzalg_podbros">purse</a>.'
  287. end
  288. =======
  289. frost=0
  290. '<center><H4>railway_station</H4></center>'
  291. '<center><img src="qwest/alter/vokzal.jpg" ></center>'
  292. 'In the center of the station waiting room and <a href="exec:dynamic $din_vokzalg_kassi">cash</a> with scoreboard. In one wing are <a href="exec:dynamic $din_vokzalg_kabinet">offices superiors</a>, and another <a href="exec:minut+=1&dynamic $din_vokzalg_toilet">toilets</a>.'
  293. if katalkinSexOnce>=1:'<a href="exec:minut+=5&gt''katalkin''">police</a>'
  294. clr
  295. gs'stat'
  296. if podbros=0:
  297. podrand=rand(0,1)
  298. if money>=1000 and hour>=8 and hour<=20 and podrand=0:
  299. 'Going to the station you notice how a man falls thick <a href="exec:dynamic $din_vokzalg_podbros">purse</a>.'
  300. end
  301. >>>>>>> 282_vokzalGin
  302. end
  303. <<<<<<< 282_vokzalGin
  304. act 'Leave': minut += 3 & gt 'vokzalG'
  305. if vokzalVork >= 1:
  306. if cleZalDay ! day:
  307. act 'Mopping the floor in the waiting room':
  308. cls
  309. cleZalDay = day
  310. minut += 60
  311. sweat += 1
  312. vital += RAND(0,1)
  313. stren += RAND(0,1)
  314. gs 'stat'
  315. '<center><img src="images\etogame\clener1.jpg"></center>'
  316. 'You took inventory, poured water into a bucket and began to wash the floor in the waiting room.'
  317. act 'Leave': minut += 1 & gt 'vokzalGin'
  318. end
  319. end
  320. if cleMTDay ! day:
  321. act 'Mopping the floor in the men´s room':
  322. cls
  323. cleMTDay = day
  324. minut += 30
  325. sweat += 1
  326. vital += RAND(0,1)
  327. stren += RAND(0,1)
  328. gs 'stat'
  329. '<center><img src="images\etogame\clener1.jpg"></center>'
  330. 'You took inventory, poured water into a bucket and went to the men´s room.'
  331. !if gloryholeVokzal = 9:gloryholeVokzal = 10 & ''
  332. !if gloryholeVokzal = 8:gloryholeVokzal = 9 & ''
  333. !if gloryholeVokzal = 6:gloryholeVokzal = 7 & ''
  334. !if gloryholeVokzal = 5:gloryholeVokzal = 6 & ''
  335. !if gloryholeVokzal = 4:gloryholeVokzal = 5 & ''
  336. !if gloryholeVokzal = 3:gloryholeVokzal = 4 & ''
  337. !if gloryholeVokzal = 2:gloryholeVokzal = 3 & ''
  338. if gloryholeVokzal = 1: gloryholeVokzal = 2 & 'You notice that on the floor near the hole in the wall located in one of the booths what that strange white drops. You started to wipe them off the floor cloth and realized that it was sperm.'
  339. if gloryholeVokzal = 0: gloryholeVokzal = 1 & 'You saw in one of the walls is fenced off from each other lockers circular opening at the waist. You curiously examined the smooth opening and proceeded to clean with a shrug.'
  340. 'You began to wash the floor in the men´s room, and then began to scrub toilets.'
  341. act 'Leave': minut += 1 & gt 'vokzalGin'
  342. end
  343. end
  344. if cleWTDay ! day:
  345. act 'Mopping the floor in the women´s restroom':
  346. cls
  347. cleWTDay = day
  348. minut += 30
  349. sweat += 1
  350. vital += RAND(0,1)
  351. stren += RAND(0,1)
  352. gs 'stat'
  353. '<center><img src="images\etogame\clener1.jpg"></center>'
  354. 'You took inventory, poured water into a bucket and began to wash the floor in the ladies'' room, and then began to scour bowls.'
  355. act 'Leave': minut += 1 & gt 'vokzalGin'
  356. end
  357. end
  358. if cleMTDay = day and cleWTDay = day and cleZalDay = day and cleZarplatDay ! day:
  359. act 'Get salary':
  360. cls
  361. cleZarplatDay = day
  362. vokzalVork += 1
  363. money += 50
  364. minut += 3
  365. gs 'stat'
  366. 'You went to the cashier and got their money.'
  367. act 'Leave': minut += 1 & gt 'vokzalGin'
  368. end
  369. end
  370. =======
  371. act 'Get_Away':minut+=3&gt'vokzalG'
  372. if vokzalVork>=1:
  373. if cleZalDay!day:
  374. act 'Wash the floor in the waiting room':
  375. cls
  376. cleZalDay=day
  377. minut+=60
  378. sweat+=1
  379. if vital<15:vital+=RAND(0,1)
  380. if stren<15:stren+=RAND(0,1)
  381. gs'stat'
  382. '<center><img src="pic/clener1.jpg" ></center>'
  383. 'You took inventory, poured water into a bucket and began to wash the floor in the waiting room.'
  384. act 'Get_Away':minut+=1&gt'vokzalGin'
  385. end
  386. end
  387. if cleMTDay!day:
  388. act 'Wash the floor in the men`s room':
  389. cls
  390. cleMTDay=day
  391. minut+=30
  392. sweat+=1
  393. if vital<15:vital+=RAND(0,1)
  394. if stren<15:stren+=RAND(0,1)
  395. gs'stat'
  396. '<center><img src="pic/clener1.jpg" ></center>'
  397. 'You took inventory, poured water into a bucket and went to the men`s room.'
  398. dynamic $d_vok_man_toilet_event
  399. !'You became wash the floor in the men`s room, then began to scour bowls.'
  400. act 'Get_Away':minut+=1&gt'vokzalGin'
  401. end
  402. end
  403. if cleWTDay!day:
  404. act 'Wash the floor in the ladies` room':
  405. cls
  406. cleWTDay=day
  407. minut+=30
  408. sweat+=1
  409. if vital<15:vital+=RAND(0,1)
  410. if stren<15:stren+=RAND(0,1)
  411. gs'stat'
  412. '<center><img src="pic/clener1.jpg" ></center>'
  413. 'You took inventory, poured water into a bucket and began to wash the floor in the ladies` room, then began to scour bowls.'
  414. dynamic $d_vokzal_vera_talk
  415. act 'Get_Away':minut+=1&gt'vokzalGin'
  416. end
  417. end
  418. if cleMTDay=day and cleWTDay=day and cleZalDay=day and cleZarplatDay!day:
  419. act 'get salary':
  420. cls
  421. cleZarplatDay=day
  422. vokzalVork+=1
  423. money+=250
  424. minut+=3
  425. gs'stat'
  426. 'You went to the cashier and got their money.'
  427. act 'Get_Away':minut+=1&gt'vokzalGin'
  428. end
  429. end
  430. >>>>>>> 282_vokzalGin
  431. end
  432. poezddalsled=0
  433. if hour=11 and minut=0:
  434. poezddalsled=1
  435. 'The platform comes long-distance trains.'
  436. end
  437. if hour=11 and minut>0 and minut<30:
  438. poezddalsled=1
  439. 'At the platform stands distance trains.'
  440. end
  441. if hour=11 and minut=30:
  442. poezddalsled=1
  443. 'Platform serving long-distance trains.'
  444. end
  445. if hour=18 and minut=0:
  446. poezddalsled=1
  447. 'The platform comes long-distance trains.'
  448. end
  449. if hour=18 and minut>0 and minut<30:
  450. poezddalsled=1
  451. 'At the platform stands distance trains.'
  452. end
  453. if hour=18 and minut=30:
  454. poezddalsled=1
  455. 'Platform serving long-distance trains.'
  456. end
  457. if poezddalsled=1:
  458. 'Platform fussy run hucksters vtyuhivat their goods train passengers. On the part of all this fuss watches Police.'
  459. if tovarL>0:
  460. act 'Vtyuhivat their goods passengers.':gt'vokzaltorg'
  461. end
  462. end
  463. --- vokzalGin ---------------------------------