uni_dorm.qsrc 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558
  1. # uni_dorm
  2. !!2022/10/05 - Alaratt
  3. if $ARGS[0] = 'start':
  4. *clr & cla
  5. minut += 5
  6. $menu_loc = 'uni_dorm'
  7. $menu_arg = 'start'
  8. menu_off = 0
  9. gs 'themes', 'indoors'
  10. minut += 1
  11. gs 'stat'
  12. *clr & cla
  13. '<center><b><font color="maroon">Dormitory</font></b></center>'
  14. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm.jpg"></center>'
  15. 'You walk up to the dorm building and go inside. It is pretty clean and in good shape. An older woman, with a very unpleasant and judgmental look on her face sits in a room just off the main hallway. It has a partially glass wall and a window, splitting it from the main room. She looks up at you as you enter, her look telling you she is already judging you as her face frowns into a look of disapproval.'
  16. act 'Go outside':
  17. minut += 1
  18. killvar 'university_dorm'
  19. gt 'uni_grounds', 'main'
  20. end
  21. if func('homes_properties', 'can_live_here') or university['student'] = 1:
  22. univ
  23. act 'Show her your student ID':
  24. *clr & cla
  25. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm.jpg"></center>'
  26. 'As you walk by, you take out your student ID and show it to her. She looks for just a second and nods before going back to what she was doing. You head for the elevators.'
  27. act 'Take the elevator':gt 'uni_dorm', 'elevator'
  28. end
  29. else
  30. menu_off = 1
  31. 'Since you''re not attending the university and don''t have an ID, you won''t be allowed in the dorms unless you''re on the guest list of a student.'
  32. if DjibrilQW['invite'] = 1 and hour >= 8 and hour < 22:
  33. act 'I''m here to visit Djibril':
  34. *clr & cla
  35. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm.jpg"></center>'
  36. 'You walk over to the counter and pull out your ID. "I''m here to visit Djibril."'
  37. 'The woman gives you a look of complete disgust. "What, your own kind not good enough for you? Go ahead and take care of those black cocks. He''s on the eighth floor, room 810." She turns away from you and goes back to what she was doing. Not wanting to get into an argument with her, you say nothing and quickly head for the elevator.'
  38. act 'Take the elevator':gt 'uni_dorm', 'elevator'
  39. end
  40. end
  41. if gosh > 0 and hour >= 8 and hour < 22:
  42. act 'I''m here to visit Gosha':
  43. *clr & cla
  44. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm.jpg"></center>'
  45. 'You walk over to the counter and pull out your ID. "I''m here to visit Gosha."'
  46. 'The woman shakes her head in disapproval. "You''re Gosha''s new whore? I''ll never understand what you sluts see in that scrawny bastard. He''s been through half of the dorm already! He''s on the sixth floor, room 602." She turns away from you and goes back to what she was doing. Not wanting to get into an argument with her, you say nothing and quickly head for the elevator.'
  47. reccoldorm = 1
  48. goshiflag = 1
  49. act 'Take the elevator':gt 'uni_dorm', 'elevator'
  50. end
  51. end
  52. if meet_kendra = 1 and hour >= 8 and hour < 22:
  53. act 'I''m here to visit Kendra':
  54. *clr & cla
  55. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm.jpg"></center>'
  56. if npc_rel['A84'] < 40:
  57. 'You walk over to the counter and pull out your ID. "I''m here to visit Kendra."'
  58. 'The woman gives you a look of complete disgust. "It seems like she''s gotten tired of you since you''re no longer on the guest list. Now get out of here before I call security." Surprised, you turn and quickly leave before the woman calls security.'
  59. act 'Go outside':
  60. killvar 'university_dorm'
  61. minut += 1
  62. gt 'uni_grounds', 'main'
  63. end
  64. else
  65. 'You walk over to the counter and pull out your ID. "I''m here to visit Kendra."'
  66. 'The woman gives you a look of complete disgust. "What, a man not good enough for you? Go ahead and serve that black whore. She''s on the eighth floor, room 801." She turns away from you and goes back to what she was doing. Not wanting to get into an argument with her, you say nothing and quickly head for the elevator.'
  67. act 'Take the elevator':gt 'uni_dorm', 'elevator'
  68. end
  69. end
  70. end
  71. end
  72. end
  73. if $ARGS[0] = 'elevator':
  74. $menu_loc = 'uni_dorm'
  75. $menu_arg = 'elevator'
  76. menu_off = 0
  77. gs 'themes', 'indoors'
  78. minut += 5
  79. gs 'stat'
  80. *clr & cla
  81. '<center><b><font color="maroon">Dormitory</font></b></center>'
  82. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/elevator.jpg"></center>'
  83. 'You enter the dorm elevator. It seems to be in decent shape and fairly well maintained. The panel of floor numbers awaits your input.'
  84. if func('uniutil', 'student', 'enrolled'):
  85. 'Your dorm room is on the tenth floor.'
  86. end
  87. act 'Go to the first floor and leave the dorm':
  88. killvar 'university_dorm'
  89. minut += 1
  90. gt 'uni_grounds', 'main'
  91. end
  92. act 'Go to the second floor': gt 'uni_dorm', 'second_floor'
  93. act 'Go to the sixth floor': gt 'uni_dorm', 'sixth_floor'
  94. act 'Go to the eighth floor': gt 'uni_dorm', 'eighth_floor'
  95. act 'Go to the tenth floor': gt 'uni_dorm', 'tenth_floor'
  96. end
  97. if $ARGS[0] = 'second_floor':
  98. $loc = 'uni_dorm'
  99. $loc_arg = 'sixth_floor'
  100. $menu_loc = 'uni_dorm'
  101. $menu_arg = 'sixth_floor'
  102. menu_off = 0
  103. $location_type = 'public_indoors'
  104. killvar '$locclass'
  105. minut += 1
  106. gs 'katja_meynold_schedule'
  107. gs 'stat'
  108. *clr & cla
  109. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  110. 'Before you is the usual dorm hallway with the dilapidated walls of the second floor. You can hear music and loud talking from drunk students escaping from some rooms.'
  111. act 'Elevator': gt 'uni_dorm', 'elevator'
  112. if katjaQW['knows_dorm_room_number'] > 0 and yearstart > 1:
  113. act 'katja''s room':
  114. *clr & cla
  115. if locat['katja'] = 31:
  116. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big14.jpg"></center>'
  117. 'Katja opens the door. "Hi <<$pcs_nickname>>, come in?" she stands aside so you can walk in before closing the door behind you.'
  118. act 'Enter': gt 'katja_dorm', 'start'
  119. else
  120. if locat['katja'] = 29 and sofiaQW['know'] = 1 and rand(0,3) = 0 and week < 5:
  121. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big260.jpg"></center>'
  122. 'Sofia opens the door. "Hi <<$pcs_nickname>>, Katja is at the library right now and I have Maxim over so I don''t have time to talk. See you later." she says before closing the door again.'
  123. else
  124. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  125. 'You knock on the door, but no one answers. She must be asleep or not home.'
  126. end
  127. minut += 5
  128. gs 'stat'
  129. act 'Leave': gt 'uni_dorm', 'second_floor'
  130. end
  131. end
  132. end
  133. end
  134. if $ARGS[0] = 'sixth_floor':
  135. $loc = 'uni_dorm'
  136. $loc_arg = 'sixth_floor'
  137. $menu_loc = 'uni_dorm'
  138. $menu_arg = 'sixth_floor'
  139. menu_off = 0
  140. $location_type = 'public_indoors'
  141. killvar '$locclass'
  142. minut += 1
  143. gs 'stat'
  144. *clr & cla
  145. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  146. 'Before you is the usual dorm hallway with the dilapidated walls of the sixth floor. You can hear music and loud talking from drunk students escaping from some rooms.'
  147. act 'Elevator': gt 'uni_dorm', 'elevator'
  148. if gosh > 0:
  149. act 'Gosha''s room':
  150. *clr & cla
  151. if (week <= 4 and hour >= 16 and hour < 23 and rand(1, 2) = 2) or (week = 6 and hour >= 9 and hour < 23 and rand(1, 2) = 2) or (week = 7 and hour >= 9 and hour < 23 and rand(1, 3) >= 2):
  152. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big83.jpg"></center>'
  153. 'Gosha opens the door. "Hey <<$pcs_nickname>>, why don''t you come in?" He stands aside so you can walk in before closing the door behind you.'
  154. act 'Enter':gt 'gosha', 'gosha_room'
  155. else
  156. minut += 5
  157. gs 'stat'
  158. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  159. 'You knock on the door, but no one answers. He must be asleep or not home.'
  160. act 'Leave':gt 'uni_dorm', 'elevator'
  161. end
  162. end
  163. end
  164. end
  165. if $ARGS[0] = 'eighth_floor':
  166. $loc = 'uni_dorm'
  167. $loc_arg = 'eighth_floor'
  168. $menu_loc = 'uni_dorm'
  169. $menu_arg = 'eighth_floor'
  170. menu_off = 0
  171. $location_type = 'public_indoors'
  172. killvar '$locclass'
  173. minut += 1
  174. gs 'stat'
  175. *clr & cla
  176. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  177. 'Before you is the usual dorm hallway with the dilapidated walls of the eighth floor. You can hear music and loud talking from drunk students escaping from some rooms.'
  178. act 'Elevator': gt 'uni_dorm', 'elevator'
  179. if DjibrilQW['invite'] = 1:
  180. act 'Djibril'' room':
  181. *clr & cla
  182. if (week <= 4 and hour >= 16 and hour < 23 and rand(1, 2) = 2) or (week = 6 and hour >= 9 and hour < 23 and rand(1, 2) = 2) or (week = 7 and hour >= 9 and hour < 23 and rand(1, 3) >= 2):
  183. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  184. 'You knock on the door. After a few seconds, Djibril opens the door. He smiles as he notices it''s you. "I was hoping you would stop by <<$pcs_nickname>>. Come on in."'
  185. act 'Enter': gt 'djibril', 'djibril_room'
  186. else
  187. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  188. minut += 5
  189. gs 'stat'
  190. 'You knock on the door, but no one answers. He must be asleep or not home.'
  191. act 'Leave':gt 'uni_dorm', 'eighth_floor'
  192. end
  193. end
  194. end
  195. if meet_kendra = 1:
  196. act 'Kendra''s room':
  197. *clr & cla
  198. if (week <= 4 and hour >= 16 and hour < 23 and rand(1, 2) = 2) or (week = 6 and hour >= 9 and hour < 23 and rand(1, 2) = 2) or (week = 7 and hour >= 9 and hour < 23 and rand(1, 3) >= 2):
  199. if kendra_busy ! daystart:
  200. if rand(1,5) = 1:
  201. '<center><img <<$set_imgh>> src="images/characters/city/university/girl/kendra/door.jpg"></center>'
  202. 'You can hear Kendra''s voice as you get close to the door. It is fairly loud and sounds harsh in tone, but you can''t quite make out what she is saying. You hear a muffled reply that sounds male. It sounds like she''s already busy. You could knock or just leave her to her company.'
  203. act 'Leave':gt 'uni_dorm', 'eighth_floor'
  204. act 'Knock':
  205. kendra_busy = daystart
  206. *clr & cla
  207. '<center><img <<$set_imgh>> src="images/characters/city/university/girl/kendra/strapon_door.jpg"></center>'
  208. if npc_rel['A84'] < 40:
  209. 'You knock on the door. After a few seconds, Kendra opens the door. She is completely naked and wearing a strapon harness around her hips. A large black dildo is attached to it and she plays with it as she frowns at you. "I told you last time, I don''t have time for games and I''m tired of yours! Now get lost, I''m busy!" She then slams the door in your face.'
  210. act 'Leave':gt 'uni_dorm', 'eighth_floor'
  211. else
  212. if kendra_male_slave = 0:
  213. 'You knock on the door. After a few seconds, Kendra opens the door. She is completely naked and wearing a strapon harness around her hips. A large black dildo is attached to it and she plays with it as she looks at you. "Well if it isn''t my new favorite white slave bitch. I''m kind of busy punishing one of my other slaves right now."'
  214. *nl
  215. 'She starts to close the door before you can reply, then stops and smiles at you. "You could come in and watch." She holds the door open and stands aside to let you enter. You glance in the room and see a naked college boy kneeling next to the couch. When he notices you, he blushes bright red and moves to cover himself up, but stops with one look from Kendra and instead just lowers his gaze to the floor. You have no doubt what she''s going to do to him, but is it something you want to watch? It could be interesting and you might learn something from her as well. On the other hand, do you want to humiliate him more than he already is?'
  216. else
  217. 'You knock on the door. After a few seconds, Kendra opens the door. She is completely naked and wearing a strapon harness around her hips. A large black dildo is attached to it and she plays with it as she looks at you. "Well if it isn''t my new favorite white slave bitch. I''m punishing one of the boys again. Want to come in and watch again?"'
  218. *nl
  219. 'She holds the door open and stands aside to let you enter. You glance in the room and see the same college boy kneeling naked next to the couch, just like last time. When he notices you, he blushes bright red and moves to cover himself up, but stops with one look from Kendra and instead just lowers his gaze to the floor. You know what she''s going to do to him after watching last time. Is it something you want to watch again? Is this something you might want to learn to do to others yourself? There are a few boys you know that it might be fun to do it with.'
  220. end
  221. gs 'arousal', 'erotic_nudity', 3
  222. gs 'stat'
  223. act 'Enter': gt 'kendra', 'kendra_male_slave'
  224. act 'Decline':
  225. *clr & cla
  226. '<center><img <<$set_imgh>> src="images/characters/city/university/girl/kendra/strapon_door.jpg"></center>'
  227. if kendra_male_slave = 0:
  228. 'You shake your head. "No thanks. You look busy and I don''t want to disturb you..."'
  229. 'She laughs loudly and roughly grabs your chin in her hand. "Aww so shy, adorable... but I will break you in time. Maybe next time then." She closes the door and you watch her stroking her strapon as she heads for the young man. Once the door is closed, you turn and leave.'
  230. else
  231. 'You shake your head. "No thanks. Last time was entertaining, but I didn''t come to see that again."'
  232. 'She laughs loudly and roughly grabs your chin in her hand. "Your loss. I might have let you take a turn with him, or maybe not." She closes the door and you watch her stroking her strapon as she heads for the young man. Once the door is closed, you turn and leave.'
  233. end
  234. gs 'arousal', 'end'
  235. gs 'stat'
  236. act 'Leave':gt 'uni_dorm', 'eighth_floor'
  237. end
  238. end
  239. end
  240. else
  241. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big84.jpg"></center>'
  242. if npc_rel['A84'] < 40:
  243. 'You knock on the door. After a few seconds, Kendra opens the door. "I told you last time, I don''t have time for games and I''m tired of yours. Now get lost." She slams the door in your face.'
  244. act 'Leave':gt 'uni_dorm', 'eighth_floor'
  245. else
  246. 'You knock on the door. After a few seconds, Kendra opens the door. "Well if it isn''t my new favorite white slave bitch. Come in." She stands aside to let you enter. She then closes the door behind you.'
  247. act 'Enter': gt 'kendra', 'kendra_room_start'
  248. end
  249. end
  250. else
  251. '<center><img <<$set_imgh>> src="images/characters/city/university/girl/kendra/door.jpg"></center>'
  252. 'You can hear Kendra''s voice as you get close to the door. It is fairly loud and sounds harsh in tone, but you can''t quite make out what she is saying. You do hear a muffled reply that sounds male. It sounds like she''s busy right now, so you shouldn''t bother her.'
  253. act 'Leave':gt 'uni_dorm', 'eighth_floor'
  254. end
  255. else
  256. minut += 5
  257. gs 'stat'
  258. '<center><img <<$set_imgh>> src="images/characters/city/university/girl/kendra/door.jpg"></center>'
  259. 'You knock on the door, but no one answers. She must be asleep or not home.'
  260. act 'Leave':gt 'uni_dorm', 'eighth_floor'
  261. end
  262. end
  263. end
  264. end
  265. if $ARGS[0] = 'tenth_floor':
  266. $loc = 'uni_dorm'
  267. $loc_arg = 'tenth_floor'
  268. $menu_loc = 'uni_dorm'
  269. $menu_arg = 'tenth_floor'
  270. $locM = 'uni_dorm'
  271. $locM_arg = 'tenth_floor'
  272. menu_off = 0
  273. $location_type = 'public_indoors'
  274. killvar '$locclass'
  275. minut += 1
  276. gs 'stat'
  277. *clr & cla
  278. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  279. if func('uniutil', 'student', 'enrolled'):
  280. 'Before you is the dorm hallway with it''s dilapidated walls leading to your dorm room. You can hear music and loud talking from drunk students escaping from some rooms.'
  281. else
  282. 'Before you is the usual dorm hallway with dilapidated walls. You can hear music and loud talking from drunk students escaping from some rooms.'
  283. end
  284. act 'Go outside':
  285. killvar 'university_dorm'
  286. minut += 6
  287. gt 'uni_grounds', 'main'
  288. end
  289. act 'Elevator': gt 'uni_dorm', 'elevator'
  290. if func('homes_properties', 'has_access', 'university_dorm'):
  291. if courtletter_date <= daystart and courtletter_date ! 0:
  292. gt 'sentence', 'letter'
  293. end
  294. act 'Your room': gt 'uni_dorm', 'dorm_room'
  295. act 'Go to the shared kitchen': gt 'uni_dorm', 'dorm_kitchen'
  296. act 'Go to the shared shower': gt 'vann', 'start'
  297. end
  298. act 'Enter the women''s restroom': minut += 1 & gt 'uni_dorm', 'womens_restroom'
  299. gs 'willpower', 'exhib', 'self'
  300. if will_cost <= pcs_willpwr:
  301. act 'Enter the men''s restroom (<<will_cost>> Willpower)':
  302. gs 'willpower', 'exhib', 'self'
  303. gs 'willpower', 'pay', 'self'
  304. gs 'stat'
  305. gt 'uni_dorm', 'mens_restroom'
  306. end
  307. else
  308. act 'Enter the men''s restroom (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  309. end
  310. !! commented out until parties are added back in
  311. !! if (home_owned[11] = 1 or university['student'] = 1) and week = 5 and hour > 18 and hour < 23:
  312. !! 'You can hear music blasting in the corridor. It sounds like the Friday night party is in full swing.'
  313. !! act 'The party': minut += 1 & gt 'vecher', 'start'
  314. !! end
  315. end
  316. if $ARGS[0] = 'mens_restroom':
  317. $location_type = 'public_indoors'
  318. $menu_loc = 'uni_dorm'
  319. $menu_arg = 'mens_restroom'
  320. $locM = 'uni_dorm'
  321. $locM_arg = 'mens_restroom'
  322. menu_off = 0
  323. minut += 1
  324. gs 'stat'
  325. *clr & cla
  326. '<center><b><font color="maroon">Dormitory - Men''s Restroom</font></b></center>'
  327. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/restrooms/bathroom_mens.jpg"></center>'
  328. 'You peek around the corner. Inside this room, stalls line the right side, with urinals on the far wall and rows of sinks and <a href="exec:gt ''mirror'', ''start''">mirrors</a> to the left. The room has a smell of disinfectant and stale piss.'
  329. act 'Leave': gt 'uni_dorm', 'tenth_floor'
  330. dynamic $tampon
  331. dynamic $quickwash
  332. dynamic $basin
  333. end
  334. if $ARGS[0] = 'womens_restroom':
  335. $location_type = 'public_indoors'
  336. $menu_loc = 'uni_dorm'
  337. $menu_arg = 'womens_restroom'
  338. $locM = 'uni_dorm'
  339. $locM_arg = 'womens_restroom'
  340. menu_off = 0
  341. minut += 1
  342. gs 'stat'
  343. *clr & cla
  344. '<center><b><font color="maroon">Dormitory - Women''s Restroom</font></b></center>'
  345. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/restrooms/bathroom_womens.jpg"></center>'
  346. 'You peek around the corner. Inside this room, stalls line the right side and rows of sinks, with <a href="exec:gt ''mirror'', ''start''">mirrors</a> to the left. The room has a smell of disinfectant.'
  347. act 'Leave': gt 'uni_dorm', 'tenth_floor'
  348. dynamic $tampon
  349. dynamic $quickwash
  350. dynamic $basin
  351. end
  352. if $ARGS[0] = 'dorm_room':
  353. $sexloc = 'uni_dorm'
  354. CLOSE ALL
  355. $loc_arg = 'dorm_room'
  356. $loc = 'uni_dorm'
  357. $locM_arg = 'dorm_room'
  358. $locM = 'uni_dorm'
  359. $location_type = 'private'
  360. $menu_loc = 'uni_dorm'
  361. $menu_arg = 'dorm_room'
  362. menu_off = 0
  363. odkomp = 1
  364. gs 'themes', 'indoors'
  365. minut += 1
  366. gs 'stat'
  367. gs 'music_actions', 'music_icon'
  368. *clr & cla
  369. '<center><b>Your room</b></center>'
  370. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_room/room.jpg"></center>'
  371. 'This is the dorm room you share with Vika.'
  372. 'Your <a href="exec:gt ''bed'',''start''">bed</a> is positioned in one of the corners of the room. Your <a href="exec:gt ''stol'' ,''stolPar''">desk</a> sits at the foot of it.'
  373. if $ml_guitar['location'] = $loc: 'Your guitar rests on its stand next to your bed.'
  374. if pornMagazine > 0:'You''ve hidden your porn magazines under the mattress of your bed.'
  375. if hour > 14 and hour < func('bordel', 'open_hour'):
  376. vika_inroom = 1
  377. vika_sleep = 0
  378. if npc_rel['A220'] >= 60 and birthday = day and birthmonth = month and vikaslut = 1 and b_vika_present_Day ! daystart:
  379. $vikatext = '<a href="exec:gt''Vika''">Vika</a> seems excited when she notices you. She is trying to hide a box behind her back.'
  380. else
  381. $vikatext = '<a href="exec:gt''Vika''">Vika</a> is lying on her bed.'
  382. end
  383. elseif hour > func('bordel', 'close_hour') and hour < 8:
  384. vika_inroom = 1
  385. vika_sleep = 1
  386. if vikaslut = 0:
  387. $vikatext = '<a href="exec:gt''Vika''">Vika</a> is sleeping in her bed after being out the whole night.'
  388. elseif vikaslut = 1:
  389. $vikatext = '<a href="exec:gt''Vika''">Vika</a> is sleeping in her bed after working hard in the brothel all night.'
  390. end
  391. end
  392. if komp = 1:
  393. !! It is possible to say that the University Wifi filters out porn and webcam sites, in which case will need to
  394. !! allow the player to chose mobile net to watch porn or do webcam shows.
  395. gs 'internet_mobile', 'get_access', 'free'
  396. !!TODO: This is for now until we decide how to handle these two with different scenarios
  397. !! 1. Sveta knows Vika is a slut but still keeps the pristine facade
  398. !! 2. Sveta is working in the brothel too
  399. !! 3. Sveta knows Vika works in the brothel and Vika knows Sveta is just as big a slut as she is.
  400. if vika_inroom = 1:
  401. acces['noporn'] = 1
  402. access['nocamshow'] = 1
  403. $access['noporn'] = 'You shouldn''t watch porn with Vika in the room!'
  404. $access['nocamshow'] ='You can''t do any webcam shows with Vika in the room!'
  405. end
  406. 'Your <a href="exec:gt ''Komp'',''start''">computer</a> sits on your desk.'
  407. end
  408. 'To the left of the entrance is an old <a href="exec:gt ''wardrobe'', ''start''">wardrobe</a>.'
  409. 'There''s a <a href="exec:gt ''mirror'',''start''">mirror</a> hanging on the wall.'
  410. if tabletki > 0 and prezik + prezikcount + preziksabo > 0:
  411. 'Your <a href="exec:gt ''stol'', ''bc''">birth control</a> is hidden in one of your desk drawers, as are your <a href="exec:gt ''stol'', ''bc''">condoms</a>.'
  412. elseif tabletki > 0:
  413. 'Your <a href="exec:gt ''stol'', ''bc''">birth control</a> is hidden in one of your desk drawers.'
  414. elseif prezik + prezikcount + preziksabo > 0:
  415. 'Your <a href="exec:gt ''stol'', ''bc''">condoms</a> are hidden in one of your desk drawers.'
  416. end
  417. *nl
  418. '<table><tr><td valign="top">Your <a href="exec:gt ''budilnik'', ''start''">alarm clock</a> is set to <b>'+iif(timer < 10,'0<<timer>>','<<timer>>')+':'+iif(timerM < 10,'0<<timerM>>','<<timerM>>')+'</b> during the week and <b>'+iif(timerEnd < 10,'0<<timerEnd>>','<<timerEnd>>')+':'+iif(timerEndM < 10,'0<<timerEndM>>','<<timerEndM>>')+'</b> during the weekend. It is currently turned '+iif(budilnikOn = 0, '<a href="exec: budilnikOn = 1 & gt ''uni_dorm'', ''dorm_room''">OFF</a>.', '<a href="exec: budilnikOn = 0 & gt ''uni_dorm'', ''dorm_room''">ON</a>.')
  419. *nl
  420. gs 'exercise', 'start'
  421. '<<$vikatext>>'
  422. killvar '$vikatext'
  423. act 'Walk out to the corridor':
  424. if $clothingworntype ! 'nude':
  425. odkomp = 0
  426. gt 'uni_dorm', 'tenth_floor'
  427. else
  428. msg'<b><font color = red>You need to get dressed first.</font></b>'
  429. gt 'uni_dorm', 'dorm_room'
  430. end
  431. end
  432. act 'Leave the campus':
  433. if $clothingworntype ! 'nude':
  434. minut += 15
  435. odkomp = 0
  436. gt 'city_island'
  437. else
  438. msg'<b><font color = red>You need to get dressed first.</font></b>'
  439. gt 'uni_dorm', 'dorm_room'
  440. end
  441. end
  442. act 'Relax on your bed': gt 'bed', 'start'
  443. dynamic $wearpan
  444. dynamic $removepan
  445. gs 'prostitution_functions', 'prostitute_outfit_at_home'
  446. if func('homes_properties', 'is_current_home'):
  447. act 'Set this dorm room as your main home':gs 'homes_properties', 'set_home' & gt 'uni_dorm', 'dorm_room'
  448. end
  449. end
  450. if $args[0] = 'dorm_kitchen':
  451. $loc_arg = 'dorm_kitchen'
  452. $loc = 'uni_dorm'
  453. $location_type = 'private'
  454. $locclass = 'kitr'
  455. $menu_loc = 'uni_dorm'
  456. $menu_arg = 'dorm_kitchen'
  457. menu_off = 0
  458. food_loc = 0
  459. minut += 1
  460. gs 'kit_din'
  461. gs 'stat'
  462. *clr & cla
  463. '<center><b>Dorm Kitchen</b></center>'
  464. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_kitchen.jpg"></center>'
  465. 'The large shared kitchen for this floor. It is fairly tidy, with a lot of cabinets along two of the walls. Two ovens and two refrigerators, as well as several tables with chairs around them, are scattered around the room.'
  466. act 'Return to the corridor': gt 'uni_dorm', 'tenth_floor'
  467. if eda > 0:
  468. if edahot = 0:
  469. $edagot = '<a href="exec:dynamic $edagotd">Cook a meal</a>'
  470. else
  471. $edagot = ''
  472. end
  473. 'Your shelf in the refrigerator holds enough food for <b><<eda>></b> ' + iif(eda = 1, 'serving', 'servings') + '. <<$edagot>>'
  474. else
  475. '<b><font color="red">Your shelf in the refrigerator is bare. There is nothing left for you to eat.</font></b>'
  476. end
  477. if edahot > 0:'<a href="exec:dynamic $edahotd">There''s a warm meal on the table.</a>'
  478. dynamic $edasnack
  479. dynamic $sandwich
  480. dynamic $driwater
  481. dynamic $dritea
  482. dynamic $fill_bottle
  483. dynamic $edaD
  484. dynamic $pranik
  485. dynamic $fatdel
  486. dynamic $lekarstvo
  487. dynamic $vitamin
  488. end
  489. --- uni_dorm ---------------------------------