1
0

nichBedroomMaster.qsrc 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. # nichBedroomMaster
  2. CLOSE ALL
  3. $metka = ''
  4. $loc = 'nichBedroomMaster'
  5. $sexloc = 'nichBedroomMaster'
  6. $location_type = 'private'
  7. $locclass = 'bedr'
  8. $menu_loc = 'nichBedroomMaster'
  9. $nichLoc = 'masterBedroom'
  10. $menu_arg = ''
  11. menu_off = 0
  12. gs 'stat'
  13. sexpartkno = 1
  14. gs 'boyStat', 'A52'
  15. gs 'boyStat', 'A161', 'a'
  16. !! Argument return: PC has been in the room before, dont perform actions meant to be executed before or as she enters the room.
  17. if $ARGS[0] = '' or $ARGS[0] = 'start' or $ARGS[0] = 'return':
  18. $nichGalaAct = func('nichUtil','npcActivity','gala')
  19. $nichNichAct = func('nichUtil','npcActivity','nicholas')
  20. $nichTanyAct = func('nichUtil','npcActivity','tanya')
  21. nichGalaPresent = func('nichUtil','isPresent','gala','masterBedroom')
  22. nichNichPresent = func('nichUtil','isPresent','nicholas','masterBedroom')
  23. nichTanyPresent = func('nichUtil','isPresent','tanya','masterBedroom')
  24. if $nichGalaAct = 'snooze' and evtGalaMast1 = 0:
  25. !! Todo: another trigger
  26. gt $loc, 'evtGalaMast1'
  27. end
  28. '<center><b>Nicholas'' Master Bedroom</b></center>'
  29. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/nichApartment/bedroomMaster.jpg"></center>'
  30. ''
  31. 'This is where Nicholas and his wife sleep. There''s a king-sized bed with matching bedside tables and lamps, a make-up table covered with bottles of expensive perfume, make-up and jewelry, a wall mirror with filigree gold ornaments and an entire wall is dominated by several solid wood wardrobes that look like they must have cost a fortune. Another small door leads to another walk-in wardrobe.'
  32. if $nichNichAct = 'sleep':
  33. if $nichGalaAct = 'sleep':
  34. 'Nicholas and Gala are sleeping in their bed.'
  35. else
  36. 'Nicholas is sleeping in his bed.'
  37. end
  38. end
  39. if $nichGalaAct = 'sleep' and $nichNichAct ! 'sleep':
  40. 'Gala is sleeping in her bed.'
  41. elseif $nichGalaAct = 'snooze':
  42. 'Gala lies on her bed. Her eyes are open but she still looks sleepy. Apparently she wants to get some extra minutes of relaxation before she has to stand up.'
  43. end
  44. act 'Return to the hallway':
  45. minut += 1
  46. gt 'nichApartment'
  47. end
  48. act 'Go to the master bathroom':
  49. minut += 1
  50. gt 'nichBathMaster'
  51. end
  52. if nichWork = 2:
  53. if nichNichPresent = 1:
  54. 'With Nicholas being present it wouldn''t be appropriate to clean this room now.'
  55. act 'Don''t clean':
  56. gt $loc
  57. end
  58. elseif nichGalaPresent = 1:
  59. 'With Gala being present it wouldn''t be appropriate to clean this room now.'
  60. act 'Don''t clean':
  61. gt $loc
  62. end
  63. elseif nichTanyPresent = 1:
  64. 'With Tanya being present it wouldn''t be appropriate to clean this room now.'
  65. act 'Don''t clean':
  66. gt $loc
  67. end
  68. else
  69. gs 'nichChore','inspect','master'
  70. end
  71. end
  72. elseif $ARGS[0] = 'evtGalaMast1':
  73. 'Just before you enter the master bedroom you hear a moan. It sounds like Gala is having fun.'
  74. act 'Leave':
  75. gt 'nichApartment'
  76. end
  77. act 'Spy':
  78. *clr & cla
  79. '<center><img <<$set_imgh>> src="images/characters/city/gala/masturbation/mast1.jpg"></center>'
  80. !! todo: all the descriptions
  81. evtGalaMast1 = 1
  82. act 'Continue spying':
  83. *clr & cla
  84. '<center><img <<$set_imgh>> src="images/characters/city/gala/masturbation/mast0.jpg"></center>'
  85. !! todo: all the descriptions
  86. act 'Continue spying':
  87. *clr & cla
  88. '<center><img <<$set_imgh>> src="images/characters/city/gala/masturbation/mast2.jpg"></center>'
  89. !! todo: all the descriptions
  90. act 'Continue spying':
  91. *clr & cla
  92. '<center><img <<$set_imgh>> src="images/characters/city/gala/masturbation/mast5.jpg"></center>'
  93. !! todo: all the descriptions
  94. act 'Continue spying':
  95. *clr & cla
  96. '<center><img <<$set_imgh>> src="images/characters/city/gala/masturbation/mast4.jpg"></center>'
  97. !! todo: all the descriptions
  98. act 'Continue spying':
  99. *clr & cla
  100. '<center><img <<$set_imgh>> src="images/characters/city/gala/masturbation/mast3.jpg"></center>'
  101. 'Gala opens her eyes and briefly looks in your direction. It only lasts for a split second but you feel as if she might know that you watched her masturbating.'
  102. act 'Leave':
  103. gt 'nichApartment', 'return'
  104. end
  105. end
  106. act 'Leave':
  107. gt 'nichApartment', 'return'
  108. end
  109. end
  110. act 'Leave':
  111. gt 'nichApartment', 'return'
  112. end
  113. end
  114. act 'Leave':
  115. gt 'nichApartment', 'return'
  116. end
  117. end
  118. act 'Leave':
  119. gt 'nichApartment', 'return'
  120. end
  121. end
  122. act 'Leave':
  123. gt 'nichApartment', 'return'
  124. end
  125. end
  126. end
  127. --- nichBedroomMaster ---------------------------------