nichStudy.qsrc 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. # nichStudy
  2. $metka = ''
  3. $loc = 'nichStudy'
  4. $menu_loc = 'nichStudy'
  5. $menu_arg = ''
  6. $nichLoc = 'study'
  7. menu_off = 0
  8. killvar '$locclass'
  9. gs 'stat'
  10. sexpartkno = 1
  11. gs 'boyStat', 'A52'
  12. gs 'boyStat', 'A161', 'a'
  13. !! Argument return: PC has been in the room before, dont perform actions meant to be executed before or as she enters the room.
  14. if $ARGS[0] = '' or $ARGS[0] = 'start' or $ARGS[0] = 'return':
  15. if nichGentleclubDayE1 = daystart and nichGentleclubE1 = 1 and hour * 100 + minut >= 1745:
  16. if hour * 100 + minut >= 2230:
  17. '<font color = red>Nicholas asked you to attend him tonight but you are way too late.</font>'
  18. nichGentleclubE1 = 2
  19. elseif hour > 18:
  20. '<font color = red>You hear the voices of Nicholas and his business contact comming from the other side of the door. You were expected to attend them but now it''s to late.</font>'
  21. act 'Return to the hallway':
  22. minut += 1
  23. gt 'nichApartment'
  24. end
  25. exit
  26. else
  27. !! on time
  28. gt 'nichStudy', 'gentleclubE1'
  29. end
  30. end
  31. '<center><b>Nicholas'' Study</b></center>'
  32. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/nichApartment/study.jpg"></center>'
  33. nichNichPresent = FUNC('nichUtil','isPresent','nicholas','study')
  34. nichCleanAppropriate = 1
  35. if nichNichPresent = 1:
  36. '<a href="exec: gt ''nichNicholas'', ''start''">Nicholas</a> is sitting behind his desk working on his computer.'
  37. nichCleanAppropriate = 0
  38. end
  39. act 'Return to the hallway':
  40. minut += 1
  41. gt 'nichApartment'
  42. end
  43. if nichWork = 2:
  44. if nichCleanAppropriate = 0:
  45. 'It wouldn''t be appropriate to clean this room now.'
  46. else
  47. gs 'nichChore','inspect','study'
  48. end
  49. end
  50. killvar 'nichNichPresent'
  51. elseif $ARGS[0] = 'gentleclubE1':
  52. minut += 90
  53. '<center><img <<$set_imgh>> src="images/characters/city/nicholas/gentleclub/e1p1.jpg"></center>'
  54. 'As you enter the study you see Nicholas sitting on his table talking to another business man.'
  55. '"Good, you are here. This is <<$pcs_firstname>>, my new maid. <<$pcs_nickname>>, this is Mister Fetisov."'
  56. 'You curtsy and Mister Fetisov slightly nods in your direction.'
  57. *nl
  58. 'For the next hour you are busy serving different kinds of refreshments to the two men. They are talking about business opportunities, the course of the industry and the global economy.'
  59. 'You have the feeling that Mister Fetisov is inspecting your butt and your breasts whenever you are not looking.'
  60. *nl
  61. 'At the end of his visit Mister Fetisov looks directly at you while speaking to Nicholas.'
  62. '"When I came here I thought I would waste my time. But now I know that we have way more in common than I thought. Maybe doing business together is not a bad idea after all."'
  63. 'He looks back at Nicholas. "There is a gentleman club where I am a member of. I think you would fit in there very well. Just go to this place." he hands Nicholas a business card. "He will inform the bouncer that I have invited you. Come any evening you like. And don''t forget to bring your <i>maid</i>."'
  64. act 'Continue':
  65. *clr & cla
  66. '<center><img <<$set_imgh>> src="images/characters/city/nicholas/01.jpg"></center>'
  67. 'You wait in the study while Nicholas escorts Mister Fetisov to the door and says his farewell.'
  68. 'When he returns he looks a little bit puzzled.'
  69. '"I am sorry, <<$pcs_nickname>>, I have no idea what that was about. Mister Fetisov seems to have gotten some kind of impression from you."'
  70. 'You slowly nod.'
  71. '"I don''t know what kind of club this is." He shows you the card he received. It looks very expensive mit embossed blue letters on it. But there is no more information than an address.'
  72. '"As you might have noticed Mister Fetisov is a really important man and doing business with him would be very advantagous, not only for me, but for my whole company."'
  73. '"I know I am asking a lot. But would you do me the favor of accompanying me to this club? Bringing you seems to be a requirement."'
  74. '"I won''t mind if you said no though. I pay you to be my maid, not to go to social events with me."'
  75. act 'Yes':
  76. nichGentleclubE1 = 10
  77. nichGentleclubEnabled = 1
  78. 'You agree to go to the club with Nicholas. He seems to be happy about this decision.'
  79. '"Great. That''s what I was hoping for. There is no hurry to get to this club. Just tell me when you want to go there."'
  80. cla
  81. act 'Leave':
  82. gt 'nichStudy','return'
  83. end
  84. end
  85. act 'No':
  86. nichGentleclubE1 = -1
  87. 'You tell Nicholas that you don''t want to go to this club. There is only a very slight hint of disspointment in his face.'
  88. '"A pity. But as I told you you have every right to make this decision. Lets not talk about this topic again."'
  89. cla
  90. act 'Leave':
  91. gt 'nichStudy','return'
  92. end
  93. end
  94. end
  95. end
  96. --- nichStudy ---------------------------------