1
0

WorkHosp.qsrc 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. # WorkHosp
  2. if $ARGS[0] = 'start':
  3. $metka = 'start'
  4. $loc = 'WorkHosp'
  5. $sexloc = 'WorkHosp'
  6. $location_type = 'event'
  7. $menu_loc = 'WorkHosp'
  8. $menu_arg = 'start'
  9. menu_off = 0
  10. gs 'stat'
  11. '<center><b><font color="maroon">Clinic</font></b></center>'
  12. '<center><img <<$set_imgh>> src="images/locations/city/residential/clinic/hospital.jpg"></center>'
  13. 'The hospital staff are hard at work, with many patients waiting in the lobbies. Doctors and nurses rush from office to office trying to keep the flow of patients going as quickly as possible.'
  14. jobhosprand = rand(0, 9)
  15. act 'Work in the Operating Room (1:00)':
  16. cla
  17. minut += 60
  18. medcn_exp += rand (0,2)
  19. if jobhosprand = 0:gt 'WorkHosp', '2'
  20. 'You were part of the operating team, helping the doctors with whatever tasks they requested of you.'
  21. act 'Move away':gt 'WorkHosp', 'start'
  22. end
  23. act 'Help the doctor at the Emergency Room (1:00)':
  24. cla
  25. minut += 60
  26. medcn_exp += rand (0,2)
  27. if jobhosprand = 0:gt 'WorkHosp', '3'
  28. 'You spent a frenzied hour helping patients that came into the Emergency room.'
  29. act 'Move away':gt 'WorkHosp', 'start'
  30. end
  31. act 'Relax in the nurse station':
  32. cla
  33. minut += 30
  34. gs 'stat'
  35. 'You relax a little while pretending to be busy.'
  36. if pcs_inhib > 20:
  37. act 'Masturbate (0:15)':
  38. mastrrand = rand(0, 2)
  39. if mastrrand = 0:
  40. gt 'WorkHosp', '1'
  41. else
  42. cla
  43. *clr
  44. gs 'exhibitionism', 1
  45. picrand = 11
  46. '<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/mastr11.jpg"></center>'
  47. 'You begin to secretly masturbate whenever nobody is watching.'
  48. $orgasm_or = 'custom'
  49. $orgasm_txt = 'Gradually a pleasant warmth and sensation radiates from your needy sex, culminating in a powerful orgasm that sends waves of pleasure through your entire body.'
  50. gs 'arousal', 'masturbate', 15
  51. gs 'stat'
  52. end
  53. act 'Leave':gt 'WorkHosp', 'start'
  54. end
  55. end
  56. act 'Move away':gt 'WorkHosp', 'start'
  57. end
  58. act 'Eat in the cafeteria (0:30)':gs 'food', 'm_meal'
  59. act 'Chat with Kat':
  60. cla
  61. minut += 30
  62. kat += 1
  63. if npc_rel['A219'] > 60 and military = 0:gt 'WorkHosp', 'milit'
  64. 'You spent some time chatting with Kat.'
  65. if npc_rel['A219'] > 50:
  66. act 'Suggest going to an empty room together':gt 'WorkHosp', '0'
  67. end
  68. act 'Move away':gt 'WorkHosp', 'start'
  69. end
  70. if hour >= 16:
  71. cls
  72. '<center><b><font color="maroon">Clinic</font></b></center>'
  73. '<center><img <<$set_imgh>> src="images/locations/city/residential/clinic/hospital.jpg"></center>'
  74. 'Your shift ended.'
  75. act 'Go home':gt 'street'
  76. end
  77. end
  78. if $ARGS[0] = 'milit':
  79. cla
  80. military = 1
  81. '"Listen, I am scheduled to work this weekend, but I have plans. Here''s the deal: War games are often held not far from the city and well, according to the rules, they need doctors on site before they can begin. Don''t worry, you will have a doctor with you, so the most you''ll need to do is apply some bandages. If you feel up to it, on Saturday you can catch a bus at the clinic between 6 and 9. Oh yeah, I almost forgot! The pay for two days is 5000."'
  82. act 'Move away':gt 'WorkHosp', 'start'
  83. end
  84. if $ARGS[0] = '0':
  85. $location_type = 'event'
  86. cla
  87. *clr
  88. katprorand = rand(0, 2)
  89. if katprorand = 0:
  90. girl += 1
  91. picrand = 11
  92. xgt 'lezbsex', 'var'
  93. elseif katprorand = 1:
  94. '<center><img <<$set_imgh>> src="images/locations/city/residential/clinic/sex/hospsex7.jpg"></center>'
  95. 'You and Kat just began to fondle each other when a patient entered the room. You backed away from her trying to pretend that nothing was happening. On the contrary, Kat did not hesitate and was lying on the couch with her legs spread wide, proudly showing off her wet pussy. She guides you back down to her pussy, leaving no doubt what she expects your tongue to be doing, while looking hungrily at the guy and inviting him to join in the fun.'
  96. gs 'arousal', 'cuni_give', 10, 'lesbian'
  97. gs 'stat'
  98. act 'Leave':gt 'WorkHosp', 'start'
  99. act 'Sounds like fun':
  100. girl += 1
  101. guy += 1
  102. picrand = 12
  103. sexpartkno = 1
  104. gs 'npcgeneratec', 0, 'Patient', rand(18,48)
  105. gs 'boyStat', $npclastgenerated
  106. gt 'podrsex', 'suck'
  107. gs 'arousal', 'cuni_give', 10, 'lesbian'
  108. gs 'arousal', 'vaginal', 10, 'unkown'
  109. minut -= 10
  110. gs 'arousal', 'end'
  111. gs 'stat'
  112. end
  113. elseif katprorand = 2:
  114. '<center><img <<$set_imgh>> src="images/locations/city/residential/clinic/sex/hospsex8.jpg"></center>'
  115. 'While your tryst with Kate was in full swing, two doctors came in. You were both so engrossed with each other, that you didn''t even notice them until they started to caress you. You both spread your legs wider, inviting them to join the fun.'
  116. act 'Entertain them':
  117. gang += 1
  118. picrand = 11
  119. sexpartkno = 1
  120. gs 'WorkHosp', 'randdoc'
  121. $boy[1] = $boy
  122. $boydesc[1] = $boydesc
  123. if docfuck[randdoc] = 1:guy += 1
  124. :docloop
  125. gs 'WorkHosp', 'randdoc'
  126. if $boydesc = $boydesc[1]:docfuck[randdoc] -= 1 & jump 'docloop'
  127. if docfuck[randdoc] = 1:guy += 1
  128. xgt 'sexdvanadva', 'var'
  129. gs 'arousal', 'bj', 10, 'group'
  130. gs 'arousal', 'vaginal', 10, 'group'
  131. minut -= 10
  132. gs 'arousal', 'end'
  133. gs 'stat'
  134. end
  135. end
  136. end
  137. if $ARGS[0] = '1':
  138. cla
  139. *clr
  140. mastrrand = rand(0, 1)
  141. if mastrrand = 0:
  142. '<center><img <<$set_imgh>> src="images/locations/city/residential/clinic/sex/hospsex9.jpg"></center>'
  143. 'As you masturbate, you totally abandon yourself to the pleasure of your coming orgasm. A doctor enters the room but you are so absorbed in your own pleasure that you only notice him when his hand starts to guide your head to his erect cock.'
  144. gs 'arousal', 'masturbate', 10
  145. gs 'stat'
  146. if pcs_horny < 50:act 'Break and run':gs 'arousal', 'end' & gt 'WorkHosp', 'start'
  147. act 'Go along with it':
  148. guy += 1
  149. picrand = 12
  150. gs 'WorkHosp', 'randdoc'
  151. if docfuck[randdoc] = 1:guy += 1
  152. gt 'sex', 'minet'
  153. end
  154. else
  155. picrand = rand(12, 13)
  156. '<center><img <<$set_imgh>> src="images/locations/city/residential/clinic/sex/hospsex10.jpg"></center>'
  157. 'As you lose yourself in pleasure, two doctors come into the room. You are so distracted, that you only notice them when they start to openly masturbate in front of you.'
  158. if pcs_horny < 50:
  159. act 'Leave':gt 'WorkHosp', 'start'
  160. end
  161. act 'Play with them':
  162. sexpartkno = 1
  163. gs 'WorkHosp', 'randdoc'
  164. $boy[1] = $boy
  165. $boydesc[1] = $boydesc
  166. if docfuck[randdoc] = 1:guy += 1
  167. :docloop2
  168. gs 'WorkHosp', 'randdoc'
  169. if $boydesc = $boydesc[1]:docfuck[randdoc] -= 1 & jump 'docloop2'
  170. if docfuck[randdoc] = 1:guy += 1
  171. xgt 'sexdvoe', 'var'
  172. gs 'arousal', 'bj', 10, 'group'
  173. gs 'arousal', 'vaginal', 10, 'group'
  174. minut -= 10
  175. gs 'arousal', 'end'
  176. gs 'stat'
  177. end
  178. end
  179. end
  180. if $ARGS[0] = '2':
  181. cla
  182. *clr
  183. picrand = rand(13, 15)
  184. '<center><img <<$set_imgh>> src="images/locations/city/residential/clinic/sex/hospsex11.jpg"></center>'
  185. 'A patient comes through the door and takes off his pants to show you his flaccid penis. He asks you to help him, as he can''t seem to get an erection and it''s causing him depression. You realize that it''s all just a silly game and that he hopes to fuck you, but you still feel sorry for him. You wonder what caused him to come up with this plan, and decide it might just be that he has no luck with girls, and if today is not his lucky day, he may jump out of the window.'
  186. act 'Oust him':medcn_exp += rand (0,1) & gt 'WorkHosp', 'start'
  187. act 'Give him what he wants':guy += 1 & gt 'sex', 'minet'
  188. end
  189. if $ARGS[0] = '3':
  190. cla
  191. *clr
  192. '<center><img <<$set_imgh>> src="images/locations/city/residential/clinic/sex/hospsex12.jpg"></center>'
  193. 'A pretty patient comes into the room and the doctor tries to examine her. Then she touches his trousers near his poorly hidden erection. The doctor glances at you with a question in his eyes.'
  194. act 'Ask if she actually needs treatment':medcn_exp += rand (0,1) & gt 'WorkHosp', 'start'
  195. act 'Play along':
  196. guy += 1
  197. girl += 1
  198. lesbian += 1
  199. picrand = 13
  200. sexpartkno = 1
  201. gs 'WorkHosp', 'randdoc'
  202. if docfuck[randdoc] = 1:guy += 1
  203. gt 'podrsex', 'suck'
  204. gs 'arousal', 'cuni_give', 10, 'group'
  205. gs 'arousal', 'vaginal', 10, 'group'
  206. minut -= 10
  207. gs 'arousal', 'end'
  208. gs 'stat'
  209. end
  210. end
  211. if $ARGS[0] = 'randdoc':
  212. if $randdoc[0] = '':
  213. randdoc = rand(0,19)
  214. if randdoc = 0:
  215. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  216. $npc_usedname[$npclastgenerated] = 'Dr. Ivanov'
  217. $npc_lastname[$npclastgenerated] = 'Ivanov'
  218. gs 'npcpreservec', $npclastgenerated
  219. elseif randdoc = 1:
  220. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  221. $npc_usedname[$npclastgenerated] = 'Dr. Smirnov'
  222. $npc_lastname[$npclastgenerated] = 'Smirnov'
  223. gs 'npcpreservec', $npclastgenerated
  224. elseif randdoc = 2:
  225. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  226. $npc_usedname[$npclastgenerated] = 'Dr. Kuznetsov'
  227. $npc_lastname[$npclastgenerated] = 'Kuznetsov'
  228. gs 'npcpreservec', $npclastgenerated
  229. elseif randdoc = 3:
  230. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  231. $npc_usedname[$npclastgenerated] = 'Dr. Popov'
  232. $npc_lastname[$npclastgenerated] = 'Popov'
  233. gs 'npcpreservec', $npclastgenerated
  234. elseif randdoc = 4:
  235. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  236. $npc_usedname[$npclastgenerated] = 'Dr. Vasiliev'
  237. $npc_lastname[$npclastgenerated] = 'Vasiliev'
  238. gs 'npcpreservec', $npclastgenerated
  239. elseif randdoc = 5:
  240. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  241. $npc_usedname[$npclastgenerated] = 'Dr. Petrov'
  242. $npc_lastname[$npclastgenerated] = 'Petrov'
  243. gs 'npcpreservec', $npclastgenerated
  244. elseif randdoc = 6:
  245. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  246. $npc_usedname[$npclastgenerated] = 'Dr. Sokolov'
  247. $npc_lastname[$npclastgenerated] = 'Sokolov'
  248. gs 'npcpreservec', $npclastgenerated
  249. elseif randdoc = 7:
  250. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  251. $npc_usedname[$npclastgenerated] = 'Dr. Mikhailov'
  252. $npc_lastname[$npclastgenerated] = 'Mikhailov'
  253. gs 'npcpreservec', $npclastgenerated
  254. elseif randdoc = 8:
  255. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  256. $npc_usedname[$npclastgenerated] = 'Dr. Fedorov'
  257. $npc_lastname[$npclastgenerated] = 'Fedorov'
  258. gs 'npcpreservec', $npclastgenerated
  259. elseif randdoc = 9:
  260. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  261. $npc_usedname[$npclastgenerated] = 'Dr. Morozov'
  262. $npc_lastname[$npclastgenerated] = 'Morozov'
  263. gs 'npcpreservec', $npclastgenerated
  264. elseif randdoc = 10:
  265. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  266. $npc_usedname[$npclastgenerated] = 'Dr. Volkov'
  267. $npc_lastname[$npclastgenerated] = 'Volkov'
  268. gs 'npcpreservec', $npclastgenerated
  269. elseif randdoc = 11:
  270. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  271. $npc_usedname[$npclastgenerated] = 'Dr. Alexeev'
  272. $npc_lastname[$npclastgenerated] = 'Alexeev'
  273. gs 'npcpreservec', $npclastgenerated
  274. elseif randdoc = 12:
  275. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  276. $npc_usedname[$npclastgenerated] = 'Dr. Lebedev'
  277. $npc_lastname[$npclastgenerated] = 'Lebedev'
  278. gs 'npcpreservec', $npclastgenerated
  279. elseif randdoc = 13:
  280. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  281. $npc_usedname[$npclastgenerated] = 'Dr. Semenov'
  282. $npc_lastname[$npclastgenerated] = 'Semenov'
  283. gs 'npcpreservec', $npclastgenerated
  284. elseif randdoc = 14:
  285. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  286. $npc_usedname[$npclastgenerated] = 'Dr. Egerov'
  287. $npc_lastname[$npclastgenerated] = 'Egerov'
  288. gs 'npcpreservec', $npclastgenerated
  289. elseif randdoc = 15:
  290. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  291. $npc_usedname[$npclastgenerated] = 'Dr. Pavlov'
  292. $npc_lastname[$npclastgenerated] = 'Pavlov'
  293. gs 'npcpreservec', $npclastgenerated
  294. elseif randdoc = 16:
  295. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  296. $npc_usedname[$npclastgenerated] = 'Dr. Kozlov'
  297. $npc_lastname[$npclastgenerated] = 'Kozlov'
  298. gs 'npcpreservec', $npclastgenerated
  299. elseif randdoc = 17:
  300. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  301. $npc_usedname[$npclastgenerated] = 'Dr. Stepanov'
  302. $npc_lastname[$npclastgenerated] = 'Stepanov'
  303. gs 'npcpreservec', $npclastgenerated
  304. elseif randdoc = 18:
  305. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  306. $npc_usedname[$npclastgenerated] = 'Dr. Nikolaev'
  307. $npc_lastname[$npclastgenerated] = 'Nikolaev'
  308. gs 'npcpreservec', $npclastgenerated
  309. elseif randdoc = 19:
  310. gs 'npcgeneratec', 0, 'Doctor', rand(28,48)
  311. $npc_usedname[$npclastgenerated] = 'Dr. Orlov'
  312. $npc_lastname[$npclastgenerated] = 'Orlov'
  313. gs 'npcpreservec', $npclastgenerated
  314. end
  315. end
  316. gs 'boyStat', $npclastsaved
  317. docfuck[randdoc] += 1
  318. end
  319. --- WorkHosp ---------------------------------