burgerWork.qsrc 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. # burgerWork
  2. menu_off = 1
  3. if $ARGS[0] = 'start':
  4. if hour < 10:hour = 10 & minut = 0 & BurgerQW['SecretaryTimesWorked'] += 1
  5. gs 'BurgerTip'
  6. gs 'stat'
  7. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/diner/work.jpg"></center>'
  8. 'You sit in front of Anatoly Borisovich''s office.'
  9. if hour < 17:
  10. act 'Work until lunchtime':
  11. *clr & cla
  12. BurgerQW['WorkShift'] = 1
  13. minut += 60 * 2
  14. gs 'stat'
  15. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/diner/work.jpg"></center>'
  16. 'You sit at the table and begin to prepare the agreement on the computer.'
  17. if BurgerQW['TerminalTask'] = 1:
  18. BurgerQW['TerminalTask'] = 0
  19. kosiakBU += 1
  20. 'Anatoly Borisovich scolds you for not getting documents to the storage terminal, disrupting supplies.'
  21. elseif BurgerQW['TerminalTask'] = 2:
  22. BurgerQW['TerminalTask'] = 0
  23. 'Anatoly Borisovich thanks you for delivering the documents to the storage terminal.'
  24. end
  25. if BurgerQW['BankTask'] = 1:
  26. BurgerQW['BankTask'] = 0
  27. kosiakBU += 1
  28. 'Anatoly Borisovich chastises you for not taking the documents to the bank.'
  29. elseif BurgerQW['BankTask'] = 2:
  30. BurgerQW['BankTask'] = 0
  31. 'Anatoly Borisovich thanks you for delivering the documents to the bank.'
  32. end
  33. if BurgerQW['SaunaWhoreKnown'] = 1 or BurgerQW['IlyQWBlackmail'] = 1:
  34. 'Anatoly Borisovich comes into your office and puts the paper in front of you with a pen. "Write up your resignation. I don''t need a secretary with a past like yours."'
  35. act 'Write a statement of resignation':
  36. *clr & cla
  37. work = 0
  38. BurgerQW['Secretary'] = 2
  39. Pay = BurgerQW['SecretaryTimesWorked'] * 1250
  40. BurgerQW['SecretaryTimesWorked'] = 0
  41. money += Pay
  42. gs 'stat'
  43. 'You write a statement of resignation and quickly get it signed by your boss. He writes out a paycheck of <<pay>> <b>₽</b> to you says, "It''s over <<$pcs_nickname>>, get out of here."'
  44. act 'Leave':gt 'city_center'
  45. end
  46. exit
  47. end
  48. gs 'BurgerTip', 'work'
  49. end
  50. end
  51. end
  52. if $ARGS[0] = 'work':
  53. gs 'food', 'f_food'
  54. cla
  55. act 'Get back to work': gt 'burgerWork', 'work3'
  56. end
  57. if $ARGS[0] = 'work2':
  58. *clr & cla
  59. gs 'stat'
  60. if BurgerQW['IlyQWBlackmail'] >= 6 and BurgerQW['IlyQWBJFilmed'] > 0:
  61. kobl = 0
  62. kobl2 = 2
  63. elseif BurgerQW['IlyQWBlackmail'] >= 6 and BurgerQW['IlyQWBJFilmed'] = 0:
  64. kobl = 0
  65. kobl2 = 2
  66. elseif BurgerQW['IlyQWBlackmail'] < 6:
  67. kobl = 0
  68. kobl2 = 1
  69. end
  70. komblrand = rand(kobl, kobl2)
  71. if BurgerQW['IlyQWBlackmail'] >= 2:
  72. if komblrand = 0:
  73. 'After work, you are about to leave the bistro, but Ilyushkin stops you. "Where are you going, baby? Want to suck my dick?"'
  74. act 'Agree':
  75. *clr & cla
  76. gs 'boyStat', 'A76'
  77. gs 'cum_call', 'mouth_swallow', 'A76', 1
  78. BurgerQW['IlyQWBlackmail'] += 1
  79. gs 'stat'
  80. '<center><img <<$set_imgh>> src="images/characters/city/ilyushkin/sex/ilybj.jpg"></center>'
  81. 'Ilyushkin takes you around the corner to a dirty alley behind the bistro. It smells like urine. He pulls his member out of his pants. "Put it in your mouth and show me what you can do." You squat in front of Ilyushkin and take his penis in your mouth. It tastes salty and unwashed. You start to suck actively trying to make Ilyushkin finish as quickly as possible. Finally Ilyushkin lets out a moan starts to cum in your mouth. You quickly swallow while looking around, hoping no one saw you. Once you swallowed his cum, Ilyushkin puts his cleaned up dick in his pants "That was average. You can do better. Now get out of here!"'
  82. gs 'arousal', 'bj', 5, 'sub'
  83. gs 'arousal', 'end'
  84. gs 'stat'
  85. act 'Leave':gt 'city_center'
  86. end
  87. gs 'willpower', 'bj', 'resist', 'medium'
  88. if will_cost <= pcs_willpwr:
  89. act 'Refuse (<<will_cost>> Willpower)':
  90. *clr & cla
  91. gs 'willpower', 'pay', 'resist'
  92. gs 'stat'
  93. gt 'BurgerTip', 'work4'
  94. end
  95. else
  96. act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  97. end
  98. elseif komblrand = 1:
  99. 'After work, you are about to leave the bistro, but Ilyushkin stops you. "Where are you going, baby? Want to suck my dick?"'
  100. act 'Agree':
  101. *clr & cla
  102. gs 'boyStat', 'A76'
  103. gs 'cum_call', 'mouth_swallow', 'A76', 1
  104. BurgerQW['IlyQWBlackmail'] += 1
  105. gs 'stat'
  106. '<center><img <<$set_imgh>> src="images/characters/city/ilyushkin/sex/ilybjcar.jpg"></center>'
  107. 'Ilyushkin takes you to his car standing in the alley. He gets behind the wheel and you sit next to him. Ilyushkin gets his dick out of his pants and grabs you by the hair pulling your face to his groin until his cock is buried in your <<$pc_desc[''lips'']>> lips. You open your mouth and allow the member to enter between your lips. You are trying to suck hard, using your <<$pc_desc[''lips'']>> lips on the penis so Ilyushkin would be finished quickly. Ilyushkin''s body finally jerks and he finishes in your mouth. You continue to suck his dick swallowing the sperm without spilling a drop. Ilyushkin tucks his dick back in his pants and says, "Okay cocksucker, get out."'
  108. gs 'arousal', 'bj', 5, 'sub'
  109. gs 'arousal', 'end'
  110. gs 'stat'
  111. act 'Leave':gt 'city_center'
  112. end
  113. gs 'willpower', 'bj', 'resist', 'medium'
  114. if will_cost <= pcs_willpwr:
  115. act 'Refuse (<<will_cost>> Willpower)':
  116. *clr & cla
  117. gs 'willpower', 'pay', 'resist'
  118. gs 'stat'
  119. gt 'BurgerTip', 'work4'
  120. end
  121. else
  122. act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  123. end
  124. elseif komblrand = 2:
  125. 'After work, you are about to leave the bistro, but Ilyushkin stops you. "Where are you going, baby? Want to suck my dick?"'
  126. act 'Agree':
  127. *clr & cla
  128. BurgerQW['IlyQWBlackmail'] += 1
  129. minut += 5
  130. gs 'stat'
  131. '<center><img <<$set_imgh>> src="images/locations/city/shared/car.jpg"></center>'
  132. 'Ilyushkin takes you to his car standing in the alley. He gets behind the wheel and you sit next to him. Ilyushkin starts the car and drives you to the city industrial region. "Don''t forget baby. As long as you continue to serve me you have a job and prospects, but if you piss me off, I will take everything from you." As soon as you come to a new building, Ilyushkin parks his car in a free space. You get out and go with Ilyushkin to a staircase. The lift takes you up to Ilyushkin''s apartment and he opens the door for you. Without hesitation Ilyushkin takes you by the hand and leads you to his bedroom. He sits down on the bed and takes out a camera. Ilyushkin gets his dick out of his pants and says, "Now suck it baby. And give it your all, I don''t want the video to be bad."'
  133. act 'Suck':
  134. *clr & cla
  135. BurgerQW['IlyQWBJFilmed'] += 1
  136. gs 'arousal', 'bj', 5, 'sub'
  137. gs 'stat'
  138. '<center><img <<$set_imgh>> src="images/characters/city/ilyushkin/sex/ilybjfilm.jpg"></center>'
  139. 'You get down on your knees in front of Ilyushkin and clasp his member with your <<$pc_desc[''lips'']>> lips. Ilyushkin films you using his camera to get a closeup of you sucking his cock. After a while he lies you down on his couch and sits on your chest to make sure his cock is right in front of your face.'
  140. act 'Suck':
  141. *clr & cla
  142. gs 'stat'
  143. '<center><img <<$set_imgh>> src="images/characters/city/ilyushkin/sex/ilybjfilm2.jpg"></center>'
  144. 'Sitting on top of you Ilyushkin starts to fuck your mouth sticking is member in your throat as far as possible. You suck diligently trying not to choke as Ilyushkin is filming you the whole time. Finally he takes his dick out of your mouth.'
  145. gs 'arousal', 'bj', 5, 'sub'
  146. gs 'stat'
  147. act 'Open your mouth':
  148. *clr & cla
  149. minut += 5
  150. gs 'boyStat', 'A76'
  151. gs 'cum_call', 'face', 'A76', 1
  152. gs 'stat'
  153. '<center><img <<$set_imgh>> src="images/characters/city/ilyushkin/sex/ilybjfilm3.jpg"></center>'
  154. 'Ilyushkin begins to finish on your <<$pc_desc[''lips'']>> lips. Cum drips from your lips on your chin and chest. Ilyushkin finally turns the camera off and puts it away in a drawer. "Not bad. You did what you were required. Wash up and then get out."'
  155. gs 'arousal', 'end'
  156. gs 'stat'
  157. act 'Leave':cumspclnt = 12 & gs 'cum_cleanup' & gt 'city_industrial'
  158. end
  159. end
  160. end
  161. gs 'willpower', 'bj', 'resist', 'medium'
  162. if will_cost <= pcs_willpwr:
  163. act 'Refuse (<<will_cost>> Willpower)':
  164. *clr & cla
  165. gs 'willpower', 'pay', 'resist'
  166. gs 'stat'
  167. gt 'BurgerTip', 'work4'
  168. end
  169. else
  170. act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  171. end
  172. end
  173. gs 'willpower', 'bj', 'resist', 'medium'
  174. if will_cost <= pcs_willpwr:
  175. act 'Refuse (<<will_cost>> Willpower)':
  176. *clr & cla
  177. gs 'willpower', 'pay', 'resist'
  178. gs 'stat'
  179. gt 'BurgerTip', 'work4'
  180. end
  181. else
  182. act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  183. end
  184. end
  185. exit
  186. end
  187. gt 'burger', 'start'
  188. end
  189. if $ARGS[0] = 'work3':
  190. *clr & cla
  191. BurgerQW['WorkShift'] = 2
  192. minut += 30
  193. minut += 60 * 4
  194. gs 'stat'
  195. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/diner/work.jpg"></center>'
  196. 'You sit down and start preparing the contract on the computer.'
  197. gs 'BurgerTip', 'work'
  198. end
  199. --- burgerWork ---------------------------------