Terminal.qsrc 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. # Terminal
  2. CLOSE ALL
  3. minut += 5
  4. $location_type = 'public_outdoors'
  5. $menu_loc = 'Terminal'
  6. $menu_arg = ''
  7. menu_off = 0
  8. gs 'stat'
  9. '<center><b><font color="maroon">Storage terminal</font></b></center>'
  10. '<center><img <<$set_imgh>> src="images/locations/city/industrial/terminal/terminal0.jpg"></center>'
  11. 'A large shipping center with many on and off load truck ports.'
  12. if trfatherQW = 4 and week >= 6 and hour >= 12 and hour < 14:'Near one of the dirty trucks is your <a href="exec:gt ''trFatherMisha''">father</a>.'
  13. act 'Leave':
  14. cla
  15. minut += 5
  16. gt 'city_industrial'
  17. end
  18. $askfather = {
  19. act 'Ask about father':
  20. cls
  21. minut += 5
  22. gs'stat'
  23. '<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_9.jpg"></center>'
  24. '"I want to ask you, Do you know where can I find a trucker named Mikhail Kuznetsov?"'
  25. '"Of course we know him girl, great guy by the way, he is right there around the corner".'
  26. '"Thank you very much." you went to meet your father.'
  27. act 'Go to your father':
  28. cls
  29. minut += 5
  30. gs'stat'
  31. if cumloc[11] = 1:
  32. '<center><img <<$set_imgh>> src="images/characters/city/mikhail/sex/trfatherqw_13.jpg"></center>'
  33. 'You went to your father but forgot about the semen smeared on your face.'
  34. '"You fucking whore, Get fuck out of here, go back to your slut of a mother."'
  35. 'You feel very ashamed and decide to forget about seeing your father.'
  36. trfatherQW = -1
  37. act 'Leave':minut += 5 & gt $curloc
  38. else
  39. '<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_14.jpg"></center>'
  40. '"Hello, are you Mikhail Kuznetsov?"'
  41. '"Yes, that''s me. Are you from the control room? Did something happen? Did someone call about my driving? I am careful on the roads."'
  42. '"No no, I am <<$pcs_nickname>> <<$pcs_lastname>>, your daughter.'
  43. '"<<$pcs_nickname>>? Hell, my daughter? Is it really you?"'
  44. 'Your father broke down in tears, looking into your eyes, and recognizing the facial features, quickly grabbed and pulled you into a hug, with his oily hands and you hugged, together crying from happiness.'
  45. act 'Hug':
  46. cls
  47. minut += 5
  48. gs'stat'
  49. '<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_15.jpg"></center>'
  50. 'You hugged your father and said to him,: "At lastly, I finally found you, Now I will never lose again."'
  51. 'Your father hugged and looked at you, as if not believing your really here. "I can''t believe my little girl is all grown up."'
  52. 'He insists you come to lunch with him to catch up.'
  53. gs 'willpower', 'misc', 'self'
  54. if will_cost <= pcs_willpwr:
  55. act 'Tell him off (<<will_cost>> Willpower)':
  56. cls
  57. gs 'willpower', 'pay', 'self'
  58. minut += 5
  59. gs'stat'
  60. '<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/sisboyqw_37.jpg"></center>'
  61. 'You swear at him, curse him and pour out all your anger for all those years he was never around, once you are done and crying. You turn and run away, never giving him a chance to reply. Swearing to never return.'
  62. trfatherQW = -1
  63. act 'Leave': minut += 5 & gt $curloc
  64. end
  65. else
  66. act 'Tell him off (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  67. end
  68. act 'Get a kebab':
  69. cls
  70. minut += 5
  71. gs'stat'
  72. '<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_17.jpg"></center>'
  73. 'Sitting at the table, You order food and drinks, and dad started asking you about everything.'
  74. 'You started with enthusiasm and a lot of talk about yourself, what you do, where go to school. Talk about Anya, that she was not admitted to the university, and worked as a salesgirl in the supermarket.'
  75. 'You tell him about your mother, she remarried, and you now have a stepfather and half brother Kolka..'
  76. 'After talking for awhile your father says. "<<$pcs_nickname>> I have to go, schedule to keep, I am here on weekends 12 00 to 14 00, I would be happy if you would visit me sometimes." With that he got up, paid for lunch and kissed you on the cheek goodbye.'
  77. trfatherQW = 4
  78. act 'Leave':minut += 5 & gt 'city_industrial'
  79. end
  80. end
  81. end
  82. end
  83. end
  84. }
  85. if trfatherQW = 2:
  86. act 'Search for father':
  87. cls
  88. minut += 5
  89. gs'stat'
  90. '<center><img <<$set_imgh>> src="images/locations/city/industrial/terminal/trfatherqw_2.jpg"></center>'
  91. 'You are inside the large trucking warehouse, you find it hard to find your way around but finally spy the managers office and a couple of men standing by a truck.'
  92. act 'Ask the Manager':
  93. cls
  94. minut += 5
  95. trfatherQW = 3
  96. gs'stat'
  97. '<center><img <<$set_imgh>> src="images/locations/city/industrial/terminal/trfatherqw_3.jpg"></center>'
  98. 'You go up to the managers office. "Good afternoon! What I can help you?" he says.'
  99. '"Hello, I wanted to know, if you know a Mikhail Kuznetsov or if he works here?"'
  100. 'He turns to his computer and pulls something up. "I''ll check in our database, yes, we have a driver by that name. He is on the road right now and only comes in on Saturday at 12:00."'
  101. '"Thank you very much, You helped me a lot." With that you leaved but now you know when and where to find him.'
  102. act 'Leave':minut += 5 & gt $curloc
  103. end
  104. act 'Approach the men':
  105. cls
  106. minut += 5
  107. gs'stat'
  108. '<center><img <<$set_imgh>> src="images/locations/city/industrial/terminal/trfatherqw_4.jpg"></center>'
  109. 'You walk up to the two men, They smile as you walk up.'
  110. '"Hello girly, want to earn some quick cash?"'
  111. '"No, thank you, I''m here looking for a man, I need your help."'
  112. '"Well if you want our help, how about you help us first. Use that cute little mouth of yours for something other than asking questions first and then we will tell you what you want to know."'
  113. gs 'willpower', 'misc', 'self'
  114. if will_cost <= pcs_willpwr:
  115. act 'Tell them to fuck off (<<will_cost>> Willpower)':
  116. cls
  117. gs 'willpower', 'pay', 'self'
  118. minut += 5
  119. gs'stat'
  120. '<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_5.jpg"></center>'
  121. '"Go fuck yourselves you disgusting perverts."'
  122. 'You left them to find your answers elsewhere.'
  123. act 'Leave': minut += 5 & gt $curloc
  124. end
  125. else
  126. act 'Tell them to fuck off (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  127. end
  128. act 'Suck them off':
  129. cls
  130. pcs_horny += 5
  131. stat['bj'] += 1
  132. guy += 1
  133. gs 'npcgeneratec', 0, 'warehouseman', rand(18,45)
  134. gs 'boyStat', $npclastgenerated
  135. gs 'arousal', 'bj', 5, 'unknown'
  136. spafinloc = 12
  137. gs 'cum_manage'
  138. swallow += 1
  139. gs'stat'
  140. '<center><img <<$set_imgh>> src="images/characters/city/mikhail/sex/trfatherqw_6.jpg"></center>'
  141. 'If they know where your father is, why not, it''s not like you haven''t sucked plenty of cock before.'
  142. 'The first man invited you into the cabin of his truck, he gets comfortable and pulls out his dick.'
  143. 'You quickly take his dick into your mouth and suck him, until he shoots his load into your mouth. "Good girl, now wait here while I get my friend."'
  144. 'He gets out of the truck and you wait for the other man.'
  145. act 'Wait':
  146. cls
  147. pcs_horny += 5
  148. stat['bj'] += 1
  149. guy += 1
  150. gs 'npcgeneratec', 0, 'warehouseman', rand(18,45)
  151. gs 'boyStat', $npclastgenerated
  152. gs 'arousal', 'bj', 5, 'unknown'
  153. spafinloc = 12
  154. gs 'cum_manage'
  155. spafinloc = 11
  156. gs 'cum_manage'
  157. swallow += 1
  158. gs 'arousal', 'end'
  159. gs'stat'
  160. '<center><img <<$set_imgh>> src="images/characters/city/mikhail/sex/trfatherqw_7.jpg"></center>'
  161. 'He climbs in almost at once, at least you didn''t have long to wait.'
  162. 'You quickly suck his dick as well, he doesn''t even last as long as the last guy. Unlike the previous guy, he pulls your head off his dick just before he cums and shoots his sperm all over your face instead.'
  163. act 'Get out of the cab':
  164. cls
  165. minut += 5
  166. trfatherQW = 3
  167. gs'stat'
  168. '<center><img <<$set_imgh>> src="images/characters/city/mikhail/sex/trfatherqw_8.jpg"></center>'
  169. 'You got out of the truck with sperm all over your face.'
  170. '"So, What did you want to know?" The first man asked.'
  171. '"I wanted you to know, whether you know a Mikhail Kuznetsov?"'
  172. '"Aaa, Micah, Sure, great guy, he is out on a run. He will be back Saturday at 12:00."'
  173. act 'Leave':minut += 5 & gt $curloc
  174. end
  175. end
  176. end
  177. end
  178. end
  179. elseif (trfatherQW >= 3 or trfatherQW < 0) and week = 6 and hour = 12:
  180. act ''+iif(trfatherQW = 3, 'Search for father', 'Approach the men')+'':
  181. cls
  182. minut += 5
  183. gs'stat'
  184. '<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_9.jpg"></center>'
  185. 'You go to a group of men, drinking, laughing and talking loudly.'
  186. 'Approaching them, their eyes immediately turned to you.'
  187. '"Hello, beauty, You want to have a drink with us?'
  188. act 'Drink':
  189. cls
  190. gs 'drugs', 'alcohol', 'beer'
  191. minut += 5
  192. gs'stat'
  193. '<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_10.jpg"></center>'
  194. 'You decided to sit down and drink with them, maybe if you are nice they will help you out. As you sat down, they immediately gave you a bottle of beer.'
  195. 'Truckers told different stories, gradually more and more openly and frankly.'
  196. 'They shared stories of fuck whores and married women on the road in the cockpits of their trucks.'
  197. act 'Drink':
  198. cls
  199. gs 'drugs', 'alcohol', 'vodka'
  200. minut += 5
  201. gs'stat'
  202. '<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_11.jpg"></center>'
  203. 'You finished your beer and at once they hand you a bottle of vodka.'
  204. 'The bottle is passed around, yet you seem to always have it back in your hand faster than anyone else.'
  205. 'Before long you are completely drunk, one of them says. "Well, slut you ready, to pay us back for our booze." before you can even answer another one grabs you from behind putting his hand over your mouth and starts to drag you off, while others grab your arms and legs, lifting you up. The quickly carry you into a dark area of the warehouse.'
  206. act 'Get fucked':
  207. cls
  208. gs 'npcgeneratec', 0, 'warehouseman', rand(18,45)
  209. gs 'boyStat', $npclastgenerated
  210. gs 'arousal', 'bj', 5, 'gangbang'
  211. spafinloc = 12
  212. gs 'cum_manage'
  213. swallow += 1
  214. gs 'npcgeneratec', 0, 'warehouseman', rand(18,45)
  215. gs 'boyStat', $npclastgenerated
  216. gs 'arousal', 'bj', 5, 'gangbang'
  217. spafinloc = 11
  218. gs 'cum_manage'
  219. gs 'npcgeneratec', 0, 'warehouseman', rand(18,45)
  220. gs 'boyStat', $npclastgenerated
  221. gs 'arousal', 'anal', 5, 'gangbang'
  222. spafinloc = 3
  223. gs 'cum_manage'
  224. gs 'npcgeneratec', 0, 'warehouseman', rand(18,45)
  225. gs 'boyStat', $npclastgenerated
  226. gs 'arousal', 'vaginal', 5, 'gangbang'
  227. gs 'cum_manage'
  228. gs 'npcgeneratec', 0, 'warehouseman', rand(18,45)
  229. gs 'boyStat', $npclastgenerated
  230. gs 'arousal', 'vaginal', 5, 'gangbang'
  231. spafinloc = 14
  232. gs 'cum_manage'
  233. gs 'npcgeneratec', 0, 'warehouseman', rand(18,45)
  234. gs 'boyStat', $npclastgenerated
  235. gs 'arousal', 'anal', 5, 'gangbang'
  236. spafinloc = 4
  237. gs 'cum_manage'
  238. gs 'arousal', 'end'
  239. gs'stat'
  240. '<center><img <<$set_imgh>> src="images/characters/city/mikhail/sex/trfatherqw_12.jpg"></center>'
  241. 'You are barely aware of what they are doing, they quickly strip you naked. Soon you feel a dick being pushed inside or you pussy and ass at the same time.'
  242. 'The only time a hand is not covering your mouth is when there is a dick in it. Each of them seems to take multiple turns on all of your holes, with them switching so much, you completely lose track of how many men are even using you. By the time the start to finish, all you know is all three of your holes are acheing from being roughly used by the large gang of men around you.'
  243. 'When they finally all finish and leave, laughing. You feel cum leaking from all of your holes, as well as covering nearly every part of you body.'
  244. act 'Leave':minut += 5 & gt $curloc
  245. end
  246. end
  247. if trfatherQW = 3:dynamic $askfather
  248. gs 'willpower', 'drink', 'resist', 'easy'
  249. if will_cost <= pcs_willpwr:
  250. act 'Leave (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & minut += 5 & gt $curloc
  251. else
  252. act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  253. end
  254. end
  255. if trfatherQW = 3:dynamic $askfather
  256. gs 'willpower', 'drink', 'resist', 'easy'
  257. if will_cost <= pcs_willpwr:
  258. act 'Leave (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & minut += 5 & gt $curloc
  259. else
  260. act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  261. end
  262. end
  263. end
  264. act 'Go to the office':
  265. minut += 5
  266. AboutBussines = 0
  267. AboutDocs = 0
  268. AboutDocsManager = 0
  269. YouNotOpenDoorDir = 0
  270. YouNotOpenDoorBuh = 0
  271. gt 'TerminalOffice' , '00'
  272. end
  273. --- Terminal ---------------------------------