obroom.qsrc 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # obroom
  2. if $ARGS[0] = 'start' or $ARGS[0] = '':
  3. $sexloc = 'obroom'
  4. CLOSE ALL
  5. $loc_arg = 'start'
  6. $loc = 'obroom'
  7. $locM_arg = 'start'
  8. $locM = 'obroom'
  9. $location_type = 'private'
  10. $menu_loc = 'obroom'
  11. $menu_arg = 'start'
  12. menu_off = 0
  13. cla
  14. *clr
  15. odkomp = 1
  16. gs 'stat'
  17. '<center><b>Your room</b></center>'
  18. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/obroom.jpg"></center>'
  19. 'This is your room which you share with another girl named Vika Zhurova.'
  20. 'At the right of the entrance you find an old <a href="exec:gt ''wardrobe'', ''start''">wardrobe</a> (where you can choose outfits and organize your clothing).'
  21. 'There''s a <a href="exec:gt ''mirror'',''start''">mirror</a> hanging on the wall.'
  22. 'Your <a href="exec:gt ''bed'',''start''">bed</a> is positioned in one of the corners of the room.'
  23. if komp = 1:'There''s a <a href="exec:gt ''Komp'',''start''">laptop</a> laying on your bed.'
  24. *nl
  25. 'You can access your <a href="exec: quick_dress = 1 & gt ''wardrobe'', ''default''">default clothing</a> options directly.'
  26. gs 'exercise', 'start'
  27. ''
  28. if hour > 14 and hour < 20 and npc_rel['A220']>=60 and birthday = day and birthmonth = month and vikaslut = 1 and bordel = 1 and slutty > 0 and b_vika_present_Day!day:
  29. vika_sleep = 0
  30. '<a href="exec:gt''Vika''">Vika</a> seems excited when she notices you, trying to hide a box behind her back.'
  31. elseif hour > 14 and hour < 20:
  32. vika_sleep = 0
  33. '<a href="exec:gt''Vika''">Vika</a> is laying on her bed.'
  34. end
  35. if hour > 3 and hour < 8 and vikaslut = 0:
  36. vika_sleep = 1
  37. '<a href="exec:gt''Vika''">Vika</a> is sleeping in her bed after being out the whole night.'
  38. end
  39. if hour > 3 and hour < 8 and vikaslut = 1:
  40. vika_sleep = 1
  41. '<a href="exec:gt''Vika''">Vika</a> is sleeping in her bed after working hard in the brothel all night.'
  42. end
  43. act 'Walk out in the corridor':
  44. if $clothingworntype ! 'nude':
  45. odkomp = 0
  46. minut += 5
  47. gt 'dorm', 'korr'
  48. else
  49. 'You need to get dressed.'
  50. end
  51. end
  52. act 'Read the course literature (2:00)':
  53. cla
  54. menu_off = 1
  55. minut += 120
  56. intel_exp += 1 + (mentats_dose - rand(0,mentats_dose))
  57. gs 'stat'
  58. 'You spend two hours reading the course literature. You feel like you''ve picked up some stuff from the book that will come in handy in time for the examination.'
  59. act 'Finish':gt 'obroom', 'start'
  60. end
  61. gs 'unicoursework', 'start', $loc, $loc_arg
  62. dynamic $wearpan
  63. dynamic $removepan
  64. end
  65. --- obroom ---------------------------------