mod_public_WC.qsrc 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. # mod_public_WC
  2. !input mod entry point here. this will be checked on every location, please keep it clean and brief to avoid game lag
  3. if $loc = 'pav_commercial' and menu_off = 0 and $location_type = 'public_outdoors':
  4. *nl
  5. 'There is a <a href="exec:minut += 1 & gt ''mod_public_WC_cabine'', ''start''">public WC</a> here.'
  6. end
  7. if $loc = 'gadforest':
  8. if $loc_arg = 'forest_outskirts': temp = 1
  9. if $loc_arg = 'forest_center': temp = 2
  10. if $loc = 'gadforestlost' and $loc_arg = 'forest_outskirts': temp = 3
  11. if $loc = 'gadforestlost' and $loc_arg = 'forest_center': temp = 4
  12. zustrich = rand(1,100) - vtecha * 15 + temp * 8
  13. end
  14. if $loc = 'city_park':
  15. if marshrutka = 1:
  16. '-=wip=-'
  17. 'I know about marshrutka to "Pleasure house".'
  18. if temp = 56789:
  19. 'kingk = 1
  20. "I need to say hello to Yana from King K"'
  21. 'BlackCat = 1
  22. number 27629
  23. "I looking for a Black Cat''s Leader"'
  24. end
  25. end
  26. if vhid5 = 1:
  27. ' '
  28. elseif vhid5 > 1 and vhid5 < 10:
  29. if rand(1,3) = 1: vhid5 += 1
  30. if vhid5 = 10: vhid5 = 1
  31. else
  32. vhid5 = 2
  33. end
  34. end
  35. if $loc = 'city_center' and menu_off = 0:
  36. if vhid1 = 1 or vhid1 = 100:
  37. 'I know about basement nearby'
  38. act 'go to basement entrence': gt 'mod_public_WC_citybasement_enter', 'vhid1'
  39. elseif vhid1 >= 2:
  40. 'I know somewhere around must be the basement'
  41. act 'look for the basement':
  42. cla
  43. minut += rand (15,45)
  44. gs 'stat'
  45. vhid1 += rand (1,3)
  46. if vhid1 >= 10:
  47. cla
  48. vhid1 = 1
  49. act 'YES! I found it': gt 'mod_public_WC_citybasement_enter', 'vhid1'
  50. else
  51. 'I don''t find it. But, I reduced the search range.'
  52. act 'continue': gt 'city_center'
  53. end
  54. end
  55. end
  56. if hour >= 6 and hour <= 20 and rand(1,10) = 1:
  57. ztemp = 1
  58. 'I see 2 bums with a bottle of vodka argue about, where can they find the 3rd one.'
  59. act 'come to the bums':
  60. *clr & cla
  61. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/meet__bomj_1.jpg"></center>'
  62. act 'ask, who is 3rd one they are talking about':
  63. 'We need money, if you pay us 120, you can drink with us.'
  64. minut += rand(5,15)
  65. gs 'stat'
  66. if money >= 120:
  67. act 'Ok, let''s do it':
  68. money -= 120
  69. gs 'stat'
  70. gt 'mod_public_WC_citybasement_enter', 'vhid0'
  71. end
  72. end
  73. end
  74. if money >= 120:
  75. act 'Hi guys, I will be 3rd':
  76. cla
  77. 'Perfect'
  78. 'I paid 120 and we starts to go somewhere'
  79. money -= 120
  80. minut += rand(5,15)
  81. gs 'stat'
  82. act 'go': gt 'mod_public_WC_citybasement_enter', 'vhid0'
  83. end
  84. end
  85. act 'Go away': gt $loc, $loc_arg
  86. end
  87. end
  88. elseif $loc = 'city_industrial' and menu_off = 0:
  89. if vhid2 = 1 or vhid2 = 100:
  90. 'I know about basement nearby'
  91. act 'go to basement entrence': gt 'mod_public_WC_citybasement_enter', 'vhid2'
  92. elseif vhid2 >= 2:
  93. 'I know somewhere around must be the basement'
  94. act 'look for the basement':
  95. cla
  96. minut += rand (15,45)
  97. gs 'stat'
  98. vhid2 += rand (1,3)
  99. if vhid2 >= 10:
  100. cla
  101. vhid2 = 1
  102. act 'YES! I found it': gt 'mod_public_WC_citybasement_enter', 'vhid2'
  103. else
  104. 'I don''t find it. But, I reduced the search range.'
  105. act 'continue': gt 'city_industrial'
  106. end
  107. end
  108. end
  109. if hour >= 6 and hour <= 20 and rand(1,10) = 1:
  110. ztemp = 2
  111. 'I see 2 bums with a bottle of vodka argue about, where can they find the 3rd one.'
  112. act 'come to the bums':
  113. *clr & cla
  114. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/meet__bomj_1.jpg"></center>'
  115. act 'ask, who is 3rd one they are talking about':
  116. 'We need money, if you pay us 120, you can drink with us.'
  117. minut += rand(5,15)
  118. gs 'stat'
  119. if money >= 120:
  120. act 'Ok, let''s do it':
  121. money -= 120
  122. gs 'stat'
  123. gt 'mod_public_WC_citybasement_enter', 'vhid0'
  124. end
  125. end
  126. end
  127. if money >= 120:
  128. act 'Hi guys, I will be 3rd':
  129. cla
  130. 'Perfect'
  131. 'I paid 120 and we starts to go somewhere'
  132. money -= 120
  133. minut += rand(5,15)
  134. gs 'stat'
  135. act 'go': gt 'mod_public_WC_citybasement_enter', 'vhid0'
  136. end
  137. end
  138. act 'Go away': gt $loc, $loc_arg
  139. end
  140. end
  141. elseif $loc = 'city_industrial' and $loc_arg = 'redlight' and menu_off = 0:
  142. if vhid3 = 1 or vhid3 = 100:
  143. 'I know about basement nearby'
  144. act 'go to basement entrence': gt 'mod_public_WC_citybasement_enter', 'vhid3'
  145. elseif vhid3 >= 2:
  146. 'I know somewhere around must be the basement'
  147. act 'look for the basement':
  148. cla
  149. minut += rand (15,45)
  150. gs 'stat'
  151. vhid3 += rand (1,3)
  152. if vhid3 >= 10:
  153. cla
  154. vhid3 = 1
  155. act 'YES! I found it': gt 'mod_public_WC_citybasement_enter', 'vhid3'
  156. else
  157. 'I don''t find it. But, I reduced the search range.'
  158. act 'continue': gt 'city_industrial', 'redlight'
  159. end
  160. end
  161. end
  162. if hour >= 6 and hour <= 20 and rand(1,10) = 1:
  163. ztemp = 3
  164. 'I see 2 bums with a bottle of vodka argue about, where can they find the 3rd one.'
  165. act 'come to the bums':
  166. *clr & cla
  167. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/meet__bomj_1.jpg"></center>'
  168. act 'ask, who is 3rd one they are talking about':
  169. 'We need money, if you pay us 120, you can drink with us.'
  170. minut += rand(5,15)
  171. gs 'stat'
  172. if money >= 120:
  173. act 'Ok, let''s do it':
  174. money -= 120
  175. gs 'stat'
  176. gt 'mod_public_WC_citybasement_enter', 'vhid0'
  177. end
  178. end
  179. end
  180. if money >= 120:
  181. act 'Hi guys, I will be 3rd':
  182. cla
  183. 'Perfect'
  184. 'I paid 120 and we starts to go somewhere'
  185. money -= 120
  186. minut += rand(5,15)
  187. gs 'stat'
  188. act 'go': gt 'mod_public_WC_citybasement_enter', 'vhid0'
  189. end
  190. end
  191. act 'Go away': gt $loc, $loc_arg
  192. end
  193. end
  194. elseif $loc = 'city_residential' and menu_off = 0:
  195. if vhid4 = 1 or vhid4 = 100:
  196. 'I know about basement nearby'
  197. act 'go to basement entrence': gt 'mod_public_WC_citybasement_enter', 'vhid4'
  198. elseif vhid4 >= 2:
  199. 'I know somewhere around must be the basement'
  200. act 'look for the basement':
  201. cla
  202. minut += rand (15,45)
  203. gs 'stat'
  204. vhid4 += rand (1,3)
  205. if vhid4 >= 10:
  206. cla
  207. vhid4 = 1
  208. act 'YES! I found it': gt 'mod_public_WC_citybasement_enter', 'vhid4'
  209. else
  210. 'I don''t find it. But, I reduced the search range.'
  211. act 'continue': gt 'city_residential'
  212. end
  213. end
  214. end
  215. if hour >= 6 and hour <= 20 and rand(1,10) = 1:
  216. ztemp = 4
  217. 'I see 2 bums with a bottle of vodka argue about, where can they find the 3rd one.'
  218. act 'come to the bums':
  219. *clr & cla
  220. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/meet__bomj_1.jpg"></center>'
  221. act 'ask, who is 3rd one they are talking about':
  222. 'We need money, if you pay us 120, you can drink with us.'
  223. minut += rand(5,15)
  224. gs 'stat'
  225. if money >= 120:
  226. act 'Ok, let''s do it':
  227. money -= 120
  228. gs 'stat'
  229. gt 'mod_public_WC_citybasement_enter', 'vhid0'
  230. end
  231. end
  232. end
  233. if money >= 120:
  234. act 'Hi guys, I will be 3rd':
  235. cla
  236. 'Perfect'
  237. 'I paid 120 and we starts to go somewhere'
  238. money -= 120
  239. minut += rand(5,15)
  240. gs 'stat'
  241. act 'go': gt 'mod_public_WC_citybasement_enter', 'vhid0'
  242. end
  243. end
  244. act 'Go away': gt $loc, $loc_arg
  245. end
  246. end
  247. elseif $loc = 'city_park' and menu_off = 0:
  248. if vhid5 = 1:
  249. 'I know undercity tunnel has an entrance nearby'
  250. act 'go to the entrance': gt 'mod_public_WC_citybasement_enter', 'vhid5'
  251. elseif vhid5 >= 2:
  252. 'I know somewhere around must be the entrence'
  253. act 'look for the entrence':
  254. cla
  255. minut += rand (15,45)
  256. gs 'stat'
  257. vhid5 += rand (1,3)
  258. if vhid5 >= 10:
  259. cla
  260. vhid5 = 1
  261. act 'YES! I found it': gt 'mod_public_WC_citybasement_enter', 'vhid5'
  262. else
  263. 'I don''t find it. But, I reduced the search range.'
  264. act 'continue': gt 'city_park', 'start'
  265. end
  266. end
  267. end
  268. if hour >= 6 and hour <= 20 and rand(1,10) = 1:
  269. ztemp = 5
  270. 'I see 2 bums with a bottle of vodka argue about, where can they find the 3rd one.'
  271. act 'come to the bums':
  272. *clr & cla
  273. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/meet__bomj_1.jpg"></center>'
  274. act 'ask, who is 3rd one they are talking about':
  275. 'We need money, if you pay us 120, you can drink with us.'
  276. minut += rand(5,15)
  277. gs 'stat'
  278. if money >= 120:
  279. act 'Ok, let''s do it':
  280. money -= 120
  281. gs 'stat'
  282. gt 'mod_public_WC_citybasement_enter', 'vhid0'
  283. end
  284. end
  285. end
  286. if money >= 120:
  287. act 'Hi guys, I will be 3rd':
  288. cla
  289. 'Perfect'
  290. 'I paid 120 and we starts to go somewhere'
  291. money -= 120
  292. minut += rand(5,15)
  293. gs 'stat'
  294. act 'go': gt 'mod_public_WC_citybasement_enter', 'vhid0'
  295. end
  296. end
  297. act 'Go away': gt $loc, $loc_arg
  298. end
  299. end
  300. end
  301. if $loc = 'gadforest' and zustrich > 90:
  302. if Vania = 2 or Tolik = 2 or Artem = 2:
  303. '( ◣∀◢)ψ'
  304. elseif vtecha = 1:
  305. gt 'mod_public_WC_lis_zustrich', 'vtecha'
  306. else
  307. *nl
  308. 'There is a <a href="exec:minut += 1 & gt ''mod_public_WC_lis_zustrich'', ''start''">some people. Judging by their appearance they must be hunters</a> here.'
  309. end
  310. end
  311. if ($loc = 'mod_public_WC_rab' and $menu_loc ! 'bed2') or ($loc = 'mod_public_WC_rab_DVIR' and $menu_loc ! 'bed2'):
  312. if Vania = 2 or Tolik = 2 or Artem = 2:
  313. '( ◣∀◢)ψ'
  314. elseif hour >= 22 and zvit = week:
  315. gt 'mod_public_WC_rab_Task', 'start2'
  316. elseif zvit + 1 = week:
  317. gt 'mod_public_WC_rab_Task', 'start2'
  318. elseif zvit - 6 = week:
  319. gt 'mod_public_WC_rab_Task', 'start2'
  320. end
  321. end
  322. if task1 = 1 or task1 = 3 or task2 = 1 or task3 = 1 or task4 = 1 or task5 = 1 or task5 = 3 or task6 = 1:
  323. if task1 = 1: pl '<b>I need to prepare firewoods</b>'
  324. if task1 = 3: pl '<b>I need to prepare more firewoods</b>'
  325. if task2 = 1: pl '<b>I need to wash dishes</b>'
  326. if task3 = 1: pl '<b>I need to prepare food</b>'
  327. if task4 = 1: pl '<b>I need to make me a shirt</b>'
  328. if task5 = 1: pl '<b>I need to gather grape</b>'
  329. if task5 = 3: pl '<b>I need to gather more grape</b>'
  330. if task6 = 1: pl '<b>I need to clean our yard</b>'
  331. if task7 = 1: pl '<b>I need to wash dirty clothes</b>'
  332. if task7 = 3: pl '<b>I need to take off dry clothes</b>'
  333. end
  334. if $loc = 'mod_public_WC_rab' or $loc = 'mod_public_WC_rab_DVIR':
  335. if task1 ! 1 and task1 ! 3 and task2 ! 1 and task3 ! 1 and task4 ! 1 and task5 ! 1 and task5 ! 3 and task6 ! 1 and task17 ! 1 and task7 ! 3:
  336. pl '<b>I have no tasks to do</b>'
  337. end
  338. If Artem = 0:
  339. Artem = 0
  340. end
  341. end
  342. if zashmorg = 1:
  343. pl '<font color="red">I have Whore collar on my neck.</font>'
  344. pl 'I can <a href="exec:gt ''mod_public_WC_rab_zashmorg'', ''start''">dress off</a> a <a href="exec:gs ''mod_public_WC_rab'',''img msg'',''mod/public_WC/lisrab/Vania/items/zashmorg.jpg''">Whore collar</a>.'
  345. if supnatvnesh < 11: supnatvnesh += 12
  346. if Vania = 1:
  347. temp = rand (1,50) - VaniaMayster
  348. if temp <= 1:
  349. VaniaMayster += 1
  350. end
  351. end
  352. end
  353. if zashmorg = 2:
  354. pl 'I can <a href="exec:gt ''mod_public_WC_rab_zashmorg'', ''start''">dress</a> a Whore collar.'
  355. end
  356. if zashmorg = 3:
  357. pl '<font color="red">I have Whore collar on my neck.</font>'
  358. pl 'I can''t dress off a Whore collar, Vania locked it.'
  359. if supnatvnesh < 11: supnatvnesh += 12
  360. if Vania = 1:
  361. temp = rand (1,50) - VaniaMayster
  362. if temp <= 1:
  363. VaniaMayster += rand(0,1)
  364. '"Nice look, my pet" - Vania said'
  365. end
  366. end
  367. end
  368. if $loc = 'mod_public_WC_rab' or $loc = 'mod_public_WC_rab_DVIR' or $loc = 'mod_public_WC_kara' or $loc = 'mod_public_WC_kara7' or $loc = 'mod_public_WC_kara71' or $loc = 'mod_public_WC_rab_Mayster' or $loc = 'mod_public_WC_rab_tryrun' or $loc = 'mod_public_WC_rab_talk' or $loc = 'mod_public_WC_rab_sex' or $loc = 'mod_public_WC_rab_Artem' or $loc = 'mod_public_WC_rab_Vania' or $loc = 'mod_public_WC_rab_Tolik' or $loc = 'mod_public_WC_rab_Task' or $loc = 'mod_public_WC_rab_random event' or $loc = 'mod_public_WC_rab_zashmorg':
  369. if slova ! 1:
  370. if brak < 0: brak = 0
  371. pl 'I have <<slova>> words. I have relationship = <<vlada>> and conflict = <<brak>>'
  372. else
  373. pl 'I have <<slova>> word. I have relationship = <<vlada>> and conflict = <<brak>>'
  374. end
  375. end
  376. if ($loc = 'mod_public_WC_rab' or $loc = 'mod_public_WC_rab_DVIR') and ttemp ! 2762940:
  377. if Tolik = 2 and Vania = 2 and Artem = 2:
  378. act 'Run away from this horrible place':
  379. minut += rand(10,40)
  380. gt 'gadforestlost', 'forest_center'
  381. end
  382. elseif Tolik = 2 or Vania = 2 or Artem = 2:
  383. if Artem = 2:
  384. 'Artem is dead'
  385. end
  386. if Tolik = 2:
  387. 'Tolik is dead'
  388. end
  389. if Vania = 2:
  390. 'Vania is dead'
  391. end
  392. If Tolik = 3: Tolik = 1
  393. If Artem = 3: Artem = 1
  394. If Vania = 3: Vania = 1
  395. If Tolik = 1:
  396. cla
  397. act 'continue': gt 'mod_public_WC_rab_gun', 'lastfight'
  398. elseIf Artem = 1:
  399. cla
  400. act 'continue': gt 'mod_public_WC_rab_gun', 'lastfight'
  401. elseIf Vania = 1:
  402. cla
  403. act 'continue': gt 'mod_public_WC_rab_gun', 'lastfight'
  404. end
  405. end
  406. end
  407. if gun = 1:
  408. pl 'There''s a <a href="exec:gt ''mod_public_WC_rab_gun'', ''start''">gun</a> in my purse.'
  409. end
  410. if zucchini = 1:
  411. pl 'There''s a <<zucchinilong>> cm long zucchini in my purse.'
  412. end
  413. if apple = 1:
  414. pl 'There''s an apple in my purse.'
  415. end
  416. if ogirok = 1:
  417. pl 'There''s a <<ogiroklong>> cm long cucumber in my purse.'
  418. end
  419. if zucchini = 1:
  420. if $curloc = 'selfplay': act 'play with the cucumber': gt 'mod_public_WC_rab_zashmorg', 'zucchini'
  421. if Artem ! 1 and Tolik ! 1 and Vania ! 1:
  422. if $location_type = 'secluded' or $curloc = 'selfplay':
  423. pl 'I can <a href="exec:gt ''mod_public_WC_rab_zashmorg'', ''zucchini''">use</a> zucchini for my pleasure.'
  424. else
  425. pl 'If I find secluded place, I can have some pleasure time with the zucchini.'
  426. end
  427. end
  428. end
  429. if apple = 1:
  430. if $curloc = 'selfplay': act 'play with the cucumber': gt 'mod_public_WC_rab_zashmorg', 'apple'
  431. if Artem ! 1 and Tolik ! 1 and Vania ! 1:
  432. if $location_type = 'secluded' or $curloc = 'selfplay':
  433. pl 'I can <a href="exec:gt ''mod_public_WC_rab_zashmorg'', ''apple''">use</a> apple for my pleasure.'
  434. else
  435. pl 'If I find secluded place, I can have some pleasure time with the apple.'
  436. end
  437. end
  438. end
  439. if ogirok = 1:
  440. if $curloc = 'selfplay': act 'play with the cucumber': gt 'mod_public_WC_rab_zashmorg', 'ogirok'
  441. if Artem ! 1 and Tolik ! 1 and Vania ! 1:
  442. if $location_type = 'secluded' or $curloc = 'selfplay':
  443. pl 'I can <a href="exec:gt ''mod_public_WC_rab_zashmorg'', ''ogirok''">use</a> cucumber for my pleasure.'
  444. else
  445. pl 'If I find secluded place, I can have some pleasure time with the cucumber.'
  446. end
  447. end
  448. end
  449. if week = zucchiniweek and zucchini = 1:
  450. zucchiniweek = 0
  451. *nl
  452. 'My zucchini is not good at all. I throw it away.'
  453. zucchini = 0
  454. end
  455. if week = ogirokweek and ogirok = 1:
  456. ogirokweek = 0
  457. *nl
  458. 'My cucumber is not good at all. I throw it away.'
  459. ogirok = 0
  460. end
  461. if week = appleweek and apple = 1:
  462. appleweek = 0
  463. *nl
  464. 'My apple is not good at all. I throw it away.'
  465. apple = 0
  466. end
  467. pl '<a href="exec:gt ''mod_public_WC_options2''">Public_WC Options</a>.'
  468. if $curloc = 'miroslava' and mirapimp = 1 and miraprost > 0:
  469. if getmoney = 1 and getmoneyd ! day:
  470. act 'What about my percentage?':
  471. temp = month - getmoneym
  472. if temp < 0: temp += 12
  473. if temp > 3: temp = 3
  474. money += temp*30*50
  475. temp = day - getmoneyd
  476. if temp < 0: temp += 30
  477. money += temp*50
  478. getmoneyd = day
  479. getmoneym = month
  480. cla
  481. gt 'miroslava'
  482. end
  483. else
  484. act 'Mira, from today you give a percentage to me.':
  485. getmoneyd = day
  486. getmoneym = month
  487. getmoney = 1
  488. gs 'stat'
  489. cla
  490. gt 'miroslava'
  491. end
  492. end
  493. end
  494. if crime >= rand(50,1000):
  495. gt 'mod_public_WC_cabine_crime', 'start'
  496. end
  497. if fightEnding > 0 and gun = 1 and ammo > 0:
  498. act 'shoot in air':
  499. ztemp = 0
  500. gs 'mod_public_WC_rab_gun', 'fightshoot'
  501. end
  502. act 'shoot to injure':
  503. ztemp = 10
  504. gs 'mod_public_WC_rab_gun', 'fightshoot'
  505. end
  506. act 'shoot to kill':
  507. ztemp = 30
  508. gs 'mod_public_WC_rab_gun', 'fightshoot'
  509. end
  510. end
  511. if $ARGS[0] = 'loss' or $ARGS[0] = 'win' or $ARGS[0] = 'surrender':
  512. inFight = 0
  513. end
  514. if $ARGS[0] = 'loss' and gun = 3:
  515. gun = 0
  516. end
  517. if $ARGS[0] = 'loss' and gun = 1:
  518. gun = 0
  519. end
  520. if $ARGS[0] = 'surrender' and gun = 3:
  521. gun = 0
  522. end
  523. if $ARGS[0] = 'surrender' and gun = 1:
  524. gun = 0
  525. end
  526. if $ARGS[0] = 'win' and gun = 3:
  527. gun = 1
  528. end
  529. if $menu_arg = 'viranda' and week ! 6 and Vurok >= 1 and hour >= 15 and hour <= 18 and vday > 0:
  530. act 'Go to the master''s Vania lesson': gt 'mod_public_WC_rab_Mayster', 'enter'
  531. elseif $menu_arg = 'viranda' and week = 6 and Vurok >= 1 and hour >= 15 and hour <= 18 and vday > 0:
  532. 'It''s Saturday, no lesson for me.'
  533. if vday - daystart > 1: vday = daystart + 1
  534. if vday - daystart = 0: vday = daystart + 1
  535. end
  536. if Vurok >= 1 and vday = daystart and week = 6:
  537. vday += 1
  538. end
  539. if pierc = 1 and rand(1,100) >= 65 and Vania = 1 and $clothingworntype ! 'nude':
  540. gt 'mod_public_WC_rab_Mayster5', 'piercing'
  541. elseif pierc = 2 and rand(1,100) >= 65 and Vania = 1 and $clothingworntype ! 'nude':
  542. gt 'mod_public_WC_rab_Mayster5', 'piercing'
  543. end
  544. if month = 8 and day = 24:
  545. pl '<b>ПТН ПНХ</b>'
  546. pl '<b>PTN PNH</b>'
  547. pl '<b>Путін - хуйло!</b>'
  548. pl '<b>Putin – khuylo! (commonly translated as "Putin is a dickhead")</b>'
  549. elseif month = 9 and day = 17:
  550. pl'<b>today in 1939 russia invasion Poland to support their ally Nazi Germany</b>'
  551. elseif month = 11 and day >= 24 and week = 6:
  552. pl '<b>Remembrance Day for the victims of the Holodomor-genocide created by russia.</b>'
  553. else
  554. ''
  555. end
  556. if Vania = 1 and vaniaplag = 1 and rand(1,10) <= 3:
  557. '"Show it to me!" - Vania orders'
  558. 'I stoped and show IT to him'
  559. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/holestrain/ass/plug/plug_show.mp4"></video></center>'
  560. minut += 5
  561. gs 'flash', 'exhibitionism', 1
  562. gs 'stat'
  563. VaniaMayster += rand(0,1)
  564. willpowermax -= rand(0,1)
  565. gs 'stat'
  566. end
  567. if VaniaMayster >= 1 and vtecha ! 1:
  568. if VaniaMayster >= 120: $vm = '<font color = red > Vania is my MASTER! </font> '
  569. if VaniaMayster >= 100 and VaniaMayster < 120: $vm = '<font color = red > █████ </font> '
  570. if VaniaMayster >= 80 and VaniaMayster < 100: $vm = '<font color = yellow > ████_ </font> '
  571. if VaniaMayster >= 60 and VaniaMayster < 80: $vm = '<font color = yellow > ███__ </font> '
  572. if VaniaMayster >= 40 and VaniaMayster < 60: $vm = '<font color = green > ██___ </font> '
  573. if VaniaMayster >= 20 and VaniaMayster < 40: $vm = '<font color = blue > █____ </font> '
  574. if VaniaMayster < 20: $vm = '<font color = red > Pff, he tries to control me, but he is NOT!</font> '
  575. pl '<center>I see Vania as my master: <<$vm>></center>'
  576. end
  577. --- mod_public_WC ---------------------------------