mod_public_WC_citybasement_120.qsrc 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172
  1. # mod_public_WC_citybasement_120
  2. if $ARGS[0] = '120':
  3. *clr & cla
  4. CLOSE ALL
  5. minut += rand(0,3)
  6. $loc_arg = '120'
  7. zt = 120
  8. $menu_loc = 'mod_public_WC_citybasement'
  9. $menu_arg = '120'
  10. gs 'stat'
  11. '<center><b><font color="maroon">Undercity tunnels</font></b></center>'
  12. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/pidzem/p23.jpg"></center>'
  13. 'There is a stairs and I see some light from the next room'
  14. act 'go up the stairs':
  15. *clr & cla
  16. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/vhid/1centr.jpg"></center>'
  17. if vhid1 > 1 and vhid1 < 10:
  18. 'well, I don''t know where I am. But somewhere in the city center'
  19. if rand (1,5) = 1: vhid1 += 1
  20. if vhid1 >= 10: vhid1 = 1
  21. end
  22. if vhid1 = 1:
  23. 'Ow, I am somewhere in the city center now'
  24. elseif vhid1 = 100:
  25. gt 'mod_public_WC_citybasement_enter', 'vhid1'
  26. else
  27. 'well, I don''t know where I am. But somewhere in the city center'
  28. vhid1 = 2
  29. end
  30. act 'go back': urape += -30 & ubomj += 35 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '120'
  31. if vhid1 ! 100:
  32. 'The door is closed'
  33. act 'I''ll try to break the lock ':
  34. cla
  35. if hpingrip = 0:
  36. cla
  37. 'I need some clips to do that'
  38. act 'continue': urape += -30 & ubomj += 35 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '120'
  39. else
  40. 'I''ll try to do it with my clip'
  41. hpingrip -= 1
  42. minut += rand(1, 30)
  43. pcs_hndiwrk += rand(0,1)
  44. gs 'stat'
  45. wait 800
  46. if pcs_hndiwrk >= rand(10,100):
  47. *clr & cla
  48. vhid1 = 100
  49. 'Yes! I Did it!'
  50. pcs_mood += rand(10,30)
  51. gs 'stat'
  52. act 'go out': gt 'mod_public_WC_citybasement_enter', 'vhid1'
  53. act 'continue': urape += -30 & ubomj += 35 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '120'
  54. else
  55. 'I am failed'
  56. act 'continue': urape += -30 & ubomj += 35 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '120'
  57. end
  58. end
  59. end
  60. end
  61. end
  62. if pr = 119:
  63. act 'go further to the light': pr = 120 & urape += -50 & ubomj += 20 & ubomj2 =250 & gt 'mod_public_WC_citybasement', '121'
  64. act 'go back': pr = 120 & urape += 15 & ubomj += 20 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '119'
  65. elseif pr = 121:
  66. act 'go further': pr = 120 & urape += 15 & ubomj += 20 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '119'
  67. act 'go back to the room': pr = 120 & urape += -50 & ubomj += 20 & ubomj2 =250 & gt 'mod_public_WC_citybasement', '121'
  68. elseif pr = 1201:
  69. act 'go left to the tunnel': pr = 120 & urape += 35 & ubomj += -20 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '118'
  70. act 'go right to the light': pr = 120 & urape += -30 & ubomj += 35 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '120'
  71. end
  72. if bumevent = 0:
  73. eventtemp = rand (1,300)
  74. if hour >= 5 and hour <= 21:
  75. urape += 10
  76. end
  77. if hour >= 5 and hour <= 21:
  78. ubomj -= 10
  79. end
  80. if hour < 5 or hour > 21:
  81. ubomj2 += 10
  82. end
  83. ubomj2 -= bumfriend
  84. if urape >= eventtemp:
  85. gs 'mod_public_WC_citybasement_bumsex', 'rape'
  86. elseif ubomj >= eventtemp:
  87. gs 'mod_public_WC_citybasement_bumsex', 'bomj'
  88. elseif bumfriend >= rand(15,30):
  89. bumevent = 1
  90. ubomj2 = rand(1,4)
  91. tabir = rand(1,4)
  92. 'I see familiar bums here'
  93. 'some of them even say "hi" to me'
  94. act 'ask to drink with them':
  95. atemp = 0
  96. tabir = rand(1,4)
  97. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/bomji/tabir (<<tabir>>).jpg"></center>'
  98. killvar 'atemp'
  99. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  100. end
  101. elseif ubomj2 >= eventtemp:
  102. gs 'mod_public_WC_citybasement_bumsex', 'bomj2'
  103. elseif ( eventtemp - urape) <= 15:
  104. 'I hear footsteps...'
  105. elseif ( eventtemp - ubomj ) <= 15:
  106. 'I hear footsteps...'
  107. elseif ( eventtemp - bomj2) <= 15:
  108. 'I hear footsteps...'
  109. else
  110. ' '
  111. end
  112. elseif bumevent = 2:
  113. bumevent = 0
  114. *nl
  115. 'There are bums here.'
  116. act 'drink with the bums':
  117. bumevent = 1
  118. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  119. end
  120. end
  121. if bumevent >= 10:
  122. bumevent = 0
  123. gs 'stat'
  124. elseif bumevent = 1:
  125. bumevent += 10
  126. gs 'stat'
  127. end
  128. end
  129. if $ARGS[0] = '121':
  130. *clr & cla
  131. CLOSE ALL
  132. if sound = 0: PLAY 'mod/public_WC/sound/walk.wav',60
  133. $loc = 'mod_public_WC_citybasement'
  134. $loc_arg = '121'
  135. zt = 121
  136. pr = 121
  137. minut += rand(0,3)
  138. $loc_arg = '121'
  139. $menu_loc = 'mod_public_WC_citybasement'
  140. $menu_arg = '121'
  141. gs 'stat'
  142. '<center><b><font color="maroon">Nice room</font></b></center>'
  143. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/pidzem/p21.jpg"></center>'
  144. 'I see few beds, some stuf like someone lives here, and even a sink '
  145. act 'Go to the tunnel':
  146. urape += -30 & ubomj += 35 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '120'
  147. end
  148. act 'Take a nap (1:00)':
  149. menu_off = 0
  150. if pcs_sleep >= 10 and pcs_sleep <= 90:
  151. gs 'sweat', 'add', 10
  152. pcs_sleep += 10
  153. pcs_health += 5
  154. minut += 60
  155. gs 'stat'
  156. *nl
  157. 'You sleep about an hour.'
  158. elseif pcs_sleep < 10:
  159. gs 'sweat', 'add', rand(15,50)
  160. gs 'stat'
  161. gt 'bed2', 'sleep'
  162. else
  163. minut += 5
  164. gs 'stat'
  165. *nl
  166. 'You are not tired enough to sleep, even for a short nap.'
  167. end
  168. gt $loc, $loc_arg
  169. end
  170. act 'drink water from the tap':
  171. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/pidzem/kran.jpg"></center>'
  172. minut += 3
  173. pcs_health -= rand (0,70)
  174. pcs_energy += 4
  175. if pcs_hydra >= 100:
  176. pcs_hydra += 25
  177. else
  178. pcs_hydra += 50
  179. end
  180. cumspclnt = 2
  181. gs 'cum_cleanup'
  182. gs 'beverage', 'afterdrink'
  183. gs 'stat'
  184. end
  185. dynamic $tampon
  186. dynamic $quickwash
  187. dynamic $basin
  188. dynamic $publicpan
  189. if bumevent = 0:
  190. eventtemp = rand (1,300)
  191. if hour >= 5 and hour <= 21:
  192. urape += 10
  193. end
  194. if hour >= 5 and hour <= 21:
  195. ubomj -= 10
  196. end
  197. if hour < 5 or hour > 21:
  198. ubomj2 += 10
  199. end
  200. ubomj2 -= bumfriend
  201. if urape >= eventtemp:
  202. gs 'mod_public_WC_citybasement_bumsex', 'rape'
  203. elseif ubomj >= eventtemp:
  204. gs 'mod_public_WC_citybasement_bumsex', 'bomj'
  205. elseif bumfriend >= rand(15,30):
  206. bumevent = 1
  207. ubomj2 = rand(1,4)
  208. tabir = rand(1,4)
  209. 'I see familiar bums here'
  210. 'some of them even say "hi" to me'
  211. act 'ask to drink with them':
  212. atemp = 0
  213. tabir = rand(1,4)
  214. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/bomji/tabir (<<tabir>>).jpg"></center>'
  215. killvar 'atemp'
  216. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  217. end
  218. elseif ubomj2 >= eventtemp:
  219. gs 'mod_public_WC_citybasement_bumsex', 'bomj2'
  220. elseif ( eventtemp - urape) <= 15:
  221. 'I hear footsteps...'
  222. elseif ( eventtemp - ubomj ) <= 15:
  223. 'I hear footsteps...'
  224. elseif ( eventtemp - bomj2) <= 15:
  225. 'I hear footsteps...'
  226. else
  227. ' '
  228. end
  229. elseif bumevent = 2:
  230. bumevent = 0
  231. *nl
  232. 'There are bums here.'
  233. act 'drink with the bums':
  234. bumevent = 1
  235. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  236. end
  237. end
  238. if bumevent >= 10:
  239. bumevent = 0
  240. gs 'stat'
  241. elseif bumevent = 1:
  242. bumevent += 10
  243. gs 'stat'
  244. end
  245. end
  246. if $ARGS[0] = '122':
  247. *clr & cla
  248. CLOSE ALL
  249. if sound = 0: PLAY 'mod/public_WC/sound/walk.wav',60
  250. minut += rand(0,3)
  251. $loc_arg = '122'
  252. zt = 122
  253. $menu_loc = 'mod_public_WC_citybasement'
  254. $menu_arg = '122'
  255. gs 'stat'
  256. '<center><b><font color="maroon">Manhole</font></b></center>'
  257. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/pidzem/p14.jpg"></center>'
  258. if pr = 114:
  259. act 'go up throught manhole': pr = 122 & urape += 35 & ubomj += 45 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '123'
  260. act 'go back': pr = 122 & urape += -20 & ubomj += 5 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '114'
  261. elseif pr = 123:
  262. act 'go down throught manhole': pr = 122 & urape += -20 & ubomj += 5 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '114'
  263. act 'go back': pr = 122 & urape += 35 & ubomj += 45 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '123'
  264. end
  265. if bumevent = 0:
  266. eventtemp = rand (1,300)
  267. if hour >= 5 and hour <= 21:
  268. urape += 10
  269. end
  270. if hour >= 5 and hour <= 21:
  271. ubomj -= 10
  272. end
  273. if hour < 5 or hour > 21:
  274. ubomj2 += 10
  275. end
  276. ubomj2 -= bumfriend
  277. if urape >= eventtemp:
  278. gs 'mod_public_WC_citybasement_bumsex', 'rape'
  279. elseif ubomj >= eventtemp:
  280. gs 'mod_public_WC_citybasement_bumsex', 'bomj'
  281. elseif bumfriend >= rand(15,30):
  282. bumevent = 1
  283. ubomj2 = rand(1,4)
  284. tabir = rand(1,4)
  285. 'I see familiar bums here'
  286. 'some of them even say "hi" to me'
  287. act 'ask to drink with them':
  288. atemp = 0
  289. tabir = rand(1,4)
  290. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/bomji/tabir (<<tabir>>).jpg"></center>'
  291. killvar 'atemp'
  292. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  293. end
  294. elseif ubomj2 >= eventtemp:
  295. gs 'mod_public_WC_citybasement_bumsex', 'bomj2'
  296. elseif ( eventtemp - urape) <= 15:
  297. 'I hear footsteps...'
  298. elseif ( eventtemp - ubomj ) <= 15:
  299. 'I hear footsteps...'
  300. elseif ( eventtemp - bomj2) <= 15:
  301. 'I hear footsteps...'
  302. else
  303. ' '
  304. end
  305. elseif bumevent = 2:
  306. bumevent = 0
  307. *nl
  308. 'There are bums here.'
  309. act 'drink with the bums':
  310. bumevent = 1
  311. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  312. end
  313. end
  314. if bumevent >= 10:
  315. bumevent = 0
  316. gs 'stat'
  317. elseif bumevent = 1:
  318. bumevent += 10
  319. gs 'stat'
  320. end
  321. end
  322. if $ARGS[0] = '123':
  323. *clr & cla
  324. CLOSE ALL
  325. minut += rand(0,3)
  326. $loc_arg = '123'
  327. zt = 123
  328. $menu_loc = 'mod_public_WC_citybasement'
  329. $menu_arg = '123'
  330. gs 'stat'
  331. '<center><b><font color="maroon">fork in the tunnel</font></b></center>'
  332. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/pidzem/p23.jpg"></center>'
  333. 'There is a stairs'
  334. act 'go up the stairs':
  335. *clr & cla
  336. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/vhid/2indastrial.jpg"></center>'
  337. if vhid2 > 1 and vhid2 < 10:
  338. 'well, I don''t know where I am. But somewhere in the indastrial area'
  339. if rand (1,5) = 1: vhid2 += 1
  340. if vhid2 >= 10: vhid2 = 1
  341. end
  342. if vhid2 = 1:
  343. 'Ow, I am somewhere in the indastrial area now'
  344. elseif vhid2 = 100:
  345. gt 'mod_public_WC_citybasement_enter', 'vhid2'
  346. else
  347. 'well, I don''t know where I am. But somewhere in the indastrial area'
  348. vhid2 = 2
  349. end
  350. act 'go back': urape += 35 & ubomj += 45 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '123'
  351. if vhid2 ! 100:
  352. 'The door is closed'
  353. act 'I''ll try to break the lock ':
  354. cla
  355. if hpingrip = 0:
  356. cla
  357. 'I need some clips to do that'
  358. act 'continue': urape += 35 & ubomj += 45 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '123'
  359. else
  360. 'I''ll try to do it with my clip'
  361. hpingrip -= 1
  362. minut += rand(1, 30)
  363. pcs_hndiwrk += rand(0,1)
  364. gs 'stat'
  365. wait 800
  366. if pcs_hndiwrk >= rand(10,100):
  367. *clr & cla
  368. vhid2 = 100
  369. 'Yes! I Did it!'
  370. pcs_mood += rand(10,30)
  371. gs 'stat'
  372. act 'go out': gt 'mod_public_WC_citybasement_enter', 'vhid2'
  373. act 'continue': urape += 35 & ubomj += 45 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '123'
  374. else
  375. 'I am failed'
  376. act 'continue': urape += 35 & ubomj += 45 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '123'
  377. end
  378. end
  379. end
  380. end
  381. end
  382. if pr = 122:
  383. act 'go further': pr = 123 & urape += 29 & ubomj += 39 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '124'
  384. act 'go back': pr = 123 & urape += 35 & ubomj += 45 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '122'
  385. elseif pr = 124:
  386. act 'go further': pr = 123 & urape += 35 & ubomj += 45 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '122'
  387. act 'go back': pr = 123 & urape += 29 & ubomj += 39 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '124'
  388. elseif pr = 1231:
  389. act 'go left': pr = 123 & urape += 29 & ubomj += 39 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '124'
  390. act 'go right': pr = 123 & urape += 35 & ubomj += 45 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '122'
  391. end
  392. if bumevent = 0:
  393. eventtemp = rand (1,300)
  394. if hour >= 5 and hour <= 21:
  395. urape += 10
  396. end
  397. if hour >= 5 and hour <= 21:
  398. ubomj -= 10
  399. end
  400. if hour < 5 or hour > 21:
  401. ubomj2 += 10
  402. end
  403. ubomj2 -= bumfriend
  404. if urape >= eventtemp:
  405. gs 'mod_public_WC_citybasement_bumsex', 'rape'
  406. elseif ubomj >= eventtemp:
  407. gs 'mod_public_WC_citybasement_bumsex', 'bomj'
  408. elseif bumfriend >= rand(15,30):
  409. bumevent = 1
  410. ubomj2 = rand(1,4)
  411. tabir = rand(1,4)
  412. 'I see familiar bums here'
  413. 'some of them even say "hi" to me'
  414. act 'ask to drink with them':
  415. atemp = 0
  416. tabir = rand(1,4)
  417. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/bomji/tabir (<<tabir>>).jpg"></center>'
  418. killvar 'atemp'
  419. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  420. end
  421. elseif ubomj2 >= eventtemp:
  422. gs 'mod_public_WC_citybasement_bumsex', 'bomj2'
  423. elseif ( eventtemp - urape) <= 15:
  424. 'I hear footsteps...'
  425. elseif ( eventtemp - ubomj ) <= 15:
  426. 'I hear footsteps...'
  427. elseif ( eventtemp - bomj2) <= 15:
  428. 'I hear footsteps...'
  429. else
  430. ' '
  431. end
  432. elseif bumevent = 2:
  433. bumevent = 0
  434. *nl
  435. 'There are bums here.'
  436. act 'drink with the bums':
  437. bumevent = 1
  438. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  439. end
  440. end
  441. if bumevent >= 10:
  442. bumevent = 0
  443. gs 'stat'
  444. elseif bumevent = 1:
  445. bumevent += 10
  446. gs 'stat'
  447. end
  448. end
  449. if $ARGS[0] = '124':
  450. *clr & cla
  451. CLOSE ALL
  452. if sound = 0: PLAY 'mod/public_WC/sound/walk.wav',60
  453. minut += rand(0,3)
  454. $loc_arg = '124'
  455. zt = 124
  456. $menu_loc = 'mod_public_WC_citybasement'
  457. $menu_arg = '124'
  458. gs 'stat'
  459. '<center><b><font color="maroon">Undercity tunnels</font></b></center>'
  460. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/pidzem/p5.jpg"></center>'
  461. temp = rand(1,5)
  462. if temp = 1:
  463. 'It''s dark here'
  464. elseif temp = 2:
  465. 'I am scared a little'
  466. elseif temp = 3:
  467. 'I really don''t know this tunnels so long!'
  468. elseif temp = 4:
  469. 'There must be many exits from the tunnel'
  470. elseif temp = 5:
  471. 'Have this tunnels been used during the War?'
  472. end
  473. if pr = 123:
  474. act 'go further': pr = 124 & urape += -20 & ubomj += 40 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '125'
  475. act 'go back': pr = 124 & urape += 35 & ubomj += 45 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '123'
  476. elseif pr = 125:
  477. act 'go further': pr = 124 & urape += 35 & ubomj += 45 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '123'
  478. act 'go back': pr = 124 & urape += -20 & ubomj += 40 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '125'
  479. end
  480. if bumevent = 0:
  481. eventtemp = rand (1,300)
  482. if hour >= 5 and hour <= 21:
  483. urape += 10
  484. end
  485. if hour >= 5 and hour <= 21:
  486. ubomj -= 10
  487. end
  488. if hour < 5 or hour > 21:
  489. ubomj2 += 10
  490. end
  491. ubomj2 -= bumfriend
  492. if urape >= eventtemp:
  493. gs 'mod_public_WC_citybasement_bumsex', 'rape'
  494. elseif ubomj >= eventtemp:
  495. gs 'mod_public_WC_citybasement_bumsex', 'bomj'
  496. elseif bumfriend >= rand(15,30):
  497. bumevent = 1
  498. ubomj2 = rand(1,4)
  499. tabir = rand(1,4)
  500. 'I see familiar bums here'
  501. 'some of them even say "hi" to me'
  502. act 'ask to drink with them':
  503. atemp = 0
  504. tabir = rand(1,4)
  505. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/bomji/tabir (<<tabir>>).jpg"></center>'
  506. killvar 'atemp'
  507. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  508. end
  509. elseif ubomj2 >= eventtemp:
  510. gs 'mod_public_WC_citybasement_bumsex', 'bomj2'
  511. elseif ( eventtemp - urape) <= 15:
  512. 'I hear footsteps...'
  513. elseif ( eventtemp - ubomj ) <= 15:
  514. 'I hear footsteps...'
  515. elseif ( eventtemp - bomj2) <= 15:
  516. 'I hear footsteps...'
  517. else
  518. ' '
  519. end
  520. elseif bumevent = 2:
  521. bumevent = 0
  522. *nl
  523. 'There are bums here.'
  524. act 'drink with the bums':
  525. bumevent = 1
  526. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  527. end
  528. end
  529. if bumevent >= 10:
  530. bumevent = 0
  531. gs 'stat'
  532. elseif bumevent = 1:
  533. bumevent += 10
  534. gs 'stat'
  535. end
  536. end
  537. if $ARGS[0] = '125':
  538. *clr & cla
  539. CLOSE ALL
  540. if sound = 0: PLAY 'mod/public_WC/sound/walk.wav',60
  541. minut += rand(0,3)
  542. $loc_arg = '125'
  543. zt = 125
  544. $menu_loc = 'mod_public_WC_citybasement'
  545. $menu_arg = '125'
  546. gs 'stat'
  547. '<center><b><font color="maroon">fork in the tunnel</font></b></center>'
  548. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/pidzem/p23.jpg"></center>'
  549. act'Go to "КОЛЯ" way':
  550. pr = 125
  551. urape += -50 & ubomj += 50 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '126'
  552. end
  553. if pr = 124:
  554. act 'go further': pr = 125 & urape += -20 & ubomj += 50 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '127'
  555. act 'go back': pr = 125 & urape += 29 & ubomj += 39 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '124'
  556. elseif pr = 126:
  557. act 'go left': pr = 125 & urape += -20 & ubomj += 50 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '127'
  558. act 'go right': pr = 125 & urape += 29 & ubomj += 39 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '124'
  559. elseif pr = 127:
  560. act 'go further': pr = 125 & urape += 29 & ubomj += 39 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '124'
  561. act 'go back': pr = 125 & urape += -20 & ubomj += 50 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '127'
  562. end
  563. if bumevent = 0:
  564. eventtemp = rand (1,300)
  565. if hour >= 5 and hour <= 21:
  566. urape += 10
  567. end
  568. if hour >= 5 and hour <= 21:
  569. ubomj -= 10
  570. end
  571. if hour < 5 or hour > 21:
  572. ubomj2 += 10
  573. end
  574. ubomj2 -= bumfriend
  575. if urape >= eventtemp:
  576. gs 'mod_public_WC_citybasement_bumsex', 'rape'
  577. elseif ubomj >= eventtemp:
  578. gs 'mod_public_WC_citybasement_bumsex', 'bomj'
  579. elseif bumfriend >= rand(15,30):
  580. bumevent = 1
  581. ubomj2 = rand(1,4)
  582. tabir = rand(1,4)
  583. 'I see familiar bums here'
  584. 'some of them even say "hi" to me'
  585. act 'ask to drink with them':
  586. atemp = 0
  587. tabir = rand(1,4)
  588. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/bomji/tabir (<<tabir>>).jpg"></center>'
  589. killvar 'atemp'
  590. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  591. end
  592. elseif ubomj2 >= eventtemp:
  593. gs 'mod_public_WC_citybasement_bumsex', 'bomj2'
  594. elseif ( eventtemp - urape) <= 15:
  595. 'I hear footsteps...'
  596. elseif ( eventtemp - ubomj ) <= 15:
  597. 'I hear footsteps...'
  598. elseif ( eventtemp - bomj2) <= 15:
  599. 'I hear footsteps...'
  600. else
  601. ' '
  602. end
  603. elseif bumevent = 2:
  604. bumevent = 0
  605. *nl
  606. 'There are bums here.'
  607. act 'drink with the bums':
  608. bumevent = 1
  609. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  610. end
  611. end
  612. if bumevent >= 10:
  613. bumevent = 0
  614. gs 'stat'
  615. elseif bumevent = 1:
  616. bumevent += 10
  617. gs 'stat'
  618. end
  619. end
  620. if $ARGS[0] = '126':
  621. *clr & cla
  622. CLOSE ALL
  623. if sound = 0: PLAY 'mod/public_WC/sound/walk.wav',60
  624. minut += rand(0,3)
  625. $loc_arg = '126'
  626. zt = 126
  627. $menu_loc = 'mod_public_WC_citybasement'
  628. $menu_arg = '126'
  629. gs 'stat'
  630. '<center><b><font color="maroon">"КОЛЯ" dead end </font></b></center>'
  631. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/pidzem/p3.jpg"></center>'
  632. 'I see some boxes. And the door it bloks.'
  633. if ubutton ! 1:
  634. ubutton = 0
  635. end
  636. act 'go to the tunnel': pr = 102 & urape += 0 & ubomj += 10 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '102'
  637. act 'rummage in the boxes':
  638. cla
  639. observ_exp += 3
  640. minut += 15
  641. gs 'sweat', 'add', 10
  642. gs 'stat'
  643. temp = rand (1,100) + ( pcs_observ / 2 )
  644. ztemp = 0
  645. if temp >= 50 and ztemp ! 1 and ubutton ! 1:
  646. minut += rand(10,20)
  647. ztemp = 1
  648. 'I found a button on the wall'
  649. ubutton = 1
  650. end
  651. if temp >= 80 and ztemp ! 1 and maddildo ! 1:
  652. ztemp = 1
  653. mood += 3
  654. maddildo = 1
  655. 'YES! I found a 40cm long dildo'
  656. end
  657. if temp >= 110 and gun = 0 and ztemp ! 1:
  658. ztemp = 1
  659. 'I found an old gun!'
  660. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gun_found.mp4"></video></center>'
  661. gun = 1
  662. end
  663. if temp >= 100 and ztemp ! 1:
  664. ztemp = 1
  665. mood += 2
  666. temp = rand(1,2)
  667. if temp = 1:
  668. temp = rand (1,100) + ( pcs_observ / 2 )
  669. money += temp
  670. 'I found <<temp>> money!'
  671. else
  672. ammo += rand(1,3)
  673. 'I found some ammo money!'
  674. end
  675. end
  676. if temp >= 70 and ztemp ! 1:
  677. minut += rand(10,20)
  678. ztemp = 1
  679. 'I found some mushrooms,'
  680. boletus += 2
  681. end
  682. if temp >= 80 and ztemp ! 1:
  683. minut += rand(10,20)
  684. ztemp = 1
  685. 'I found cigarets,'
  686. siga += rand(1,5)
  687. end
  688. if ztemp ! 1:
  689. 'I have found nothing. Are there anything here?'
  690. end
  691. act 'Continue': urape += -50 & ubomj += 50 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '126'
  692. end
  693. if ubutton = 1:
  694. act 'press the button':
  695. 'the door opens...'
  696. 'and then closes in a few seconds'
  697. act 'press the button and enter the door':
  698. gt 'mod_public_WC_citybasement_120', 'karroom'
  699. end
  700. end
  701. end
  702. if bumevent = 0:
  703. eventtemp = rand (1,300)
  704. if hour >= 5 and hour <= 21:
  705. urape += 10
  706. end
  707. if hour >= 5 and hour <= 21:
  708. ubomj -= 10
  709. end
  710. if hour < 5 or hour > 21:
  711. ubomj2 += 10
  712. end
  713. ubomj2 -= bumfriend
  714. if urape >= eventtemp:
  715. gs 'mod_public_WC_citybasement_bumsex', 'rape'
  716. elseif ubomj >= eventtemp:
  717. gs 'mod_public_WC_citybasement_bumsex', 'bomj'
  718. elseif bumfriend >= rand(15,30):
  719. bumevent = 1
  720. ubomj2 = rand(1,4)
  721. tabir = rand(1,4)
  722. 'I see familiar bums here'
  723. 'some of them even say "hi" to me'
  724. act 'ask to drink with them':
  725. atemp = 0
  726. tabir = rand(1,4)
  727. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/bomji/tabir (<<tabir>>).jpg"></center>'
  728. killvar 'atemp'
  729. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  730. end
  731. elseif ubomj2 >= eventtemp:
  732. gs 'mod_public_WC_citybasement_bumsex', 'bomj2'
  733. elseif ( eventtemp - urape) <= 15:
  734. 'I hear footsteps...'
  735. elseif ( eventtemp - ubomj ) <= 15:
  736. 'I hear footsteps...'
  737. elseif ( eventtemp - bomj2) <= 15:
  738. 'I hear footsteps...'
  739. else
  740. ' '
  741. end
  742. elseif bumevent = 2:
  743. bumevent = 0
  744. *nl
  745. 'There are bums here.'
  746. act 'drink with the bums':
  747. bumevent = 1
  748. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  749. end
  750. end
  751. if bumevent >= 10:
  752. bumevent = 0
  753. gs 'stat'
  754. elseif bumevent = 1:
  755. bumevent += 10
  756. gs 'stat'
  757. end
  758. end
  759. if $ARGS[0] = 'karroom':
  760. *clr & cla
  761. $loc = 'mod_public_WC_citybasement_120'
  762. $loc_arg = 'karroom'
  763. 'I entered a room with shine light. I become blind for a moment.'
  764. 'There are bed, some metal pole and a ladder in the room.'
  765. act 'Take a nap (1:00)':
  766. menu_off = 0
  767. if pcs_sleep >= 10 and pcs_sleep <= 90:
  768. gs 'sweat', 'add', 10
  769. pcs_sleep += 10
  770. pcs_health += 5
  771. minut += 60
  772. gs 'stat'
  773. *nl
  774. 'You sleep about an hour.'
  775. elseif pcs_sleep < 10:
  776. gs 'sweat', 'add', rand(15,50)
  777. gs 'stat'
  778. gt 'bed2', 'sleep'
  779. else
  780. minut += 5
  781. gs 'stat'
  782. *nl
  783. 'You are not tired enough to sleep, even for a short nap.'
  784. end
  785. gt $loc, $loc_arg
  786. end
  787. act 'go up by ladder':
  788. 'The manhole is closed.'
  789. '-=wip=- взламати до хата банди + сейф'
  790. end
  791. act 'look for a similar button':
  792. 'Yes there is a simillar button here'
  793. minut +- rand(5,45)
  794. gs 'stat'
  795. act 'press the button and enter the door':
  796. urape += -50 & ubomj += 50 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '126'
  797. end
  798. end
  799. end
  800. if $ARGS[0] = '127':
  801. *clr & cla
  802. CLOSE ALL
  803. if sound = 0: PLAY 'mod/public_WC/sound/walk.wav',60
  804. minut += rand(0,3)
  805. $loc_arg = '127'
  806. zt = 127
  807. $menu_loc = 'mod_public_WC_citybasement'
  808. $menu_arg = '127'
  809. gs 'stat'
  810. '<center><b><font color="maroon">Undercity tunnels</font></b></center>'
  811. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/pidzem/p12.jpg"></center>'
  812. temp = rand(1,5)
  813. if temp = 1:
  814. 'It''s dark here'
  815. elseif temp = 2:
  816. 'I am scared a little'
  817. elseif temp = 3:
  818. 'I really don''t know this tunnels so long!'
  819. elseif temp = 4:
  820. 'There must be many exits from the tunnel'
  821. elseif temp = 5:
  822. 'Have this tunnels been used during the War?'
  823. end
  824. if pr = 125:
  825. act 'go further': pr = 127 & urape += 10 & ubomj += 20 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '128'
  826. act 'go back': pr = 127 & urape += -20 & ubomj += 40 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '125'
  827. elseif pr = 128:
  828. act 'go further': pr = 127 & urape += -20 & ubomj += 40 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '125'
  829. act 'go back': pr = 127 & urape += 10 & ubomj += 20 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '128'
  830. end
  831. if bumevent = 0:
  832. eventtemp = rand (1,300)
  833. if hour >= 5 and hour <= 21:
  834. urape += 10
  835. end
  836. if hour >= 5 and hour <= 21:
  837. ubomj -= 10
  838. end
  839. if hour < 5 or hour > 21:
  840. ubomj2 += 10
  841. end
  842. ubomj2 -= bumfriend
  843. if urape >= eventtemp:
  844. gs 'mod_public_WC_citybasement_bumsex', 'rape'
  845. elseif ubomj >= eventtemp:
  846. gs 'mod_public_WC_citybasement_bumsex', 'bomj'
  847. elseif bumfriend >= rand(15,30):
  848. bumevent = 1
  849. ubomj2 = rand(1,4)
  850. tabir = rand(1,4)
  851. 'I see familiar bums here'
  852. 'some of them even say "hi" to me'
  853. act 'ask to drink with them':
  854. atemp = 0
  855. tabir = rand(1,4)
  856. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/bomji/tabir (<<tabir>>).jpg"></center>'
  857. killvar 'atemp'
  858. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  859. end
  860. elseif ubomj2 >= eventtemp:
  861. gs 'mod_public_WC_citybasement_bumsex', 'bomj2'
  862. elseif ( eventtemp - urape) <= 15:
  863. 'I hear footsteps...'
  864. elseif ( eventtemp - ubomj ) <= 15:
  865. 'I hear footsteps...'
  866. elseif ( eventtemp - bomj2) <= 15:
  867. 'I hear footsteps...'
  868. else
  869. ' '
  870. end
  871. elseif bumevent = 2:
  872. bumevent = 0
  873. *nl
  874. 'There are bums here.'
  875. act 'drink with the bums':
  876. bumevent = 1
  877. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  878. end
  879. end
  880. if bumevent >= 10:
  881. bumevent = 0
  882. gs 'stat'
  883. elseif bumevent = 1:
  884. bumevent += 10
  885. gs 'stat'
  886. end
  887. end
  888. if $ARGS[0] = '128':
  889. *clr & cla
  890. CLOSE ALL
  891. if sound = 0: PLAY 'mod/public_WC/sound/walk.wav',60
  892. minut += rand(0,3)
  893. $loc_arg = '128'
  894. zt = 128
  895. $menu_loc = 'mod_public_WC_citybasement'
  896. $menu_arg = '128'
  897. gs 'stat'
  898. '<center><b><font color="maroon">fork in the tunnel</font></b></center>'
  899. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/pidzem/p23.jpg"></center>'
  900. act'Go to "КОЛЯ" way':
  901. pr = 128
  902. urape += 1 & ubomj += 1 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '129'
  903. end
  904. if pr = 127:
  905. act 'go further': pr = 128 & urape += 16 & ubomj += 26 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '130'
  906. act 'go back': pr = 128 & urape += -20 & ubomj += 50 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '127'
  907. elseif pr = 129:
  908. act 'go left': pr = 128 & urape += 16 & ubomj += 26 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '130'
  909. act 'go right': pr = 128 & urape += -20 & ubomj += 50 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '127'
  910. elseif pr = 130:
  911. act 'go further': pr = 128 & urape += -20 & ubomj += 50 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '127'
  912. act 'go back': pr = 128 & urape += 16 & ubomj += 26 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '130'
  913. end
  914. if bumevent = 0:
  915. eventtemp = rand (1,300)
  916. if hour >= 5 and hour <= 21:
  917. urape += 10
  918. end
  919. if hour >= 5 and hour <= 21:
  920. ubomj -= 10
  921. end
  922. if hour < 5 or hour > 21:
  923. ubomj2 += 10
  924. end
  925. ubomj2 -= bumfriend
  926. if urape >= eventtemp:
  927. gs 'mod_public_WC_citybasement_bumsex', 'rape'
  928. elseif ubomj >= eventtemp:
  929. gs 'mod_public_WC_citybasement_bumsex', 'bomj'
  930. elseif bumfriend >= rand(15,30):
  931. bumevent = 1
  932. ubomj2 = rand(1,4)
  933. tabir = rand(1,4)
  934. 'I see familiar bums here'
  935. 'some of them even say "hi" to me'
  936. act 'ask to drink with them':
  937. atemp = 0
  938. tabir = rand(1,4)
  939. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/bomji/tabir (<<tabir>>).jpg"></center>'
  940. killvar 'atemp'
  941. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  942. end
  943. elseif ubomj2 >= eventtemp:
  944. gs 'mod_public_WC_citybasement_bumsex', 'bomj2'
  945. elseif ( eventtemp - urape) <= 15:
  946. 'I hear footsteps...'
  947. elseif ( eventtemp - ubomj ) <= 15:
  948. 'I hear footsteps...'
  949. elseif ( eventtemp - bomj2) <= 15:
  950. 'I hear footsteps...'
  951. else
  952. ' '
  953. end
  954. elseif bumevent = 2:
  955. bumevent = 0
  956. *nl
  957. 'There are bums here.'
  958. act 'drink with the bums':
  959. bumevent = 1
  960. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  961. end
  962. end
  963. if bumevent >= 10:
  964. bumevent = 0
  965. gs 'stat'
  966. elseif bumevent = 1:
  967. bumevent += 10
  968. gs 'stat'
  969. end
  970. end
  971. if $ARGS[0] = '129':
  972. *clr & cla
  973. CLOSE ALL
  974. if sound = 0: PLAY 'mod/public_WC/sound/walk.wav',60
  975. $loc = 'mod_public_WC_citybasement'
  976. $loc_arg = '129'
  977. zt = 129
  978. minut += rand(0,3)
  979. $menu_loc = 'mod_public_WC_citybasement'
  980. $menu_arg = '129'
  981. gs 'stat'
  982. '<center><b><font color="maroon">Dead end</font></b></center>'
  983. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/pidzem/p6.jpg"></center>'
  984. 'Absolute silence, the only noise is the water in the tubes... I feel peaceful'
  985. act 'go back': pr = 129 & urape += 10 & ubomj += 20 & ubomj2 =0 & gt 'mod_public_WC_citybasement', '128'
  986. pcs_mood += rand(5,50)
  987. gs 'stat'
  988. act 'Take a nap (1:00)':
  989. menu_off = 0
  990. if rand (1,10) = 1: sick = 1
  991. if pcs_sleep >= 10 and pcs_sleep <= 90:
  992. gs 'sweat', 'add', 10
  993. pcs_sleep += 10
  994. pcs_health -= 50
  995. minut += 60
  996. gs 'stat'
  997. *nl
  998. 'You sleep about an hour.'
  999. elseif pcs_sleep < 10:
  1000. pcs_health -= 100
  1001. gs 'sweat', 'add', rand(15,50)
  1002. gs 'stat'
  1003. gt 'bed2', 'sleep'
  1004. else
  1005. minut += 5
  1006. gs 'stat'
  1007. *nl
  1008. 'You are not tired enough to sleep, even for a short nap.'
  1009. end
  1010. gt $loc, $loc_arg
  1011. end
  1012. act 'drink water from the tap':
  1013. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/pidzem/kran.jpg"></center>'
  1014. minut += 3
  1015. pcs_health -= rand (0,70)
  1016. pcs_energy += 4
  1017. if pcs_hydra >= 100:
  1018. pcs_hydra += 25
  1019. else
  1020. pcs_hydra += 50
  1021. end
  1022. cumspclnt = 2
  1023. gs 'cum_cleanup'
  1024. gs 'beverage', 'afterdrink'
  1025. gs 'stat'
  1026. end
  1027. if bumevent = 0:
  1028. eventtemp = rand (1,300)
  1029. if hour >= 5 and hour <= 21:
  1030. urape += 10
  1031. end
  1032. if hour >= 5 and hour <= 21:
  1033. ubomj -= 10
  1034. end
  1035. if hour < 5 or hour > 21:
  1036. ubomj2 += 10
  1037. end
  1038. ubomj2 -= bumfriend
  1039. if urape >= eventtemp:
  1040. gs 'mod_public_WC_citybasement_bumsex', 'rape'
  1041. elseif ubomj >= eventtemp:
  1042. gs 'mod_public_WC_citybasement_bumsex', 'bomj'
  1043. elseif bumfriend >= rand(15,30):
  1044. bumevent = 1
  1045. ubomj2 = rand(1,4)
  1046. tabir = rand(1,4)
  1047. 'I see familiar bums here'
  1048. 'some of them even say "hi" to me'
  1049. act 'ask to drink with them':
  1050. atemp = 0
  1051. tabir = rand(1,4)
  1052. '<center><img <<$set_imgh>> src="mod/public_WC/wc/events/90/101gopotamista/pidval/bomji/tabir (<<tabir>>).jpg"></center>'
  1053. killvar 'atemp'
  1054. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  1055. end
  1056. elseif ubomj2 >= eventtemp:
  1057. gs 'mod_public_WC_citybasement_bumsex', 'bomj2'
  1058. elseif ( eventtemp - urape) <= 15:
  1059. 'I hear footsteps...'
  1060. elseif ( eventtemp - ubomj ) <= 15:
  1061. 'I hear footsteps...'
  1062. elseif ( eventtemp - bomj2) <= 15:
  1063. 'I hear footsteps...'
  1064. else
  1065. ' '
  1066. end
  1067. elseif bumevent = 2:
  1068. bumevent = 0
  1069. *nl
  1070. 'There are bums here.'
  1071. act 'drink with the bums':
  1072. bumevent = 1
  1073. gt 'mod_public_WC_citybasement_bumsex', 'bomj2drink'
  1074. end
  1075. end
  1076. if bumevent >= 10:
  1077. bumevent = 0
  1078. gs 'stat'
  1079. elseif bumevent = 1:
  1080. bumevent += 10
  1081. gs 'stat'
  1082. end
  1083. end
  1084. --- mod_public_WC_citybasement_120 ---------------------------------