1
0

uni_dorm.qsrc 53 KB

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