mod_addedflavour_pav_depot.qsrc 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. # mod_addedflavour_pav_depot
  2. if $ARGS[0] = 'start' or '':
  3. *clr & cla
  4. CLOSE ALL
  5. $loc_arg = 'start'
  6. $loc = 'mod_addedflavour_pav_depot'
  7. $location_type = 'public_outdoors'
  8. $menu_loc = 'mod_addedflavour_pav_depot'
  9. $menu_arg = 'start'
  10. menu_off = 0
  11. if hour >= 19 or hour < 6:
  12. $modVar_AF_TempStr = 'N'
  13. else
  14. $modVar_AF_TempStr = ''
  15. end
  16. gs 'mod_addedflavour_charsche' , 'chkschedule'
  17. if $charsche_character_CurActLoc[arrpos('charsche_charlist',28)] = $loc and $charsche_character_CurActLoc[arrpos('charsche_charlist',704)] = $loc and modVar_AF_DeliveryJob['State'] = 2 and modVar_AF_DeliveryJob['KnowValeri'] = 0:
  18. gt 'mod_addedflavour_A28_Events' , 'A28-WorkEv-X2'
  19. end
  20. gs 'stat'
  21. '<center><h2>Pavlovsk Delivery Depot</h2></center>'
  22. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/locations/pavlovsk/pav_depot<<$modVar_AF_TempStr>>.jpg"></center>'
  23. *nl
  24. 'This is the Delivery Depot servicing Pavlovsk and the surrounding region. All deliveries intending to reach somewhere local will be sent here first before a delivery agent transports it to it intended recipient.'
  25. *nl
  26. 'Opening hours are Monday through Saturday:'
  27. '08:00 to 16:00'
  28. *nl
  29. '<b>People Present:</b>'
  30. modVar_AF_Temp = 0
  31. if $charsche_character_CurActLoc[arrpos('charsche_charlist',28)] = $loc and $charsche_character_CurActDesc[arrpos('charsche_charlist',28)] = 'Working':
  32. modVar_AF_Temp += 1
  33. 'You can see your Stepfather here loading up the Gazelle'
  34. end
  35. if $charsche_character_CurActLoc[arrpos('charsche_charlist',704)] = $loc and $charsche_character_CurActDesc[arrpos('charsche_charlist',704)] = 'Working':
  36. modVar_AF_Temp += 1
  37. 'You can see Valeri here loading up his Van'
  38. end
  39. if hour >= 8 and hour < 16:
  40. modVar_AF_Temp += 1
  41. 'You can see the ' + iif(modVar_AF_DeliveryJob['State'] = 1 or modVar_AF_DeliveryJob['State'] = 3 or modVar_AF_DeliveryJob['Receipts'] > 0,'<a href="exec: gt ''mod_addedflavour_pav_depot'' , ''depotadmin'' ">Depot Administrator</a>','Depot Administrator') + ' here at the Front Desk'
  42. end
  43. if modVar_AF_Temp = 0:
  44. 'You cannot see anyone here'
  45. end
  46. if modVar_AF_DeliveryJob['State'] = 2 and hour >= 8 and hour < 16 and week <= 6:
  47. *nl
  48. '<b>Courier Jobs Available:</b>'
  49. if modArr_AF_DeliveryLocActive[modVar_AF_DepotJobArrpos[0]] = 1:
  50. 'Delivery Location = <<$modArr_AF_DeliveryLocName[modVar_AF_DepotJobArrpos[0]]>> - Commission = <<modArr_AF_DeliveryLocEarn[modVar_AF_DepotJobArrpos[0]]>>₽ - <a href="exec: modArr_AF_DeliveryLocActive[modVar_AF_DepotJobArrpos[0]] = 2 & $modArr_AF_DeliveryJobTaken[] = $modArr_AF_DeliveryFootOptions[modVar_AF_DepotJobArrpos[0]] & gt ''mod_addedflavour_pav_depot'' , ''start'' ">Take Delivery Job</a>'
  51. end
  52. if modArr_AF_DeliveryLocActive[modVar_AF_DepotJobArrpos[1]] = 1:
  53. 'Delivery Location = <<$modArr_AF_DeliveryLocName[modVar_AF_DepotJobArrpos[1]]>> - Commission = <<modArr_AF_DeliveryLocEarn[modVar_AF_DepotJobArrpos[1]]>>₽ - <a href="exec: modArr_AF_DeliveryLocActive[modVar_AF_DepotJobArrpos[1]] = 2 & $modArr_AF_DeliveryJobTaken[] = $modArr_AF_DeliveryFootOptions[modVar_AF_DepotJobArrpos[1]] & gt ''mod_addedflavour_pav_depot'' , ''start'' ">Take Delivery Job</a>'
  54. end
  55. if modArr_AF_DeliveryLocActive[modVar_AF_DepotJobArrpos[2]] = 1:
  56. 'Delivery Location = <<$modArr_AF_DeliveryLocName[modVar_AF_DepotJobArrpos[2]]>> - Commission = <<modArr_AF_DeliveryLocEarn[modVar_AF_DepotJobArrpos[2]]>>₽ - <a href="exec: modArr_AF_DeliveryLocActive[modVar_AF_DepotJobArrpos[2]] = 2 & $modArr_AF_DeliveryJobTaken[] = $modArr_AF_DeliveryFootOptions[modVar_AF_DepotJobArrpos[2]] & gt ''mod_addedflavour_pav_depot'' , ''start'' ">Take Delivery Job</a>'
  57. end
  58. end
  59. act 'Leave' : minut += 5 & gt 'pav_industrial'
  60. end
  61. if $ARGS[0] = 'setupvanlocs':
  62. modVar_AF_DeliveryVanSetup = daystart
  63. modVar_AF_DeliveryVanHour = 8
  64. modVar_AF_EventLock['A28-WorkEv-SeenWorking'] = 0
  65. modVar_AF_EventLock['A704-WorkEv-SeenWorking'] = 0
  66. KILLVAR '$modArr_AF_DeliveryVanOptions'
  67. KILLVAR '$modArr_AF_DeliveryVanOptionsDaily'
  68. $modArr_AF_DeliveryVanOptions[] = 'pav_complex'
  69. $modArr_AF_DeliveryVanOptions[] = 'pav_residential'
  70. $modArr_AF_DeliveryVanOptions[] = 'pav_industrial'
  71. $modArr_AF_DeliveryVanOptions[] = 'pav_commercial'
  72. $modArr_AF_DeliveryVanOptions[] = 'pav_train'
  73. $modArr_AF_DeliveryVanOptions[] = 'liam'
  74. $modArr_AF_DeliveryVanOptions[] = 'ParChurch'
  75. $modArr_AF_DeliveryVanOptions[] = 'pav_commcenter'
  76. $modArr_AF_DeliveryVanOptions[] = 'dachi'
  77. $modArr_AF_DeliveryVanOptions[] = 'gadukino'
  78. $modArr_AF_DeliveryVanOptions[] = 'motel'
  79. $modArr_AF_DeliveryVanOptions[] = 'OutofTown'
  80. $modArr_AF_DeliveryVanOptions[] = 'OutofTown'
  81. $modArr_AF_DeliveryVanOptions[] = 'OutofTown'
  82. $modArr_AF_DeliveryVanOptions[] = 'OutofTown'
  83. copyarr '$modArr_AF_DeliveryVanOptionsDaily' , '$modArr_AF_DeliveryVanOptions'
  84. end
  85. if $ARGS[0] = 'setupdeliveries':
  86. KILLVAR '$modArr_AF_DeliveryFootOptions'
  87. KILLVAR '$modArr_AF_DeliveryLocName'
  88. KILLVAR 'modArr_AF_DeliveryLocEarn'
  89. KILLVAR 'modArr_AF_DeliveryLocActive'
  90. $modArr_AF_DeliveryFootOptions[] = 'pod_ezd'
  91. $modArr_AF_DeliveryLocName[] = 'Five Eight Apartment Complex'
  92. modArr_AF_DeliveryLocEarn[] = 55
  93. modArr_AF_DeliveryLocActive[] = 0
  94. $modArr_AF_DeliveryFootOptions[] = 'pav_clinic'
  95. $modArr_AF_DeliveryLocName[] = 'Pavlovsk Clinic'
  96. modArr_AF_DeliveryLocEarn[] = 75
  97. modArr_AF_DeliveryLocActive[] = 0
  98. $modArr_AF_DeliveryFootOptions[] = 'gkafe'
  99. $modArr_AF_DeliveryLocName[] = 'Pavlovsk Train Station Cafe'
  100. modArr_AF_DeliveryLocEarn[] = 125
  101. modArr_AF_DeliveryLocActive[] = 0
  102. $modArr_AF_DeliveryFootOptions[] = 'HotelHole'
  103. $modArr_AF_DeliveryLocName[] = 'Pavlovsk Train Station Hotel'
  104. modArr_AF_DeliveryLocEarn[] = 115
  105. modArr_AF_DeliveryLocActive[] = 0
  106. $modArr_AF_DeliveryFootOptions[] = 'pav_pharmacy'
  107. $modArr_AF_DeliveryLocName[] = 'Pavlovsk Pharmacy'
  108. modArr_AF_DeliveryLocEarn[] = 75
  109. modArr_AF_DeliveryLocActive[] = 0
  110. $modArr_AF_DeliveryFootOptions[] = 'etoexhib'
  111. $modArr_AF_DeliveryLocName[] = 'Vocational School'
  112. modArr_AF_DeliveryLocEarn[] = 125
  113. modArr_AF_DeliveryLocActive[] = 0
  114. $modArr_AF_DeliveryFootOptions[] = 'gadmarket'
  115. $modArr_AF_DeliveryLocName[] = 'Gadukino Shop'
  116. modArr_AF_DeliveryLocEarn[] = 440
  117. modArr_AF_DeliveryLocActive[] = 0
  118. $modArr_AF_DeliveryFootOptions[] = 'liamelkafe'
  119. $modArr_AF_DeliveryLocName[] = 'Liamel Cafe'
  120. modArr_AF_DeliveryLocEarn[] = 300
  121. modArr_AF_DeliveryLocActive[] = 0
  122. $modArr_AF_DeliveryFootOptions[] = 'cafe_parco'
  123. $modArr_AF_DeliveryLocName[] = 'Cafe del Parco'
  124. modArr_AF_DeliveryLocEarn[] = 75
  125. modArr_AF_DeliveryLocActive[] = 0
  126. $modArr_AF_DeliveryFootOptions[] = 'brothel'
  127. $modArr_AF_DeliveryLocName[] = 'Highway Hotel'
  128. modArr_AF_DeliveryLocEarn[] = 175
  129. modArr_AF_DeliveryLocActive[] = 0
  130. end
  131. if $ARGS[0] = 'generatejobs':
  132. modVar_AF_DeliveryJob['Issued'] = daystart
  133. modVar_AF_CheckJobLoop = 0
  134. :CheckJobLoopStart
  135. if modVar_AF_CheckJobLoop = arrsize('modArr_AF_DeliveryLocActive'):
  136. jump 'CheckJobLoopEnd'
  137. end
  138. if modArr_AF_DeliveryLocActive[modVar_AF_CheckJobLoop] = 2:
  139. modVar_AF_DeliveryJob['State'] = 3
  140. end
  141. modArr_AF_DeliveryLocActive[modVar_AF_CheckJobLoop] = 0
  142. modVar_AF_CheckJobLoop += 1
  143. jump 'CheckJobLoopStart'
  144. :CheckJobLoopEnd
  145. KILLVAR 'modVar_AF_DepotJobArrpos'
  146. if modVar_AF_DeliveryJob['State'] = 2:
  147. KILLVAR '$modArr_AF_DeliveryJobTaken'
  148. modVar_AF_ActivateJobLoop = 0
  149. modVar_AF_ErrorLoop = 0
  150. :ActivateJobLoopStart
  151. if modVar_AF_ActivateJobLoop = 3:
  152. jump 'ActivateJobLoopEnd'
  153. end
  154. if modVar_AF_ErrorLoop = 100:
  155. KILLVAR 'modVar_AF_DepotJobArrpos'
  156. modArr_AF_DeliveryLocActive[0] = 1
  157. modVar_AF_DepotJobArrpos[] = 0
  158. modArr_AF_DeliveryLocActive[1] = 1
  159. modVar_AF_DepotJobArrpos[] = 1
  160. modArr_AF_DeliveryLocActive[2] = 1
  161. modVar_AF_DepotJobArrpos[] = 2
  162. $modVar_AF_LoopErrorLoc = 'ActivateJobLoop'
  163. jump 'ActivateJobLoopEnd'
  164. end
  165. modVar_AF_ErrorLoop += 1
  166. modVar_AF_Rand = rand(1,arrsize('modArr_AF_DeliveryLocActive')) - 1
  167. if modArr_AF_DeliveryLocActive[modVar_AF_Rand] = 0:
  168. modArr_AF_DeliveryLocActive[modVar_AF_Rand] = 1
  169. modVar_AF_DepotJobArrpos[] = modVar_AF_Rand
  170. modVar_AF_ActivateJobLoop += 1
  171. jump 'ActivateJobLoopStart'
  172. else
  173. jump 'ActivateJobLoopStart'
  174. end
  175. :ActivateJobLoopEnd
  176. end
  177. end
  178. if $ARGS[0] = 'CheckJobsRemaining':
  179. modVar_AF_Temp = 0
  180. modVar_AF_CheckJobAlertLoop = 0
  181. :CheckJobAlertLoopStart
  182. if modVar_AF_CheckJobAlertLoop >= arrsize('modArr_AF_DeliveryLocActive'):
  183. jump 'CheckJobAlertLoopEnd'
  184. end
  185. if modArr_AF_DeliveryLocActive[modVar_AF_CheckJobAlertLoop] = 2:
  186. modVar_AF_Temp = 1
  187. end
  188. modVar_AF_CheckJobAlertLoop += 1
  189. jump 'CheckJobAlertLoopStart'
  190. :CheckJobAlertLoopEnd
  191. if modVar_AF_Temp = 1:
  192. *nl
  193. '<b><font color="Red">You still have Delivery Jobs Remaining (Check Journal to see what they are)!</font></b>'
  194. end
  195. end
  196. if $ARGS[0] = 'deliverylocation':
  197. act 'Deliver Package' :
  198. *clr & cla
  199. minut += rand(3,5)
  200. modVar_AF_DeliveryJob['Receipts'] += modArr_AF_DeliveryLocEarn[arrpos('$modArr_AF_DeliveryFootOptions',$loc)]
  201. modArr_AF_DeliveryLocActive[arrpos('$modArr_AF_DeliveryFootOptions',$loc)] = 0
  202. modVar_AF_Temp = arrpos('$modArr_AF_DeliveryJobTaken',$loc)
  203. KILLVAR '$modArr_AF_DeliveryJobTaken' , modVar_AF_Temp
  204. gs 'stat'
  205. modVar_AF_Rand = rand(1,10) + hotcat + (5 - difficulty)
  206. if modVar_AF_Rand > 15 and modVar_AF_EventLock['DJB-BlowjobEv'] ! daystart and $loc ! 'brothel':
  207. modVar_AF_EventLock['DJB-BlowjobEv'] = daystart
  208. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/DeliveryJobBJ1' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  209. *nl
  210. 'You knock to deliver the package when a handsome man answers the door. You try to hide your infatuation and start acting professional but you think the gentleman is picking up on it...'
  211. act 'Sweet talk him' : gt 'mod_addedflavour_pav_depot' , 'DJB-BlowjobEv-1'
  212. act 'Quickly collect the receipt' : gt $loc, $loc_arg
  213. else
  214. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/locations/pavlovsk/DeliveryJob(<<rand(1,4)>>).jpg"></center>'
  215. *nl
  216. 'You deliver the package to it''s intended recipient.'
  217. if $loc = 'brothel':
  218. act 'Collect receipt' : gt 'brothel' , 'lobby'
  219. else
  220. act 'Collect receipt' : gt $loc, $loc_arg
  221. end
  222. end
  223. end
  224. end
  225. if $ARGS[0] = 'depotadmin':
  226. *clr & cla
  227. minut += rand(1,3)
  228. gs 'stat'
  229. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/locations/pavlovsk/depotadmin.jpg"></center>'
  230. *nl
  231. 'You see an old man sitting at the Depot Administrator''s desk. He isn''t overly focused on his work but you are guessing this isn''t a particularly busy job.'
  232. *nl
  233. '<font color="Olive">"Hi, do you need anything?"</font>'
  234. if modVar_AF_DeliveryJob['State'] = 1:
  235. act 'Ask about Courier Job' : gt 'mod_addedflavour_pav_depot' , 'getjob'
  236. end
  237. if modVar_AF_DeliveryJob['State'] = 3:
  238. gt 'mod_addedflavour_pav_depot' , 'fired'
  239. end
  240. if modVar_AF_DeliveryJob['Receipts'] > 0:
  241. act 'Hand in Receipts' : gt 'mod_addedflavour_pav_depot' , 'getpaid'
  242. end
  243. act 'Leave' : gt 'mod_addedflavour_pav_depot' , 'start'
  244. end
  245. if $ARGS[0] = 'getjob':
  246. *clr & cla
  247. gs 'mod_addedflavour_pav_depot' , 'getjobcode'
  248. gs 'stat'
  249. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/locations/pavlovsk/depotadmin.jpg"></center>'
  250. *nl
  251. '"Sir, my father told me that there is work I could get here so I would like to take you up on that offer."'
  252. *nl
  253. '<font color="Olive">"Ah yes, <<$npc_firstname[''A28'']>> told me about you. Well of course, we are glad to have you on board, I''ll tell you everything you need to know."</font>'
  254. *nl
  255. '<font color="Olive">"The job is actually quite basic and flexible: simply come into the depot during the day to see what Courier jobs are available, then take the jobs you can do and deliver the packages to their delivery location. For each delivery you make you will get a commission; you just need to bring the receipts to me and I will give you it all in cash. There is one important thing you should know though; we are putting a lot of trust in you so if you should fail to deliver any of your packages before the end of the day then we will be forced to fire you immediately with your guarantor getting a severe reprimand, so take this job seriously!"</font>'
  256. *nl
  257. '"I will, and thank you so much for this opportunity!"'
  258. *nl
  259. '<font color="Olive">"I know you will, I have every faith in you. Your father is a good man after all."</font>'
  260. act 'Leave' : gt 'mod_addedflavour_pav_depot' , 'start'
  261. end
  262. if $ARGS[0] = 'getjobcode':
  263. modVar_AF_DeliveryJob['State'] = 2
  264. gs 'mod_addedflavour_pav_depot' , 'setupdeliveries'
  265. gs 'mod_addedflavour_pav_depot' , 'generatejobs'
  266. end
  267. if $ARGS[0] = 'fired':
  268. *clr & cla
  269. modVar_AF_DeliveryJob['State'] = 4
  270. npc_rel['A28'] -= 50
  271. gs 'stat'
  272. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/locations/pavlovsk/depotadmin.jpg"></center>'
  273. *nl
  274. '<font color="Olive">"What are you doing here <<$pcs_firstname>>? You have let us down and your father has been reprimanded; now leave."</font>'
  275. act 'Leave' : gt 'mod_addedflavour_pav_depot' , 'start'
  276. end
  277. if $ARGS[0] = 'getpaid':
  278. *clr & cla
  279. money += modVar_AF_DeliveryJob['Receipts']
  280. gs 'stat'
  281. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/locations/pavlovsk/depotadmin.jpg"></center>'
  282. *nl
  283. '<font color="Olive">"Well done <<$pcs_firstname>>, here is your <<modVar_AF_DeliveryJob[''Receipts'']>>₽ commission; keep up the good work!"</font>'
  284. modVar_AF_DeliveryJob['Receipts'] = 0
  285. act 'Leave' : gt 'mod_addedflavour_pav_depot' , 'start'
  286. end
  287. if $ARGS[0] = 'DJB-BlowjobEv-1':
  288. *clr & cla
  289. minut += rand(1,2)
  290. gs 'stat'
  291. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/DeliveryJobBJ2' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  292. *nl
  293. '"Thank you for signing for the delivery; I hope I was able to provide a satisfactory experience for you..."'
  294. *nl
  295. 'The man looks you over and is clearly very pleased with what he see''s.'
  296. *nl
  297. '<font color="Olive">"Certainly, its not everyday you are given something by someone as attractive as you are. In fact, as you are so dedicated to providing satisfaction, there is something you could do to earn yourself a nice bonus..."</font>'
  298. *nl
  299. 'He is clearly hinting at something sexual; he has barely been able to move his gaze from your lips the entire time.'
  300. act 'Take him up on his offer' : gt 'mod_addedflavour_pav_depot' , 'DJB-BlowjobEv-2'
  301. act 'Smile and leave with your receipt' : gt $loc , $loc_arg
  302. end
  303. if $ARGS[0] = 'DJB-BlowjobEv-1':
  304. *clr & cla
  305. minut += rand(1,2)
  306. gs 'stat'
  307. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/DeliveryJobBJ2' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  308. *nl
  309. '"Thank you for signing for the delivery; I hope I was able to provide a satisfactory experience for you..."'
  310. *nl
  311. 'The man looks you over and is clearly very pleased with what he see''s.'
  312. *nl
  313. '<font color="Olive">"Certainly, its not everyday you are given something by someone as attractive as you are. In fact, as you are so dedicated to providing satisfaction, there is something you could do to earn yourself a nice bonus..."</font>'
  314. *nl
  315. 'He is clearly hinting at something sexual; he has barely been able to move his gaze from your lips the entire time.'
  316. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'chkpossible' , 1
  317. if modVar_AF_Inhib['Result'] = 1:
  318. act 'Take him up on his offer' : gt 'mod_addedflavour_pav_depot' , 'DJB-BlowjobEv-2'
  319. end
  320. act 'Smile and leave with your receipt' : gt $loc , $loc_arg
  321. end
  322. if $ARGS[0] = 'DJB-BlowjobEv-2':
  323. *clr & cla
  324. gs 'stat'
  325. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/DeliveryJobBJ3' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  326. *nl
  327. 'You walk into his house; a look of eagerness on your face and a look of lust on his...'
  328. *nl
  329. 'No sooner than you are through the door he has his trousers off and his impressive cock ready for your attention.'
  330. act 'Suck some cock' : gt 'mod_addedflavour_pav_depot' , 'DJB-BlowjobEv-3'
  331. end
  332. if $ARGS[0] = 'DJB-BlowjobEv-3':
  333. *clr & cla
  334. minut += rand(5,15)
  335. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_BlowJob_Give'
  336. gs 'stat'
  337. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/DeliveryJobBJ(<<rand(1,3)>>)' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  338. *nl
  339. 'You put the man''s shaft into your mouth and suck enthusiastically along its''s length. He is completely lost to the moment as you pleasure him with your lips.'
  340. *nl
  341. 'You continue to suck him off with every moment drawing an explosive orgasm to the fore, and soon enough you hear him scream that he is ready to blow!'
  342. act 'Take his load' : gt 'mod_addedflavour_pav_depot' , 'DJB-BlowjobEv-4'
  343. end
  344. if $ARGS[0] = 'DJB-BlowjobEv-4':
  345. *clr & cla
  346. minut += rand(2,5)
  347. modVar_AF_Temp = rand(20,50) * 10
  348. money += modVar_AF_Temp
  349. gs 'stat'
  350. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/DeliveryJobBJ4' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  351. *nl
  352. 'He blasts his load in between your waiting lips, the taste reminding you of the bonus coming your way.'
  353. *nl
  354. '<font color="Olive">"That was fantastic; you certainly earned your bonus."</font>'
  355. *nl
  356. 'He hands you <<modVar_AF_Temp>>₽; for which you smile, let a finger run along the outline of your mouth then turn to leave.'
  357. act 'Leave him' : gt $loc , $loc_arg
  358. end
  359. --- mod_addedflavour_pav_depot ---------------------------------