arturRinok.qsrc 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. # arturRinok
  2. if $ARGS[0] = 'start':
  3. menu_off = 1
  4. if arturKnow = 0:
  5. *clr & cla
  6. gs 'stat'
  7. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
  8. 'The handsome Armenian man smiles while handing you a plump tangerine.'
  9. act 'Take a tangerine':
  10. *clr & cla
  11. minut += 2
  12. gs 'stat'
  13. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
  14. 'You take the delicious looking fruit and return his smile with one of your own. The man grins and says in a thick accent "You are so beautiful girl! Come to my place and eat barbecue, I have Chacha brandy for us to enjoy together, it will be wonderful time."'
  15. gs 'willpower', 'drink', 'resist'
  16. if will_cost <= pcs_willpwr:
  17. act 'Refuse (<<will_cost>> Willpower)':
  18. *clr & cla
  19. minut += 2
  20. if bag = 0:$arturgift = 'handbag'
  21. if bag > 0:$arturgift = 'cosmetics'
  22. gs 'willpower', 'drink', 'resist'
  23. gs 'willpower', 'pay', 'resist'
  24. gs 'stat'
  25. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
  26. 'Sensing the man has "other" intentions, you start to refuse and back away from the Armenian. He puts his hand out to stop your retreat and says "Hey, I mean no offense. Perhaps my Russian is no good. Nothing bad will happen I swear! I''ll even give you <<$arturgift>> if you come and spend some time with me."'
  27. gs 'willpower', 'drink', 'resist'
  28. if will_cost <= pcs_willpwr:
  29. act 'Leave (<<will_cost>> Willpower)':
  30. gs 'willpower', 'drink', 'resist'
  31. gs 'willpower', 'pay', 'resist'
  32. gs 'stat'
  33. gt 'pav_train_market', 'start'
  34. end
  35. else
  36. act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  37. end
  38. act 'Show interest':
  39. *clr & cla
  40. minut += 2
  41. gs 'stat'
  42. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
  43. 'You can''t help but show interested in the gift the unfamiliar Armenian is offering. Suddenly another Armenian comes up to you and leans in with an equally friendly smile. "Do not fear girl, Uncle Arturik does not bite. He is good man." The second stranger insists.'
  44. gs 'willpower', 'drink', 'resist', 'hard'
  45. if will_cost <= pcs_willpwr:
  46. act 'Leave (<<will_cost>> Willpower)':
  47. gs 'willpower', 'drink', 'resist', 'hard'
  48. gs 'willpower', 'pay', 'resist'
  49. gs 'stat'
  50. gt 'pav_train_market', 'start'
  51. end
  52. else
  53. act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  54. end
  55. act 'Go with Arthur':gt 'arturHome'
  56. end
  57. end
  58. else
  59. act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  60. end
  61. act 'Go with Arthur':gt 'arturHome'
  62. end
  63. else
  64. if arturday ! daystart:
  65. gt 'arturQW', 'arturQW_1'
  66. elseif arturday = daystart:
  67. *clr & cla
  68. minut += 5
  69. gs 'stat'
  70. if arturblowday ! daystart:
  71. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
  72. 'Arthur smiles kindly and hands you a particularly juicy looking tangerine. "Sorry, girl, but I have work to do. Unless we make it quick."'
  73. gs 'willpower', 'bj', 'resist', 'hard'
  74. if will_cost <= pcs_willpwr:
  75. act 'Leave (<<will_cost>> Willpower)':
  76. gs 'willpower', 'bj', 'resist', 'hard'
  77. gs 'willpower', 'pay', 'resist'
  78. gs 'stat'
  79. gt 'pav_train_market', 'start'
  80. end
  81. else
  82. act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  83. end
  84. act 'Go with Arthur':gt 'arturkiosk'
  85. elseif arturblowday = daystart:
  86. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
  87. 'Arthur smiles kindly at you. "There is much work to do, I''m sorry."'
  88. act 'Leave':gt 'pav_train_market', 'start'
  89. end
  90. end
  91. end
  92. gs 'willpower', 'bj', 'resist', 'hard'
  93. if will_cost <= pcs_willpwr:
  94. act 'Leave (<<will_cost>> Willpower)':
  95. gs 'willpower', 'bj', 'resist', 'hard'
  96. gs 'willpower', 'pay', 'resist'
  97. gs 'stat'
  98. gt 'pav_train_market', 'start'
  99. end
  100. else
  101. act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  102. end
  103. end
  104. if $ARGS[0] = 'work_1':
  105. *clr & cla
  106. menu_off = 1
  107. gs 'stat'
  108. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
  109. '"Good job <<$pcs_nickname>>, but time has come to get to work darling."'
  110. act 'Trade':
  111. *clr & cla
  112. hour = 18
  113. arturDaysWorked1 += 1
  114. gs 'stat'
  115. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
  116. 'You work until the evening at the counter, selling fresh fruit. It was a rough day as you quarreled with several customers over prices and you find yourself very tired.'
  117. if arturDaysWorked1 >= 10:
  118. gt 'arturQW', 'arturQW_2'
  119. else
  120. act 'Go with Arthur':
  121. *clr & cla
  122. minut += 5
  123. money += 5000
  124. gs 'stat'
  125. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/arturqw_4.jpg"></center>'
  126. 'Arthur comes up behind you and firmly grabs a handful of your ass. "<<$pcs_nickname>>, here you go, you earned this." He hands you 5000 <b>₽</b>.'
  127. '"I like helping you very much, thank you very much Arturik." You look at him with grateful eyes and take the money.'
  128. '"Well, you know, the sight of your beautiful eyes nearly overwhelm me every time I see them. So does your tight ass." He says, smiling lecherously at you'
  129. 'You turn and give him a quick shake of your rump before departing.'
  130. act 'Leave':gt 'pav_train_market', 'start'
  131. end
  132. end
  133. end
  134. end
  135. if $ARGS[0] = 'work_2':
  136. *clr & cla
  137. menu_off = 1
  138. gs 'stat'
  139. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
  140. if arturDaysWorked2 = 0:'"I see my new, super sexy secretary came." Arthur smiles while eyeing you lustfully.'
  141. 'You quickly get to work. "We''ve got the usual paperwork to complete." Arthur instructs you as you begin.'
  142. act 'Work':
  143. *clr & cla
  144. hour = 17
  145. arturDaysWorked2 += 1
  146. gs 'stat'
  147. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/arturqw_6.jpg"></center>'
  148. 'You work at the computer for hours, checking inventory, buying and selling, calculating daily expenses and income. The work is complicated and time consuming, but you feel satisfied in the end.'
  149. act 'Go with Arthur':
  150. *clr & cla
  151. minut += 5
  152. money += 10000
  153. gs 'stat'
  154. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/arturqw_7.jpg"></center>'
  155. '"<<$pcs_nickname>> that looks perfect! Now that the accounts are taken care of, I can relax." Arthur says, leaning back in his chair in a relaxed pose.'
  156. '"Yes, but you''ve still got a lot I haven''t finished yet. There is far more to do." You say, concerned.'
  157. '"Oh well, we will have time to figure it all out. Some other night, perhaps." He says nonchalantly.'
  158. '"Now let''s go eat barbecue and drink Chacha brandy. Then I can grab you by that fine ass of yours." Arthur suggests as he walks over and begins roughly palming your ass.'
  159. gs 'willpower', 'sex', 'resist', 'hard'
  160. if will_cost <= pcs_willpwr:
  161. act 'Leave (<<will_cost>> Willpower)':
  162. gs 'willpower', 'sex', 'resist', 'hard'
  163. gs 'willpower', 'pay', 'resist'
  164. gs 'stat'
  165. gt 'pav_train_market', 'start'
  166. end
  167. else
  168. act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  169. end
  170. act 'Go with Arthur':gt 'arturHome'
  171. end
  172. end
  173. end
  174. --- arturRinok ---------------------------------