uni_dorm.qsrc 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110
  1. # uni_dorm
  2. !!2024/18/03 - Nutluck
  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. $uni_dorm['floor'] = 'start'
  13. *clr & cla
  14. '<center><b><font color="maroon">Dormitory</font></b></center>'
  15. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm.jpg"></center>'
  16. 'You walk up to the dorm building and head inside. It''s 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''s already judging you as her face frowns into a look of disapproval.'
  17. act 'Head outside':
  18. minut += 1
  19. killvar 'university_dorm'
  20. gt 'uni_grounds', 'main'
  21. end
  22. if func('homes_properties', 'can_live_here') or university['student'] = 1:
  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 as 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 a student ID, you won''t be allowed access to 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."'
  38. '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.'
  39. act 'Take the elevator': gt 'uni_dorm', 'elevator'
  40. end
  41. end
  42. if gosh > 0 and hour >= 8 and hour < 22:
  43. act 'I''m here to visit Gosha':
  44. *clr & cla
  45. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm.jpg"></center>'
  46. 'You walk over to the counter and pull out your ID. "I''m here to visit Gosha."'
  47. '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."'
  48. '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.'
  49. reccoldorm = 1
  50. goshiflag = 1
  51. act 'Take the elevator': gt 'uni_dorm', 'elevator'
  52. end
  53. end
  54. if meet_kendra = 1 and hour >= 8 and hour < 22:
  55. act 'I''m here to visit Kendra':
  56. *clr & cla
  57. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm.jpg"></center>'
  58. if kendraQW['sub'] < 0:
  59. 'You walk over to the counter and pull out your ID. "I''m here to visit Kendra."'
  60. '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!"'
  61. 'Surprised, you turn and quickly leave.'
  62. act 'Head outside':
  63. killvar 'university_dorm'
  64. minut += 1
  65. gt 'uni_grounds', 'main'
  66. end
  67. else
  68. 'You walk over to the counter and pull out your ID. "I''m here to visit Kendra."'
  69. '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."'
  70. '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.'
  71. act 'Take the elevator': gt 'uni_dorm', 'elevator'
  72. end
  73. end
  74. end
  75. if katjaQW['knows_dorm_room_number'] > 0 and yearstart > 1 and hour >= 8 and hour < 22:
  76. act 'I''m here to visit Katja':
  77. *clr & cla
  78. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm.jpg"></center>'
  79. 'You walk over to the counter and pull out your ID. "I''m here to visit Katja Meynold."'
  80. 'The woman smiles. "You''re one of Katja''s friends? She''s such a sweet girl. She''s on the second floor, room 204."'
  81. 'She lets you in and you thank her before heading for the elevator.'
  82. act 'Take the elevator': gt 'uni_dorm', 'elevator'
  83. end
  84. end
  85. if artemQW['knows_dorm_room_number'] > 0 and yearstart > 1 and hour >= 8 and hour < 22:
  86. act 'I''m here to visit Artem':
  87. *clr & cla
  88. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm.jpg"></center>'
  89. 'You walk over to the counter and pull out your ID. "I''m here to visit Artem Chebotarev."'
  90. 'The woman smiles. "You''re one of Artem''s friends? He''s such a sweet boy. He''s on the second floor, room 209."'
  91. 'She lets you in and you thank her before heading for the elevator.'
  92. act 'Take the elevator': gt 'uni_dorm', 'elevator'
  93. end
  94. end
  95. !!if AlbinaQW['dorm_invite'] = 1 and yearstart > 1 and hour >= 8 and hour < 22:
  96. !!act 'I''m here to visit Albina':
  97. !!*clr & cla
  98. !!'<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm.jpg"></center>'
  99. !!'You walk over to the counter and pull out your ID. "I''m here to visit Albina Barlovskaya."'
  100. !!'"Oh. <i>Her</i>," the woman says with a disgusted frown. "That little whore needs some discipline. Her mother should be ashamed of herself for raising such a slut!"'
  101. !!'She gives you a judgmental stare. "Your ''friend'' is on the seventh floor, room 707." She points you at the elevator before going back to what she was doing.'
  102. !!'You''ve better things to do than stand around and argue with her, so you head for the elevator.'
  103. !!act 'Take the elevator': gt 'uni_dorm', 'elevator'
  104. !!end
  105. !!end
  106. !!if twins
  107. !!act 'I''m here to visit the twins':
  108. !!*clr & cla
  109. !!'<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm.jpg"></center>'
  110. !!'You walk over to the counter and pull out your ID. "I''m here to visit Mia and Yana Radimova."'
  111. !!'The woman rolls her eyes. "Those two troublemakers really aren''t as funny as they think they are. Anyway, they''re up on the seventh floor, room 702."'
  112. !!'She lets you in and you thank her before heading for the elevator.'
  113. !!act 'Take the elevator': gt 'uni_dorm', 'elevator'
  114. !!end
  115. !!end
  116. end
  117. end
  118. if $ARGS[0] = 'elevator':
  119. $menu_loc = 'uni_dorm'
  120. $menu_arg = 'elevator'
  121. menu_off = 0
  122. gs 'themes', 'indoors'
  123. minut += 5
  124. gs 'stat'
  125. *clr & cla
  126. '<center><b><font color="maroon">Dormitory</font></b></center>'
  127. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/elevator.jpg"></center>'
  128. 'You enter the dorm elevator. It seems to be in decent shape and fairly well maintained. The panel of floor numbers awaits your input.'
  129. if func('homes_properties', 'can_live_here'):
  130. 'Your dorm room is on the tenth floor.'
  131. end
  132. act 'Go to the first floor and leave the dorm':
  133. killvar 'university_dorm'
  134. minut += 1
  135. gt 'uni_grounds', 'main'
  136. end
  137. act 'Go to the second floor': gt 'uni_dorm', 'second_floor'
  138. act 'Go to the sixth floor': gt 'uni_dorm', 'sixth_floor'
  139. !!act 'Go to the seventh floor': gt 'uni_dorm', 'seventh_floor'
  140. act 'Go to the eighth floor': gt 'uni_dorm', 'eighth_floor'
  141. act 'Go to the tenth floor': gt 'uni_dorm', 'tenth_floor'
  142. end
  143. if $ARGS[0] = 'second_floor':
  144. $loc = 'uni_dorm'
  145. $loc_arg = 'second_floor'
  146. $menu_loc = 'uni_dorm'
  147. $menu_arg = 'second_floor'
  148. menu_off = 0
  149. $location_type = 'public_indoors'
  150. killvar '$locclass'
  151. minut += 1
  152. $uni_dorm['floor'] = 'second_floor'
  153. gs 'katja_meynold_schedule'
  154. gs 'artem_chebotarev_schedule'
  155. gs 'stat'
  156. *clr & cla
  157. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  158. '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.'
  159. if totminut > uni_dorm['event_minut']:
  160. if hour > 2 and (week < 6 and hour < 15) or (week > 5 and hour < 11):
  161. if rand(0,9) = 0: gt 'uni_dorm_events', 'dorm_floor'
  162. else
  163. if rand(0,4) = 0: gt 'uni_dorm_events', 'dorm_floor'
  164. end
  165. end
  166. act 'Elevator': gt 'uni_dorm', 'elevator'
  167. if func('homes_properties', 'has_access', 'university_dorm'):
  168. act 'Go to the shared lounge': gt 'uni_dorm', 'dorm_lounge'
  169. act 'Go to the shared kitchen': gt 'uni_dorm', 'dorm_kitchen'
  170. act 'Enter the women''s shower': minut += 1 & gt 'uni_dorm', 'dorm_shower_women'
  171. gs 'willpower', 'exhib', 'self'
  172. if will_cost <= pcs_willpwr:
  173. act 'Enter the men''s shower (<<will_cost>> Willpower)':
  174. gs 'willpower', 'exhib', 'self'
  175. gs 'willpower', 'pay', 'self'
  176. gs 'stat'
  177. gt 'uni_dorm', 'dorm_shower_men'
  178. end
  179. else
  180. act 'Enter the men''s Shower (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  181. end
  182. end
  183. act 'Enter the women''s restroom': minut += 1 & gt 'uni_dorm', 'womens_restroom'
  184. gs 'willpower', 'exhib', 'self'
  185. if will_cost <= pcs_willpwr:
  186. act 'Enter the men''s restroom (<<will_cost>> Willpower)':
  187. gs 'willpower', 'exhib', 'self'
  188. gs 'willpower', 'pay', 'self'
  189. gs 'stat'
  190. gt 'uni_dorm', 'mens_restroom'
  191. end
  192. else
  193. 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>'
  194. end
  195. if katjaQW['knows_dorm_room_number'] > 0 and yearstart > 1:
  196. act 'Katja''s room':
  197. *clr & cla
  198. if locat['katja'] = 24 or locat['katja'] = 31 or locat['katja'] = 35 or locat['katja'] = 51 or locat['katja'] = 52:
  199. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big14.jpg"></center>'
  200. 'Katja opens the door. "Hey <<$pcs_nickname>>, come on in!" She stands aside to let you enter before closing the door behind you.'
  201. act 'Enter': gt 'katja_dorm', 'start'
  202. else
  203. if locat['katja'] = 29 and sofiaQW['know'] = 1 and rand(0,1) = 0 and week < 5:
  204. if rand(0,2) = 0 and sofiaQW['spying_day'] ! daystart:
  205. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  206. 'You knock on the door and can clearly hear somebody in the room, but they don''t answer.'
  207. if pcs_prcptn > rand(30,70):
  208. gs 'exp_gain', 'prcptn', rand(1,2)
  209. 'Listening a little more carefully, you''re sure that you can hear them having sex...'
  210. act 'Take a peek': gt 'sofia', 'spying'
  211. else
  212. act 'Open the door': gt 'sofia', 'not_spying'
  213. end
  214. else
  215. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big260.jpg"></center>'
  216. 'Sofia opens the door. "Hey, <<$pcs_nickname>>! Katja is at the library right now and I have Maxim over, so I don''t really have time to talk. See you later!" she says before closing the door.'
  217. end
  218. elseif (locat['katja'] = 32 or locat['katja'] = 33) and katjaQW['kitchen_day'] ! daystart:
  219. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  220. 'You knock on the door, but no one answers. Noticing what time it is, you realise that Katja is likely in the shared kitchen.'
  221. act 'Check if Katja is in the kitchen': gt 'katja_pantyquest', 'kitchen', 'from_room'
  222. else
  223. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  224. 'You knock on the door, but no one answers. She must be asleep or not home.'
  225. end
  226. minut += 5
  227. gs 'stat'
  228. act 'Leave': gt 'uni_dorm', 'second_floor'
  229. end
  230. end
  231. end
  232. if artemQW['knows_dorm_room_number'] > 0 and yearstart > 1:
  233. act 'Artem''s room':
  234. *clr & cla
  235. if $locat['A2'] = 'dormroom_ studying_or _relaxing':
  236. ! '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
  237. if artemQW['artlie'] = 2 or artemQW['artembrokenheart'] = 1 or artemQW['artemblok'] = 1:
  238. 'You stand outside the dorm room, knocking on the door. The door is answered by Artem, who frowns as soon as he sees you. "I told you I never wanted to see you again! Please go away." He closes the door in your face without another word.'
  239. act 'Leave': gt 'uni_dorm', 'second_floor'
  240. else
  241. 'You stand outside the dorm room, knocking on the door, hoping that Artem will come to the door.'
  242. 'Artem opens the door smiling. "Hi <<$pcs_nickname>>. Come in, I was just studying but I can take a break." Once you walk inside, he closes the door and heads to the couch and takes a seat.'
  243. act 'Enter': gt 'artem_dorm', 'start'
  244. end
  245. else
  246. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  247. 'You knock on the door, but no one answers. He must be asleep or not home.'
  248. act 'Leave': gt 'uni_dorm', 'second_floor'
  249. end
  250. end
  251. end
  252. end
  253. if $ARGS[0] = 'sixth_floor':
  254. $loc = 'uni_dorm'
  255. $loc_arg = 'sixth_floor'
  256. $menu_loc = 'uni_dorm'
  257. $menu_arg = 'sixth_floor'
  258. menu_off = 0
  259. $location_type = 'public_indoors'
  260. killvar '$locclass'
  261. minut += 1
  262. $uni_dorm['floor'] = 'sixth_floor'
  263. gs 'stat'
  264. *clr & cla
  265. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  266. '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.'
  267. if totminut > uni_dorm['event_minut']:
  268. if hour > 2 and (week < 6 and hour < 15) or (week > 5 and hour < 11):
  269. if rand(0,9) = 0: gt 'uni_dorm_events', 'dorm_floor'
  270. else
  271. if rand(0,4) = 0: gt 'uni_dorm_events', 'dorm_floor'
  272. end
  273. end
  274. act 'Elevator': gt 'uni_dorm', 'elevator'
  275. if func('homes_properties', 'has_access', 'university_dorm'):
  276. act 'Go to the shared lounge': gt 'uni_dorm', 'dorm_lounge'
  277. act 'Go to the shared kitchen': gt 'uni_dorm', 'dorm_kitchen'
  278. act 'Enter the women''s shower': minut += 1 & gt 'uni_dorm', 'dorm_shower_women'
  279. gs 'willpower', 'exhib', 'self'
  280. if will_cost <= pcs_willpwr:
  281. act 'Enter the men''s shower (<<will_cost>> Willpower)':
  282. gs 'willpower', 'exhib', 'self'
  283. gs 'willpower', 'pay', 'self'
  284. gs 'stat'
  285. gt 'uni_dorm', 'dorm_shower_men'
  286. end
  287. else
  288. act 'Enter the men''s Shower (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  289. end
  290. end
  291. act 'Enter the women''s restroom': minut += 1 & gt 'uni_dorm', 'womens_restroom'
  292. gs 'willpower', 'exhib', 'self'
  293. if will_cost <= pcs_willpwr:
  294. act 'Enter the men''s restroom (<<will_cost>> Willpower)':
  295. gs 'willpower', 'exhib', 'self'
  296. gs 'willpower', 'pay', 'self'
  297. gs 'stat'
  298. gt 'uni_dorm', 'mens_restroom'
  299. end
  300. else
  301. 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>'
  302. end
  303. if gosh > 0:
  304. act 'Gosha''s room':
  305. *clr & cla
  306. 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):
  307. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big83.jpg"></center>'
  308. 'Gosha opens the door. "Hey <<$pcs_nickname>>, why don''t you come in?" He stands aside to let you enter before closing the door behind you.'
  309. act 'Enter': gt 'gosha', 'gosha_room'
  310. else
  311. minut += 5
  312. gs 'stat'
  313. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  314. 'You knock on the door, but no one answers. He must be asleep or not home.'
  315. act 'Leave': gt 'uni_dorm', 'elevator'
  316. end
  317. end
  318. end
  319. end
  320. if $ARGS[0] = 'seventh_floor':
  321. $loc = 'uni_dorm'
  322. $loc_arg = 'seventh_floor'
  323. $menu_loc = 'uni_dorm'
  324. $menu_arg = 'seventh_floor'
  325. menu_off = 0
  326. $location_type = 'public_indoors'
  327. killvar '$locclass'
  328. minut += 1
  329. $uni_dorm['floor'] = 'seventh_floor'
  330. gs 'albina_uni_schedule'
  331. gs 'stat'
  332. *clr & cla
  333. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  334. 'Before you is the usual dorm hallway with the dilapidated walls of the seventh floor. You can hear music and loud talking from drunk students escaping from some rooms.'
  335. if totminut > uni_dorm['event_minut']:
  336. if hour > 2 and (week < 6 and hour < 15) or (week > 5 and hour < 11):
  337. if rand(0,9) = 0: gt 'uni_dorm_events', 'dorm_floor'
  338. else
  339. if rand(0,4) = 0: gt 'uni_dorm_events', 'dorm_floor'
  340. end
  341. end
  342. act 'Elevator': gt 'uni_dorm', 'elevator'
  343. if func('homes_properties', 'has_access', 'university_dorm'):
  344. act 'Go to the shared lounge': gt 'uni_dorm', 'dorm_lounge'
  345. act 'Go to the shared kitchen': gt 'uni_dorm', 'dorm_kitchen'
  346. act 'Enter the women''s shower': minut += 1 & gt 'uni_dorm', 'dorm_shower_women'
  347. gs 'willpower', 'exhib', 'self'
  348. if will_cost <= pcs_willpwr:
  349. act 'Enter the men''s shower (<<will_cost>> Willpower)':
  350. gs 'willpower', 'exhib', 'self'
  351. gs 'willpower', 'pay', 'self'
  352. gs 'stat'
  353. gt 'uni_dorm', 'dorm_shower_men'
  354. end
  355. else
  356. act 'Enter the men''s Shower (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  357. end
  358. end
  359. act 'Enter the women''s restroom': minut += 1 & gt 'uni_dorm', 'womens_restroom'
  360. gs 'willpower', 'exhib', 'self'
  361. if will_cost <= pcs_willpwr:
  362. act 'Enter the men''s restroom (<<will_cost>> Willpower)':
  363. gs 'willpower', 'exhib', 'self'
  364. gs 'willpower', 'pay', 'self'
  365. gs 'stat'
  366. gt 'uni_dorm', 'mens_restroom'
  367. end
  368. else
  369. 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>'
  370. end
  371. if AlbinaQW['dorm_invite'] = 1 and yearstart > 1:
  372. act 'Albina''s room':
  373. *clr & cla
  374. if locat['albina'] = 7 or locat['albina'] = 8 or locat['albina'] = 10:
  375. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big23.jpg"></center>'
  376. 'You knock on the door, and after a few seconds, Albina opens it. "<<$pcs_nickname>>! Come in, come in." She stands aside to let you enter before closing the door behind you.'
  377. act 'Enter': gt 'albina_dorm', 'start'
  378. elseif locat['albina'] = 15:
  379. if AlbinaQW['stripper'] = 1:
  380. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big23.jpg"></center>'
  381. 'Just as you''re about to knock on the door, it flies open and Albina walks out with a large bag slung over her shoulder. She''s in such a hurry that she almost collides with you. "Oh. Sorry, <<$pcs_nickname>>. I didn''t see you there."'
  382. '"Clearly," you reply as you look at her bag. "Off to work?" you whisper and she nods.'
  383. '"Yes, and I''m going to be late if I don''t get a move on. Talk to you later, <<$pcs_nickname>>!" She hurries off without another word, leaving you alone in the hallway.'
  384. act 'Leave': gt 'uni_dorm', 'seventh_floor' & minut += 2
  385. else
  386. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big23.jpg"></center>'
  387. 'Just as you''re about to knock on the door, it flies open and Albina walks out with a large bag slung over her shoulder. She''s in such a hurry that she almost collides with you. "Oh. Sorry, <<$pcs_nickname>>. I didn''t see you there."'
  388. '"Clearly," you reply as you look at her bag. "Why are you in such a rush?" you ask, but she brushes you aside.'
  389. '"I just have somewhere I need to be and need to go now before I''m late. I''ll talk to you some other time, <<$pcs_nickname>>." She hurries off without another word, leaving you alone and confused in the hallway.'
  390. act 'Leave': gt 'uni_dorm', 'seventh_floor' & minut += 2
  391. end
  392. elseif locat['albina'] = 16:
  393. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  394. 'You knock on the door, but there''s no answer.'
  395. if AlbinaQW['stripper'] = 1:
  396. 'You then remember what day it is and realise that she''s at work and won''t be back until the early hours of the morning, so you head back to the elevator.'
  397. act 'Leave': gt 'uni_dorm', 'elevator'
  398. else
  399. 'You have no idea where she would be at this time of night, so you head back to the elevator.'
  400. act 'Leave': gt 'uni_dorm', 'elevator'
  401. end
  402. elseif locat['albina'] = 26:
  403. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  404. if AlbinaQW['know_uni_sex'] = 0:
  405. 'You knock on the door, but don''t recieve an answer.'
  406. 'Listening carefully, you can faintly hear her on the other side of the door...'
  407. if rand(0,1) = 0:
  408. AlbinaQW['know_uni_sex'] = 1
  409. gs 'stat'
  410. 'Placing your ear to the door, you can hear a bed squeaking, accompanied by Albina''s loud moans and a boy grunting.'
  411. '<b>"FUCK YES, JUST LIKE THAT! DON''T STOP, I''M GONNA FUCKING CUM!!"</b>'
  412. 'Seeing that you''re not going to get an answer anytime soon, you step away from the door.'
  413. act 'Leave': gt 'uni_dorm', 'seventh_floor' & minut += 2
  414. else
  415. 'Placing your ear to the door, you can hear a faint gagging sound and the voice of a boy that you can''t quite place.'
  416. '"Fuck, keep sucking my dick like that, I''m gonna cum!"'
  417. 'Realising that they''re almost finished, you back away from the door before you''re caught.'
  418. act 'Leave': gt 'uni_dorm', 'seventh_floor' & minut += 2
  419. end
  420. else
  421. 'You knock on the door, but don''t receive an answer. Hearing the faint sound of her bed squeaking and flesh slapping against flesh, you remember that she''s normally having sex right about now.'
  422. 'You back away from the door, knowing you won''t get an answer.'
  423. act 'Leave': gt 'uni_dorm', 'seventh_floor' & minut += 2
  424. end
  425. else
  426. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  427. 'You knock on the door, but there''s no answer. She''s either asleep or isn''t home.'
  428. act 'Leave': gt 'uni_dorm', 'seventh_floor'
  429. end
  430. end
  431. end
  432. !!if twins
  433. !!act 'Twin''s room':
  434. !!end
  435. !!end
  436. end
  437. if $ARGS[0] = 'eighth_floor':
  438. $loc = 'uni_dorm'
  439. $loc_arg = 'eighth_floor'
  440. $menu_loc = 'uni_dorm'
  441. $menu_arg = 'eighth_floor'
  442. menu_off = 0
  443. $location_type = 'public_indoors'
  444. killvar '$locclass'
  445. minut += 1
  446. $uni_dorm['floor'] = 'eighth_floor'
  447. gs 'stat'
  448. *clr & cla
  449. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  450. if func('homes_properties', 'has_access', 'university_dorm'):
  451. '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, after living in the dorms for a bit. You now know this floor is often referred to as the African floor or the Blacks floor, all of the African students assigned to your dorm building where all assigned dorm rooms on this floor and no one else is assigned a room on this floor.'
  452. else
  453. 'Before you is the usual dorm hallway with the dilapidated walls of the eighth floor. You can hear music you do notice the music sounds different, as in it is not the kind of music you are not as familiar with, their is also loud talking from some of the room. Most of it you can''t make out but sometimes when you can it is not in Russian.'
  454. end
  455. if totminut > uni_dorm['event_minut']:
  456. if hour > 2 and (week < 6 and hour < 15) or (week > 5 and hour < 11):
  457. if rand(0,9) = 0: gt 'uni_dorm_events', 'dorm_floor8'
  458. else
  459. if rand(0,4) = 0: gt 'uni_dorm_events', 'dorm_floor8'
  460. end
  461. end
  462. act 'Elevator': gt 'uni_dorm', 'elevator'
  463. if func('homes_properties', 'has_access', 'university_dorm'):
  464. act 'Go to the shared lounge': gt 'uni_dorm', 'dorm_lounge'
  465. act 'Go to the shared kitchen': gt 'uni_dorm', 'dorm_kitchen'
  466. act 'Enter the women''s shower': minut += 1 & gt 'uni_dorm', 'dorm_shower_women'
  467. gs 'willpower', 'exhib', 'self'
  468. if will_cost <= pcs_willpwr:
  469. act 'Enter the men''s shower (<<will_cost>> Willpower)':
  470. gs 'willpower', 'exhib', 'self'
  471. gs 'willpower', 'pay', 'self'
  472. gs 'stat'
  473. gt 'uni_dorm', 'dorm_shower_men'
  474. end
  475. else
  476. act 'Enter the men''s Shower (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  477. end
  478. end
  479. act 'Enter the women''s restroom': minut += 1 & gt 'uni_dorm', 'womens_restroom'
  480. gs 'willpower', 'exhib', 'self'
  481. if will_cost <= pcs_willpwr:
  482. act 'Enter the men''s restroom (<<will_cost>> Willpower)':
  483. gs 'willpower', 'exhib', 'self'
  484. gs 'willpower', 'pay', 'self'
  485. gs 'stat'
  486. gt 'uni_dorm', 'mens_restroom'
  487. end
  488. else
  489. 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>'
  490. end
  491. if DjibrilQW['invite'] = 1:
  492. act 'Djibril'' room':
  493. *clr & cla
  494. 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):
  495. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  496. 'You knock on the door, and after a few seconds, Djibril opens it. He smiles as he notices it''s you. "I was hoping you would stop by <<$pcs_nickname>>. Come on in."'
  497. act 'Enter': gt 'djibril', 'djibril_room'
  498. else
  499. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  500. minut += 5
  501. gs 'stat'
  502. 'You knock on the door, but no one answers. He must be asleep or not home.'
  503. act 'Leave':gt 'uni_dorm', 'eighth_floor'
  504. end
  505. end
  506. end
  507. if meet_kendra = 1:
  508. act 'Kendra''s room':
  509. *clr & cla
  510. if (week <= 4 and hour >= 17 and hour < 23 and rand(1, 2) = 2) or (week <= 6 and hour >= 9 and hour < 20 and rand(1, 2) = 2) or (week = 7 and hour >= 9 and hour < 23 and rand(1, 3) >= 2):
  511. if kendra_busy ! daystart:
  512. if rand(1,5) = 1:
  513. '<center><img <<$set_imgh>> src="images/characters/city/university/girl/kendra/door.jpg"></center>'
  514. 'You can hear Kendra''s voice as you get close to the door. It''s fairly loud and sounds harsh in tone, but you can''t quite make out what she''s 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.'
  515. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  516. act 'Knock':
  517. kendra_busy = daystart
  518. *clr & cla
  519. '<center><img <<$set_imgh>> src="images/characters/city/university/girl/kendra/strapon_door.jpg"></center>'
  520. if kendraQW['sub'] < 0:
  521. 'You knock on the door, and after a few seconds, Kendra opens it. She is completely naked and wearing a strapon harness around her hips. She plays with the large black dildo attached to 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.'
  522. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  523. else
  524. if kendra_male_slave = 0:
  525. 'You knock on the door, and after a few seconds, Kendra opens it. She is completely naked and wearing a strapon harness around her hips. She plays with the large black dildo attached to 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."'
  526. '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 into 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?'
  527. else
  528. '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. She plays with the large black dildo attached to 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?"'
  529. 'She holds the door open and stands aside to let you enter. You glance into 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, this time not trying to cover himself up, 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.'
  530. end
  531. gs 'arousal', 'erotic_nudity', 3
  532. gs 'stat'
  533. act 'Enter': gt 'kendra', 'kendra_male_slave'
  534. act 'Decline':
  535. *clr & cla
  536. '<center><img <<$set_imgh>> src="images/characters/city/university/girl/kendra/strapon_door.jpg"></center>'
  537. if kendra_male_slave = 0:
  538. if kendraQW['sub'] >= 10:
  539. 'You shake your head. "No thanks. You look busy and I don''t want to disturb you..."'
  540. 'She laughs loudly and roughly grabs your chin in her hand. "You may leave, after you get down on the floor and kiss my boot like the good little white slave that you are."'
  541. gs 'willpower', 'humiliation', 'resist', 'hard'
  542. if will_cost <= pcs_willpwr:
  543. act 'Refuse (<<will_cost>> Willpower)':
  544. *clr & cla
  545. kendraQW['sub'] -= 5
  546. gs 'willpower', 'pay', 'resist'
  547. gs 'stat'
  548. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  549. 'You glance around and see a few other students in the hall and feel yourself already blushing at the idea of kissing her boots. You shake you head. "No I can''t..."'
  550. 'She gets a angry look in her face. "Fine then don''t come back." Followed by her slamming the door in your face. You don''t think she really means to never come back.'
  551. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  552. end
  553. else
  554. act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  555. end
  556. act 'Get down':
  557. *clr & cla
  558. kendraQW['sub'] += 1
  559. '<center><img <<$set_imgh>> src="images/characters/city/university/girl/kendra/kiss_boot.jpg"></center>'
  560. 'You glance around seeing a few other students in the hallway, then you get down on your hands and knees in front of her. You bend over forward until your face is in front of her boot. You then kiss her boot, you can hear some murmers from others and a few laughs. She steps away from you and closes the door. "That''s a good little bitch, now you may leave." Once the door is closed you stand back up and walk off.'
  561. gs 'arousal', 'BDSM', 1, 'humiliation', 'sub'
  562. gs 'arousal', 'end'
  563. gs 'stat'
  564. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  565. end
  566. else
  567. 'You shake your head. "No thanks. You look busy and I don''t want to disturb you..."'
  568. '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 turn to leave.'
  569. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  570. end
  571. else
  572. if kendraQW['sub'] >= 10:
  573. 'You shake your head. "No thanks. Last time was entertaining, but I didn''t come to see that again."'
  574. 'She laughs loudly and roughly grabs your chin in her hand. "You may leave, after you get down on the floor and kiss my boot like the good little white slave that you are."'
  575. gs 'willpower', 'humiliation', 'resist', 'hard'
  576. if will_cost <= pcs_willpwr:
  577. act 'Refuse (<<will_cost>> Willpower)':
  578. *clr & cla
  579. kendraQW['sub'] -= 5
  580. gs 'willpower', 'pay', 'resist'
  581. gs 'stat'
  582. 'You glance around and see a few other students in the hall and feel yourself already blushing at the idea of kissing her boots. You shake you head. "No I can''t..."'
  583. 'She gets a angry look in her face. "Fine then don''t come back." Followed by her slamming the door in your face. You don''t think she really means to never come back.'
  584. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  585. end
  586. else
  587. act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  588. end
  589. act 'Get down':
  590. *clr & cla
  591. kendraQW['sub'] += 1
  592. '<center><img <<$set_imgh>> src="images/characters/city/university/girl/kendra/kiss_boot.jpg"></center>'
  593. 'You glance around seeing a few other students in the hallway, then you get down on your hands and knees in front of her. You bend over forward until your face is in front of her boot. You then kiss her boot, you can hear some murmers from others and a few laughs. She steps away from you and closes the door. "That''s a good little bitch, now you may leave." Once the door is closed you stand back up and walk off.'
  594. gs 'arousal', 'BDSM', 1, 'humiliation', 'sub'
  595. gs 'arousal', 'end'
  596. gs 'stat'
  597. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  598. end
  599. else
  600. 'You shake your head. "No thanks. Last time was entertaining, but I didn''t come to see that again."'
  601. '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 turn to leave.'
  602. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  603. end
  604. end
  605. gs 'arousal', 'end'
  606. gs 'stat'
  607. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  608. end
  609. end
  610. end
  611. else
  612. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big84.jpg"></center>'
  613. if kendraQW['sub'] < 0:
  614. 'You knock on the door, and after a few seconds, Kendra opens it. "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.'
  615. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  616. else
  617. if kendraQW['sub'] >= 10:
  618. 'You knock on the door, and after a few seconds, Kendra opens it. "Well if it isn''t my new favorite white slave bitch. Come in." She stands aside to let you enter before closing the door behind you.'
  619. else
  620. 'You knock on the door, and after a few seconds, Kendra opens it. "So you came to worship your ebony mistress and learn how to become a proper white slave. Come in and let your lessons begin." She stands aside to let you enter before closing the door behind you.'
  621. end
  622. act 'Enter': gt 'kendra', 'kendra_room_start'
  623. end
  624. end
  625. else
  626. '<center><img <<$set_imgh>> src="images/characters/city/university/girl/kendra/door.jpg"></center>'
  627. 'You can hear Kendra''s voice as you get close to the door. It''s fairly loud and sounds harsh in tone, but you can''t quite make out what she''s saying. You do hear a muffled reply that sounds male. It sounds like she''s busy right now, so you shouldn''t bother her.'
  628. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  629. end
  630. else
  631. minut += 5
  632. gs 'stat'
  633. '<center><img <<$set_imgh>> src="images/characters/city/university/girl/kendra/door.jpg"></center>'
  634. 'You knock on the door, but no one answers. She must be asleep or not home.'
  635. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  636. end
  637. end
  638. end
  639. end
  640. if $ARGS[0] = 'tenth_floor':
  641. killvar 'will_cost'
  642. $loc = 'uni_dorm'
  643. $loc_arg = 'tenth_floor'
  644. $menu_loc = 'uni_dorm'
  645. $menu_arg = 'tenth_floor'
  646. $locM = 'uni_dorm'
  647. $locM_arg = 'tenth_floor'
  648. menu_off = 0
  649. $location_type = 'public_indoors'
  650. killvar '$locclass'
  651. minut += 1
  652. $uni_dorm['floor'] = 'tenth_floor'
  653. gs 'stat'
  654. *clr & cla
  655. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
  656. if func('uniutil', 'student', 'enrolled'):
  657. '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.'
  658. else
  659. 'Before you is the usual dorm hallway with dilapidated walls. You can hear music and loud talking from drunk students escaping from some rooms.'
  660. end
  661. if totminut > uni_dorm['event_minut']:
  662. if hour > 2 and (week < 6 and hour < 15) or (week > 5 and hour < 11):
  663. if rand(0,9) = 0: gt 'uni_dorm_events', 'dorm_floor'
  664. else
  665. if rand(0,4) = 0: gt 'uni_dorm_events', 'dorm_floor'
  666. end
  667. end
  668. act 'Go outside':
  669. killvar 'university_dorm'
  670. minut += 6
  671. gt 'uni_grounds', 'main'
  672. end
  673. act 'Elevator': gt 'uni_dorm', 'elevator'
  674. if func('homes_properties', 'has_access', 'university_dorm'):
  675. gs 'courtletter'
  676. act 'Your room': gt 'uni_dorm', 'dorm_room'
  677. act 'Go to the shared lounge': gt 'uni_dorm', 'dorm_lounge'
  678. act 'Go to the shared kitchen': gt 'uni_dorm', 'dorm_kitchen'
  679. act 'Enter the women''s shower': minut += 1 & gt 'uni_dorm', 'dorm_shower_women'
  680. gs 'willpower', 'exhib', 'self'
  681. if will_cost <= pcs_willpwr:
  682. act 'Enter the men''s shower (<<will_cost>> Willpower)':
  683. gs 'willpower', 'exhib', 'self'
  684. gs 'willpower', 'pay', 'self'
  685. gs 'stat'
  686. gt 'uni_dorm', 'dorm_shower_men'
  687. end
  688. else
  689. act 'Enter the men''s Shower (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  690. end
  691. end
  692. act 'Enter the women''s restroom': minut += 1 & gt 'uni_dorm', 'womens_restroom'
  693. gs 'willpower', 'exhib', 'self'
  694. if will_cost <= pcs_willpwr:
  695. act 'Enter the men''s restroom (<<will_cost>> Willpower)':
  696. gs 'willpower', 'exhib', 'self'
  697. gs 'willpower', 'pay', 'self'
  698. gs 'stat'
  699. gt 'uni_dorm', 'mens_restroom'
  700. end
  701. else
  702. 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>'
  703. end
  704. !! commented out until parties are added back in
  705. !! if (home_owned[11] = 1 or university['student'] = 1) and week = 5 and hour > 18 and hour < 23:
  706. !! 'You can hear music blasting in the corridor. It sounds like the Friday night party is in full swing.'
  707. !! act 'The party': minut += 1 & gt 'vecher', 'start'
  708. !! end
  709. end
  710. if $args[0] = 'dorm_lounge':
  711. $loc_arg = 'dorm_lounge'
  712. $loc = 'uni_dorm'
  713. $location_type = 'private'
  714. $menu_loc = 'uni_dorm'
  715. $menu_arg = 'dorm_lounge'
  716. menu_off = 0
  717. minut += 1
  718. gs 'stat'
  719. *clr & cla
  720. '<center><b>Dorm Lounge</b></center>'
  721. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_lounge.jpg"></center>'
  722. 'This is the large shared lounge for this floor. It is fairly tidy, with a few little squares. A tv on along a wall creates one side of the square while couches or chairs make up the other three sides, with just enough space between them to allow people to enter or leave the little squares. Several such entertainment squares line the room with a few vending machines.'
  723. act 'Return to the corridor': gt 'uni_dorm', $uni_dorm['floor']
  724. act 'Watch tv': gt 'uni_dorm', 'dorm_lounge_watch_tv'
  725. act 'Relax': gt 'uni_dorm', 'dorm_lounge_relax'
  726. !!act 'Buy snacks':
  727. !!I commented this out because I have no clue how to do this, if you know how to do it. Just have it charge what the kiosk does for snacks/drink and then return to this room.
  728. end
  729. if $args[0] = 'dorm_lounge_watch_tv':
  730. $loc_arg = 'dorm_lounge_watch_tv'
  731. $loc = 'uni_dorm'
  732. $location_type = 'private'
  733. $menu_loc = 'uni_dorm'
  734. $menu_arg = 'dorm_lounge_watch_tv'
  735. menu_off = 0
  736. minut += 30
  737. pcs_mood += 15
  738. gs 'stat'
  739. *clr & cla
  740. '<center><b>Dorm Lounge TV</b></center>'
  741. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_lounge.jpg"></center>'
  742. 'You take a seat on one of the couches and watch a little tv, there is not a lot on but it kills a little time.'
  743. act 'Return to the corridor': gt 'uni_dorm', $uni_dorm['floor']
  744. act 'Keep watching tv': gt 'uni_dorm', 'dorm_lounge_watch_tv'
  745. end
  746. if $args[0] = 'dorm_lounge_relax':
  747. $loc_arg = 'dorm_lounge_relax'
  748. $loc = 'uni_dorm'
  749. $location_type = 'private'
  750. $menu_loc = 'uni_dorm'
  751. $menu_arg = 'dorm_lounge_relax'
  752. menu_off = 0
  753. minut += 15
  754. pcs_mood += 5
  755. gs 'stat'
  756. *clr & cla
  757. '<center><b>Dorm Lounge Relax</b></center>'
  758. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_lounge.jpg"></center>'
  759. 'You take a seat on one of the couches and just chill out for a bit relaxing.'
  760. act 'Return to the corridor': gt 'uni_dorm', $uni_dorm['floor']
  761. act 'Keep relaxing': gt 'uni_dorm', 'dorm_lounge_relax'
  762. end
  763. if $args[0] = 'dorm_kitchen':
  764. $loc_arg = 'dorm_kitchen'
  765. $loc = 'uni_dorm'
  766. $location_type = 'private'
  767. $locclass = 'kitr'
  768. $menu_loc = 'uni_dorm'
  769. $menu_arg = 'dorm_kitchen'
  770. menu_off = 0
  771. food_loc = 0
  772. minut += 1
  773. gs 'kit_din'
  774. gs 'katja_meynold_schedule'
  775. gs 'stat'
  776. *clr & cla
  777. '<center><b>Dorm Kitchen</b></center>'
  778. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_kitchen.jpg"></center>'
  779. '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.'
  780. if (locat['katja'] = 32 or locat['katja'] = 33) and $uni_dorm['floor'] = 'second_floor':
  781. if katjaQW['kitchen_day'] ! daystart:
  782. 'You see '+iif(katjaQW['know_katja_uni'] = 0 and ($start_type['loc'] ! 'sg' and $start_type['magic'] = 'tg'), 'a cute redheaded girl', '<a href="exec:gt ''katja_pantyquest'', ''kitchen''">Katja</a>')+iif((katjaQW['pantiesQWstage'] < 3 or (katjaQW['pantiesQWstage'] = 3 and katjaQW['slut'] < 65) or katjaQW['pantiesQWstage'] = 4) and katjaQW['take_of_panties_day'] ! daystart, 'sitting in a chair.', 'standing at the kitchen table.')
  783. else
  784. if locat['katja'] = 32:
  785. 'You see '+iif(katjaQW['know_katja_uni'] = 0 and ($start_type['loc'] ! 'sg' and $start_type['magic'] = 'tg'), 'a cute redheaded girl', 'Katja')+' at the kitchen tables coking.'
  786. else
  787. 'You see '+iif(katjaQW['know_katja_uni'] = 0 and ($start_type['loc'] ! 'sg' and $start_type['magic'] = 'tg'), 'a cute redheaded girl', 'Katja')+' at the table eating her dinner.'
  788. end
  789. end
  790. end
  791. act 'Return to the corridor': gt 'uni_dorm', $uni_dorm['floor']
  792. if $uni_dorm['floor'] = 'tenth_floor':
  793. if mc_inventory['food_basic'] > 0:
  794. if edahot = 0:
  795. $edagot = '<a href="exec:dynamic $edagotd">Cook a meal</a>'
  796. else
  797. $edagot = ''
  798. end
  799. 'Your shelf in the refrigerator holds enough food for <b><<mc_inventory[''food_basic'']>></b> ' + iif(mc_inventory['food_basic'] = 1, 'serving', 'servings') + '. <<$edagot>>'
  800. else
  801. '<b><font color="red">Your shelf in the refrigerator is bare. There is nothing left for you to eat.</font></b>'
  802. end
  803. if edahot > 0:'<a href="exec:dynamic $edahotd">There''s a warm meal on the table.</a>'
  804. dynamic $edasnack
  805. dynamic $sandwich
  806. dynamic $dritea
  807. dynamic $edaD
  808. dynamic $pranik
  809. dynamic $fatdel
  810. dynamic $lekarstvo
  811. dynamic $vitamin
  812. end
  813. dynamic $driwater
  814. dynamic $fill_bottle
  815. end
  816. if $ARGS[0] = 'mens_restroom':
  817. $location_type = 'public_indoors'
  818. $loc = 'uni_dorm'
  819. $loc_arg = 'mens_restroom'
  820. $menu_loc = 'uni_dorm'
  821. $menu_arg = 'mens_restroom'
  822. $locM = 'uni_dorm'
  823. $locM_arg = 'mens_restroom'
  824. menu_off = 0
  825. minut += 1
  826. gs 'stat'
  827. *clr & cla
  828. '<center><b><font color="maroon">Dormitory - Men''s Restroom</font></b></center>'
  829. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/restrooms/bathroom_mens.jpg"></center>'
  830. 'You peek around the corner. Stalls line the right side of the room, with urinals on the far wall and rows of sinks and <a href="exec:gt ''mirror'', ''start''">mirrors</a> to the left. The room smells strongly of disinfectant and stale piss.'
  831. act 'Leave': gt 'uni_dorm', $uni_dorm['floor']
  832. dynamic $tampon
  833. dynamic $quickwash
  834. dynamic $basin
  835. !!if this has a shower function tied to it, can that be removed now that we have actual showers
  836. end
  837. if $ARGS[0] = 'womens_restroom':
  838. $location_type = 'public_indoors'
  839. $loc = 'uni_dorm'
  840. $loc_arg = 'womens_restroom'
  841. $menu_loc = 'uni_dorm'
  842. $menu_arg = 'womens_restroom'
  843. $locM = 'uni_dorm'
  844. $locM_arg = 'womens_restroom'
  845. menu_off = 0
  846. minut += 1
  847. gs 'stat'
  848. *clr & cla
  849. '<center><b><font color="maroon">Dormitory - Women''s Restroom</font></b></center>'
  850. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/restrooms/bathroom_womens.jpg"></center>'
  851. 'You peek around the corner. Stalls line the right side of the room, with rows of sinks with <a href="exec:gt ''mirror'', ''start''">mirrors</a> to the left. The room smells strongly of disinfectant.'
  852. act 'Leave': gt 'uni_dorm', $uni_dorm['floor']
  853. dynamic $tampon
  854. dynamic $quickwash
  855. dynamic $basin
  856. !!if this has a shower function tied to it, can that be removed now that we have actual showers
  857. end
  858. if $ARGS[0] = 'dorm_shower_men':
  859. $location_type = 'public_indoors'
  860. $loc = 'uni_dorm'
  861. $loc_arg = 'dorm_shower_men'
  862. $menu_loc = 'uni_dorm'
  863. $menu_arg = 'dorm_shower_men'
  864. $locM = 'uni_dorm'
  865. $locM_arg = 'dorm_shower_men'
  866. menu_off = 0
  867. minut += 1
  868. gs 'stat'
  869. *clr & cla
  870. '<center><b><font color="maroon">Dormitory - Men''s Communal Showers</font></b></center>'
  871. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/showers/empty.jpg"></center>'
  872. 'You open the door and walk down to the end of the L shaped hall to peek around the corner. In the nearest corner is a small alcove of lockers and a couple of benches, closest to the entry point is two rows of sinks and <a href="exec:gt ''mirror'', ''start''">mirrors</a>. On the other side of the room a walk way leads off to the communal <a href="exec:gt ''uni_dorm'', ''mens_shower''">showers</a>.'
  873. act 'Leave': gt 'uni_dorm', $uni_dorm['floor']
  874. dynamic $tampon
  875. dynamic $quickwash
  876. dynamic $basin
  877. !!if this has a shower function tied to it, can that be removed now that we have actual showers
  878. end
  879. if $ARGS[0] = 'dorm_shower_women':
  880. $location_type = 'public_indoors'
  881. $loc = 'uni_dorm'
  882. $loc_arg = 'dorm_shower_women'
  883. $menu_loc = 'uni_dorm'
  884. $menu_arg = 'dorm_shower_women'
  885. $locM = 'uni_dorm'
  886. $locM_arg = 'dorm_shower_women'
  887. menu_off = 0
  888. minut += 1
  889. gs 'stat'
  890. *clr & cla
  891. '<center><b><font color="maroon">Dormitory - Women''s Communal Showers</font></b></center>'
  892. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/showers/empty.jpg"></center>'
  893. 'You open the door and walk down to the end of the L shaped hall, which takes you to the main area of the communal shower room. In the nearest corner is a small alcove of lockers and a couple of benches, closest to the entry point is two rows of sinks and <a href="exec:gt ''mirror'', ''start''">mirrors</a>. On the other side of the room a walk way leads off to the communal <a href="exec:gt ''uni_dorm'', ''womens_shower''">showers</a>.'
  894. act 'Leave': gt 'uni_dorm', $uni_dorm['floor']
  895. dynamic $tampon
  896. dynamic $quickwash
  897. dynamic $basin
  898. end
  899. if $ARGS[0] = 'mens_shower':
  900. $location_type = 'public_indoors'
  901. $loc = 'uni_dorm'
  902. $loc_arg = 'mens_shower'
  903. $menu_loc = 'uni_dorm'
  904. $menu_arg = 'mens_shower'
  905. $locM = 'uni_dorm'
  906. $locM_arg = 'mens_shower'
  907. menu_off = 0
  908. minut += 1
  909. gs 'stat'
  910. *clr & cla
  911. '<center><b><font color="maroon">Dormitory - Men''s Showers</font></b></center>'
  912. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/showers/empty_showers.jpg"></center>'
  913. 'The room is currently empty, inside you can see a line of showers with small baskets on the wall just under the shower heads to store your shampoo and other products in while someone showers. There is a small drain in the floor.'
  914. act 'Leave': gt 'uni_dorm', 'dorm_shower_men'
  915. gs 'din_van', 'private'
  916. end
  917. if $ARGS[0] = 'womens_shower':
  918. $location_type = 'public_indoors'
  919. $loc = 'uni_dorm'
  920. $loc_arg = 'womens_shower'
  921. $menu_loc = 'uni_dorm'
  922. $menu_arg = 'womens_shower'
  923. $locM = 'uni_dorm'
  924. $locM_arg = 'womens_shower'
  925. menu_off = 0
  926. minut += 1
  927. gs 'stat'
  928. *clr & cla
  929. '<center><b><font color="maroon">Dormitory - Women''s Showers</font></b></center>'
  930. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/showers/empty_showers.jpg"></center>'
  931. 'The room is currently empty, inside you can see a line of showers with small baskets on the wall just under the shower heads to store your shampoo and other products in while someone showers. There is a small drain in the floor.'
  932. act 'Leave': gt 'uni_dorm', 'dorm_shower_women'
  933. gs 'din_van', 'private'
  934. end
  935. if $ARGS[0] = 'dorm_room':
  936. $sexloc = 'uni_dorm'
  937. CLOSE ALL
  938. $loc_arg = 'dorm_room'
  939. $loc = 'uni_dorm'
  940. $locM_arg = 'dorm_room'
  941. $locM = 'uni_dorm'
  942. $location_type = 'private'
  943. $menu_loc = 'uni_dorm'
  944. $menu_arg = 'dorm_room'
  945. menu_off = 0
  946. odkomp = 1
  947. gs 'themes', 'indoors'
  948. minut += 1
  949. gs 'stat'
  950. *clr & cla
  951. '<center><b>Your dorm room</b></center>'
  952. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_room/room.jpg"></center>'
  953. 'This is the dorm room you share with Vika.'
  954. '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'' ,''start''">desk</a> sits at the foot of it.'
  955. if $ml_guitar['location'] = $loc: 'Your guitar rests on its stand next to your bed.'
  956. if mc_inventory['mag_porn'] > 0: 'You''ve hidden your porn magazines under the mattress of your bed.'
  957. if hour > 14 and hour < func('bordel', 'open_hour'):
  958. vika_inroom = 1
  959. vika_sleep = 0
  960. if npc_rel['A220'] >= 60 and birthday = day and birthmonth = month and vikaslut = 1 and b_vika_present_Day ! daystart:
  961. $vikatext = '<a href="exec:gt''Vika''">Vika</a> seems excited when she notices you. She is trying to hide a box behind her back.'
  962. else
  963. $vikatext = '<a href="exec:gt''Vika''">Vika</a> is lying on her bed.'
  964. end
  965. gs 'music_actions', 'not_alone'
  966. elseif hour > func('bordel', 'close_hour') and hour < 8:
  967. vika_inroom = 1
  968. vika_sleep = 1
  969. if vikaslut = 0:
  970. $vikatext = '<a href="exec:gt''Vika''">Vika</a> is sleeping in her bed after being out the whole night.'
  971. elseif vikaslut = 1:
  972. $vikatext = '<a href="exec:gt''Vika''">Vika</a> is sleeping in her bed after working hard in the brothel all night.'
  973. end
  974. gs 'music_actions', 'no_music'
  975. end
  976. if mc_inventory['tech_computer'] = 1:
  977. !! It is possible to say that the university Wifi filters out porn and webcam sites, in which case will need to allow the player to choose mobile net to watch porn or do webcam shows
  978. gs 'internet_mobile', 'get_access', 'free'
  979. !!TODO: This is for now until we decide how to handle these two with different scenarios
  980. !! 1. Sveta knows Vika is a slut but still keeps the pristine facade
  981. !! 2. Sveta is working in the brothel too
  982. !! 3. Sveta knows Vika works in the brothel and Vika knows Sveta is just as big a slut as she is.
  983. if vika_inroom = 1:
  984. acces['noporn'] = 1
  985. access['nocamshow'] = 1
  986. $access['noporn'] = 'You shouldn''t watch porn with Vika in the room!'
  987. $access['nocamshow'] ='You can''t do any webcam shows with Vika in the room!'
  988. end
  989. 'Your <a href="exec:gt ''Komp'',''start''">computer</a> sits on your desk.'
  990. end
  991. 'To the left of the entrance is an old <a href="exec:gt ''wardrobe'', ''start''">wardrobe</a>.'
  992. 'There''s a <a href="exec:gt ''mirror'',''start''">mirror</a> hanging on the wall.'
  993. if mc_inventory['contraceptive_pill'] > 0 and mc_inventory['equipped_condoms'] + mc_inventory['normal_condoms'] + mc_inventory['sabotaged_condoms'] > 0:
  994. '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>.'
  995. elseif mc_inventory['contraceptive_pill'] > 0:
  996. 'Your <a href="exec:gt ''stol'', ''bc''">birth control</a> is hidden in one of your desk drawers.'
  997. elseif mc_inventory['equipped_condoms'] + mc_inventory['normal_condoms'] + mc_inventory['sabotaged_condoms'] > 0:
  998. 'Your <a href="exec:gt ''stol'', ''bc''">condoms</a> are hidden in one of your desk drawers.'
  999. end
  1000. *nl
  1001. 'Your <a href="exec:gt ''alarmclock'', ''start''">alarm clock</a> is set to <<func(''alarmclock'', ''alarm_display'', alarmVars[''timerH''], alarmVars[''timerM''])>> during the week and <<func(''alarmclock'', ''alarm_display'', alarmVars[''timerEndH''], alarmVars[''timerEndM''])>> during the weekend. It is currently turned ' + iif(alarmVars['alarmOn'] = 0, '<a href="exec: alarmVars[''alarmOn''] = 1 & gt $loc, $loc_arg">OFF</a>.', '<a href="exec: alarmVars[''alarmOn''] = 0 & gt $loc, $loc_arg">ON</a>.')
  1002. *nl
  1003. gs 'exercise', 'start'
  1004. '<<$vikatext>>'
  1005. killvar '$vikatext'
  1006. act 'Walk out to the corridor':
  1007. if $clothingworntype ! 'nude':
  1008. odkomp = 0
  1009. gt 'uni_dorm', 'tenth_floor'
  1010. else
  1011. msg'<b><font color = red>You need to get dressed first.</font></b>'
  1012. gt 'uni_dorm', 'dorm_room'
  1013. end
  1014. end
  1015. act 'Leave the campus':
  1016. if $clothingworntype ! 'nude':
  1017. minut += 15
  1018. odkomp = 0
  1019. gt 'city_island'
  1020. else
  1021. msg'<b><font color = red>You need to get dressed first.</font></b>'
  1022. gt 'uni_dorm', 'dorm_room'
  1023. end
  1024. end
  1025. act 'Relax on your bed': gt 'bed', 'start'
  1026. dynamic $wearpan
  1027. dynamic $removepan
  1028. gs 'prostitution_functions', 'prostitute_outfit_at_home'
  1029. if func('homes_properties', 'is_current_home') ! -1:
  1030. act 'Set your dorm room as your main home': gs 'homes_properties', 'set_home' & gt 'uni_dorm', 'dorm_room'
  1031. end
  1032. !! Removed the check to see if Sveta has access to the place as the check happens before Sveta reaches
  1033. !! this location, at the "Go to your room" actions.
  1034. gs 'music_actions', 'music_icon'
  1035. end
  1036. --- uni_dorm ---------------------------------