leonid.qsrc 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866
  1. # leonid
  2. $bName = 'Leonid'
  3. $bSurname = 'Nosov'
  4. $boy = $bName+' '+$bSurname
  5. gs 'npcgeneratec', 0, $boy, 35
  6. gs 'boyStat', $npclastgenerated
  7. lustPool = 100
  8. if leonidInFavour < -5:
  9. $slaveTitle = 'slave slut'
  10. elseif leonidInFavour >= -5 and leonidInFavour <= 5:
  11. $slaveTitle = 'slave girl'
  12. elseif leonidInFavour > 5:
  13. $slaveTitle = 'slave darling'
  14. end
  15. if $ARGS[0] = 'firstTime':
  16. minut += 15
  17. leonidSlave = 1
  18. leonidSlaveDay = (daystart + 1)
  19. leonidInFavour = 0
  20. painkiller = painkiller_bak
  21. prezik = prezik_bak
  22. vitamin = vitamin_bak
  23. kosmetica = kosmetica_bak
  24. lipbalm = lipbalm_bak
  25. gs 'stat'
  26. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/office.jpg"></center>'
  27. 'You are in the office with label <<$bName>> <<$bSurname>>, lawyer.'
  28. '<<$bName>> orders you to kneel in front of his desk.'
  29. '"So <<$pcs_firstname>>, I have taken out of that hole. Do you already see why?"'
  30. '"I''m not sure mister <<$bSurname>>"'
  31. '"Then let me explain. I love my wife, but I have certain needs. Long time I have neglected myself, but things got even worse. When I got the opportunity, I got in touch with the ''Haulers''. You know them, those are the people that abducted you and made you a what you are now."'
  32. '"What? What do you mean by ''what am I now?''"'
  33. '"A slave. My slave."'
  34. '"How do you imagine this? You''ll keep me locked in this room or what?"'
  35. '"No, of course not <<$pcs_firstname>>. I''m not a monster. I just want a tool to ventilate my urges. That tool is you."'
  36. '"What do you mean mean?"'
  37. '"As beautiful you are so slow your thinking is. I will do to you whatever I want to. And it does not matter if you agree or not, you are my slave after all."'
  38. '"If you won''t keep me locked how will you prevent me from running to the police and telling them everything?"'
  39. ''
  40. 'He slaps your face.'
  41. ''
  42. '"Do you think I am stupid? The authorities are under my grasp. I own them. Do it and nobody will see you ever again."'
  43. 'You get up back to your knees.'
  44. '"All right mister <<$bSurname>>, I''ve got the idea. I promise to keep quiet and be your...slave."'
  45. '"Very well. I will call you if I require your presence. Until then you are free to go."'
  46. if SchoolAtestat = 0:
  47. '"But mister <<$bSurname>>, what do I tell to my mom? How do I explain my absence from the school and everything?"'
  48. '"Do not care about the school. I will take care of it. As for your mom, if she asks, tell her you ran from home to a friend but reconsidered and went back."'
  49. '"Yes mister <<$bSurname>>."'
  50. schoolprogul = 0
  51. end
  52. *nl
  53. 'He throws you your clothes which he must have got when he bought you, "Get dressed and leave."'
  54. act 'Do as he says':
  55. minut += 5
  56. cla
  57. *clr
  58. gs 'stat'
  59. gs 'clothing', 'wear_last_worn'
  60. gs 'underwear', 'wear'
  61. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/office.jpg"></center>'
  62. 'You quickly put your clothes on, surprised to find they are clean and fresh.'
  63. act 'Leave':gt 'pavCommercialOffices'
  64. end
  65. end
  66. if $ARGS[0] = 'hall':
  67. minut += 1
  68. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/officehall.jpg"></center>'
  69. 'You are in the hallway leading to several offices. One of the doors has a doorsign <a href="exec:gt ''leonid'', ''office''"><<$bName>> <<$bSurname>>, lawyer.</a>'
  70. gs 'stat'
  71. leoHorny = rand (0, 20)
  72. leoStress = rand (0, 30)
  73. leoCoffee = rand (80, 100)
  74. leoComfort = rand (0, 30)
  75. paperwork = rand (40, 60)
  76. act 'Get back':gt 'pavCommercialOffices'
  77. end
  78. if $ARGS[0] = 'office':
  79. minut += 1
  80. if $clothingworntype = 'nude':
  81. '<b>You are naked.</b>'
  82. mult = 3
  83. end
  84. if (hour >= 9 and hour < 10) and leonidSecretary = 1 and week <= 5:
  85. if $clothingworntype = 'office':
  86. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/office.jpg"></center>'
  87. 'You are in the office of <<$bName>> <<$bSurname>>, working as his secretary. There are three other doors inside the office, one leading to a small <a href="exec:gt ''leonid'', ''officeKitchen''">kitchen</a>, second leading to a conference room and third leading to a <a href="exec:gt ''leonid'', ''toilet''">toilet</a>.'
  88. atWork = 1
  89. gt 'leonid', 'secretaryGate'
  90. else
  91. 'You need to be dressed as a secretary.'
  92. act 'Leave':gt 'leonid', 'hall'
  93. end
  94. elseif (hour >= 10 and hour <= 19) and leonidSecretary = 1 and week <= 5 and atWork = 1:
  95. gt 'leonid', 'secretaryGate'
  96. elseif (hour >= 10 and hour <= 18) and leonidVisit = 0 and week <= 5:
  97. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/office.jpg"></center>'
  98. 'You are in the office of <<$bName>> <<$bSurname>>. There are three other doors inside the office, one leading to a small <a href="exec:gt ''leonid'', ''officeKitchen''">kitchen</a>, second leading to a conference room and third leading to a <a href="exec:gt ''leonid'', ''toilet''">toilet</a>.'
  99. '<a href="exec:gt ''leonid'', ''officeLeonidGate''"><<$bName>> <<$bSurname>></a> is sitting behind his desk, working.'
  100. if slaveEventCount > 0:
  101. 'In the middle of the bookcase, there are hidden doors to a <a href="exec:gt ''leonid'', ''secretRoom''">bondage rooms</a>.'
  102. end
  103. elseif (hour >= 19 and hour =< 21) and leonidVisit = 1:
  104. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/office.jpg"></center>'
  105. 'You are in the office of <<$bName>> <<$bSurname>>. There are three other doors inside the office, one leading to a small <a href="exec:gt ''leonid'', ''officeKitchen''">kitchen</a>, second leading to a conference room and third leading to a <a href="exec:gt ''leonid'', ''toilet''">toilet</a>.'
  106. '<a href="exec:gt ''leonid'', ''officeLeonidGate''"><<$bName>> <<$bSurname>></a> is sitting behind his desk, waiting for you to come.'
  107. if slaveEventCount > 0:
  108. 'In the middle of the bookcase, there are hidden doors to a <a href="exec:gt ''leonid'', ''secretRoom''">bondage rooms</a>.'
  109. end
  110. else
  111. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/officehall.jpg"></center>'
  112. 'The office is locked, you cannot enter. The <a href="exec:gt ''leonid'', ''toilet''">toilet</a> is still open.'
  113. end
  114. gs 'stat'
  115. if $clothingworntype = 'nude':
  116. '<b>You need to dress up in order to leave.</b>'
  117. else
  118. act 'Get back':gt 'leonid', 'hall'
  119. end
  120. end
  121. if $ARGS[0] = 'secretaryGate':
  122. if $clothingworntype ! 'office':
  123. gt 'leonid', 'toilet'
  124. end
  125. if hour >= 19:
  126. gt 'leonid', 'secretaryEndWorkday'
  127. end
  128. '<table><tr><td valign="top">'
  129. if $clothingworntype = 'nude':
  130. '<b>You are naked.</b>'
  131. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/secretarynaked.jpg"></center>'
  132. mult = 3
  133. end
  134. if $clothingworntype = 'office' and CloBimbo = 0:
  135. '<b>You are dressed as a secretary.</b>'
  136. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/secretarynormal.jpg"></center>'
  137. mult = 1
  138. end
  139. if $clothingworntype = 'office' and CloBimbo = 1:
  140. '<b>You are dressed as a naughty secretary.</b>'
  141. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/secretarysexy.jpg"></center>'
  142. mult = 2
  143. end
  144. '</td><td valign="top">'
  145. if leoHorny < 0:leoHorny = 0
  146. if leoHorny > 100: leoHorny = 100
  147. if leoStress < 0:leoStress = 0
  148. if leoStress > 100:leoStress = 100
  149. if leoCoffee < 0:leoCoffee = 0
  150. if leoCoffee > 100:leoCoffee = 100
  151. if leoComfort < 0:leoComfort = 0
  152. if leoComfort > 100:leoComfort = 100
  153. if paperwork < 0:paperwork = 0
  154. if paperwork > 100:paperwork = 100
  155. punishBuildup = (40 * leoHorny + 40 * leoStress + 30 * leoCoffee + 30 * leoComfort) / 100
  156. 'You are in the office of <<$bName>> <<$bSurname>>. There are three other doors inside the office, one leading to a small <a href="exec:gt ''leonid'', ''officeKitchen''">kitchen</a>, second leading to a conference room and third leading to a <a href="exec:gt ''leonid'', ''toilet''">toilet</a>.'
  157. ''
  158. '<a href="exec:gt ''leonid'', ''officeLeonidGate''"><<$bName>> <<$bSurname>></a> is sitting behind his desk, working.'
  159. ''
  160. '<<$bName>> - status and needs:'
  161. '<b>Overall mood:'+punishBuildup+'</b>'
  162. 'Horniness: '+leoHorny
  163. 'Stress: '+leoStress
  164. 'Coffee: '+leoCoffee
  165. 'Comfort: '+leoComfort
  166. ''
  167. 'Your paperwork: '+paperwork
  168. ''
  169. '</td></tr></table>'
  170. if punishBuildup >= 100:
  171. act 'Be approched':gt 'leonid', 'doPunish'
  172. else
  173. if paperwork > 0:
  174. act 'Do paperwork':gt 'leonid', 'doPaperwork'
  175. end
  176. act 'Be lazy':gt 'leonid', 'doLazy'
  177. end
  178. end
  179. if $ARGS[0] = 'secretaryEndWorkday':
  180. atWork = 0
  181. workQuality = paperwork + (punishBuildup / 4)
  182. if workQuality > 100:workQuality = 100
  183. if workQuality < 10:
  184. $workQualityText = 'very good'
  185. workPayment = 1000
  186. elseif workQuality >= 10 and workQuality < 40:
  187. $workQualityText = 'good'
  188. workPayment = 500
  189. elseif workQuality >= 60 and workQuality < 60:
  190. $workQualityText = 'poor'
  191. workPayment = 250
  192. elseif workQuality >= 80 and workQuality <= 100:
  193. $workQualityText = 'terrible'
  194. workPayment = 1
  195. end
  196. 'Your workday is over. <<$bName>> is packing up his things and prepares to go home.'
  197. '<<$bName>>: <<$pcs_firstname>>, my <<$slaveTitle>> secretary. Today you did a <<$workQualityText>> job.'
  198. 'He hands you '+workPayment+' RUB and leaves.'
  199. ''
  200. 'Today you''ve done your duties on '+(100 - workQuality)+' %.'
  201. money += workPayment
  202. act 'Leave':gt 'leonid', 'hall'
  203. end
  204. if $ARGS[0] = 'doPunish':
  205. '<<$pcs_firstname>>, you are not doing your job as you should. I think it is time to remind you of your actual status, <<$slaveTitle>>!'
  206. leonidInFavour -= 1
  207. act 'Yes, master <<$bSurname>>.':gt 'leonid', 'bdsmGate'
  208. end
  209. if $ARGS[0] = 'doPaperwork':
  210. minut += 60
  211. leoHorny += rand (5 * mult, 20 * mult)
  212. leoStress += rand (5, 20)
  213. leoCoffee += rand (5, 15)
  214. leoComfort += rand (5, 15)
  215. donePaperwork = rand (10, 20)
  216. paperwork -= donePaperwork
  217. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/paperwork'+rand(1, 5)+'.jpg"></center>'
  218. 'You manage to get part of the workload to order, copying, filing and archiving.'
  219. ''
  220. 'Paperwork has diminished by '+donePaperwork
  221. gs 'stat'
  222. act 'Continue':gt 'leonid', 'secretaryGate'
  223. end
  224. if $ARGS[0] = 'doLazy':
  225. minut += 60
  226. leoHorny += rand (5 * mult, 20 * mult)
  227. leoStress += rand (5, 20)
  228. leoCoffee += rand (5, 15)
  229. leoComfort += rand (5, 15)
  230. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/lazy'+rand(1, 5)+'.jpg"></center>'
  231. 'You spend your working time polishing your nails and all the stuff everyone actually thinks secretaries do.'
  232. ''
  233. gs 'stat'
  234. act 'Continue':gt 'leonid', 'secretaryGate'
  235. end
  236. if $ARGS[0] = 'officeKitchen':
  237. minut += 2
  238. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/kitchen.jpg"></center>'
  239. 'Small office kitchen, equipped with all that is needed for a regular working day.'
  240. if taskCoffee = 1 or leonidSecretary = 1:
  241. 'You can use the coffee maker to <a href="exec:gt ''leonid'', ''officeKitchenMakeCoffe''">prepare a coffee</a>.'
  242. end
  243. gs 'stat'
  244. act 'Get back to office':gt 'leonid', 'office'
  245. end
  246. if $ARGS[0] = 'officeKitchenMakeCoffe':
  247. minut += 10
  248. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/coffeemaker.jpg"></center>'
  249. 'You''ve put some coffee in the maker, poured water in the tank and put it on.'
  250. 'After few minutes the drink is ready.'
  251. gs 'stat'
  252. act 'Continue':gt 'leonid', 'officeKitchenBringCoffee'
  253. end
  254. if $ARGS[0] = 'officeKitchenBringCoffee':
  255. minut += 2
  256. 'You are about to bring coffee to mister <<$bSurname>>. You decide to:'
  257. taskCoffee = 0
  258. gs 'stat'
  259. if hour >= 10 and hour < 18:
  260. act 'Strip and bring it naked':gt 'leonid', 'officeKitchenBringCoffeeNaked'
  261. end
  262. act 'Just bring it, nothing special':gt 'leonid', 'officeKitchenBringCoffeeNormal'
  263. end
  264. if $ARGS[0] = 'officeKitchenBringCoffeeNaked':
  265. minut += 5
  266. gs 'underwear', 'remove'
  267. gs 'clothing', 'strip'
  268. gs 'stat'
  269. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/bringcoffeenaked.jpg"></center>'
  270. 'You strip down even your panties and take the coffee. Slowly you walk through the door inside <<$bName>>''s office, trying to look as arousing as possible.'
  271. fuckCh = rand(1, 100) + leoHorny
  272. if fuckCh >= 70:
  273. '<<$bName>> looks up to you and sees that you are naked.'
  274. 'There is a flash of surprise in his eyes, but you can see he is delighted by this pleasant improvement of his otherwise regular working day.'
  275. 'You place the cup on his desk, showing him even more of your beautiful breasts, and giving him a teasing look.'
  276. 'He reaches for your tits and starts to enjoy himself.'
  277. act 'Give in to him':gt 'leonid', 'officeFuck'
  278. else
  279. '<<$bName>> looks up to you and sees that you are naked.'
  280. 'He''s sliding his eyes all over your body but soon he gets back to his paperwork.'
  281. 'You put the cup on his desk and trying to tease him you wait a few seconds, but he''s still working, paying you no attention.'
  282. act 'Give up and get back':gt 'leonid', 'office'
  283. end
  284. leoCoffee -= 50
  285. leonidInFavour += 1
  286. gs 'stat'
  287. end
  288. if $ARGS[0] = 'officeKitchenBringCoffeeNormal':
  289. minut += 5
  290. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/bringcoffee.jpg"></center>'
  291. 'You take the cup and bring it to his desk, putting next to the papers <<$bName>> is working on.'
  292. 'He briefly looks on the cup and frowns.'
  293. 'You take it as a sign of approval.'
  294. leoCoffee -= 50
  295. gs 'stat'
  296. act 'Leave':gt 'leonid', 'office'
  297. end
  298. if $ARGS[0] = 'officeFuck':
  299. sexType = rand(1, 2)
  300. if sexType = 1:
  301. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/pussy'+rand(1, 5)+'.mp4"></video></center>'
  302. '<<$bName>> bends you over his desk, pushing the paperwork away.'
  303. 'You angle your ass for better access, just like his true <<$slaveTitle>>.'
  304. '<<$bName>> takes his hard cock out of his pants and pushes it into your already wet pussy.'
  305. gs 'arousal', 'vaginal', 45, 'sub'
  306. act 'Continue':gt 'leonid', 'cumPussy'
  307. else
  308. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/anal'+rand(1, 2)+'.mp4"></video></center>'
  309. '<<$bName>> bends you over his desk, pushing the paperwork away.'
  310. 'You angle your ass for better access, just like his true <<$slaveTitle>>.'
  311. '<<$bName>> takes his hard cock out of his pants, spits some of his own saliva on it and pushes it into your dry anus.'
  312. gs 'arousal', 'anal', 45, 'sub'
  313. act 'Continue':gt 'leonid', 'cumAnal'
  314. end
  315. gs 'stat'
  316. end
  317. if $ARGS[0] = 'cumAnal':
  318. minut += 10
  319. leoHorny -= 50
  320. gs 'cum_call', 'anus', $boy, 1
  321. gs 'arousal', 'end'
  322. gs 'stat'
  323. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/cumanal'+rand(1, 2)+'.mp4"></video></center>'
  324. '<<$bName>> cums deep in your intestines.'
  325. if money < 2000:
  326. act 'Mister <<$bSurname>>, may I ask you something?':gt 'leonid', 'askForJob'
  327. end
  328. act 'Thank him and leave':gt 'leonid', 'office'
  329. end
  330. if $ARGS[0] = 'cumPussy':
  331. minut += 10
  332. leoHorny -= 50
  333. gs 'cum_call', '', $boy, 1
  334. gs 'arousal', 'end'
  335. gs 'stat'
  336. if money < 2000:
  337. act 'Mister <<$bSurname>>, may I ask you something?':gt 'leonid', 'askForJob'
  338. end
  339. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/cumpussy'+rand(1, 1)+'.mp4"></video></center>'
  340. '<<$bName>> cums deep in your vagina.'
  341. act 'Thank him and leave':gt 'leonid', 'office'
  342. end
  343. if $ARGS[0] = 'askForJob':
  344. minut += 2
  345. 'Sir you know.. I.. I need money. So i thought, maybe, maybe I could work for you..'
  346. 'You don''t want me whoring to random men, do you?'
  347. ''
  348. 'Hmm, <<$pcs_firstname>>, I was actually already thinking about hiring a secretary.'
  349. 'With you taking such place, my workdays could be much more interesting..'
  350. act 'Accept':gt 'leonid', 'askForJobYes'
  351. act 'On second thought.. I''m not qualified enough.':gt 'leonid', 'askForJobNo'
  352. end
  353. if $ARGS[0] = 'askForJobYes':
  354. 'Thank you master, I would love to be your secretary.'
  355. ''
  356. 'Good.'
  357. 'Come next working day between 9 and 10.'
  358. 'Be sure to dress as befits to your role - here, buy some office clothes (he hands you 5000 RUB).'
  359. money += 5000
  360. leonidSecretary = 1
  361. act 'Leave':gt 'leonid', 'office'
  362. end
  363. if $ARGS[0] = 'askForJobNo':
  364. 'On second thought.. I''m not qualified enough'
  365. ''
  366. '<<$pcs_firstname>>, don''t play with me.'
  367. 'You are still my slave and I think you need to be reminded of that!'
  368. act 'Continue':gt 'leonid', 'officeLeonidPunishmentGate'
  369. end
  370. if $ARGS[0] = 'secretRoom':
  371. if slaveEventCount = 0:
  372. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/sex/secretdoor.jpg"></center>'
  373. '<<$bName>> opens up a secret door behind a bookcase. It leads to a several other rooms - one has a large bed with various straps and cuffs, other contains various bondage equipment.'
  374. 'Come, <<$slaveTitle>>, come to my kingdom.'
  375. 'In fear you step through the secret door and look around on all the stuff that is prepared for you.'
  376. '<<$bName>> closes the door behind you and grabs you by the arm.'
  377. slaveEventCount += 1
  378. leonidVisit = 0
  379. if leonidVisitMissed > 0:leonidVisitMissed -= 1
  380. leonidSlaveDay = (daystart + rand(1, 5))
  381. act 'Continue':gt 'leonid', 'bdsmGate'
  382. elseif slaveEventCount > 0 and leonidVisit = 1 and leonidVisitMissed <= 3:
  383. leoHorny = rand (30, 100)
  384. slaveEventCount += 1
  385. leonidVisit = 0
  386. if leonidVisitMissed > 0:leonidVisitMissed -= 1
  387. leonidSlaveDay = (daystart + rand(1, 5))
  388. gs 'stat'
  389. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/sex/kneeling1.jpg"></center>'
  390. 'You go in the secret room, strip down and equip your collar. You kneel down expecting <<$bName>> to come, ready to serve him.'
  391. act 'Continue':gt 'leonid', 'bdsmGate'
  392. elseif leonidVisitMissed > 3:
  393. gs 'leonid', 'sold'
  394. else
  395. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/sex/secretroom.jpg"></center>'
  396. 'You are in the secret room, full of bondage equipment.'
  397. act 'Get back':gt 'leonid', 'office'
  398. end
  399. end
  400. if $ARGS[0] = 'bdsmGate':
  401. if leoHorny < 30:
  402. actionType = rand(1, 2)
  403. elseif leoHorny >= 30:
  404. actionType = rand(3, 8)
  405. end
  406. if actionType = 1:
  407. gs 'leonid', 'bdsmFuckVaginal'
  408. elseif actionType = 2:
  409. gs 'leonid', 'bdsmFuckAnal'
  410. elseif actionType = 3 and actionTypeRecent ! 3:
  411. gs 'leonid', 'bdsmHorse'
  412. elseif actionType = 4 and actionTypeRecent ! 4:
  413. gs 'leonid', 'bdsmWhip'
  414. elseif actionType = 5 and actionTypeRecent ! 5:
  415. gs 'leonid', 'bdsmDildo'
  416. elseif actionType = 6 and actionTypeRecent ! 6:
  417. gs 'leonid', 'bdsmMachine'
  418. elseif actionType = 7 and actionTypeRecent ! 7:
  419. gs 'leonid', 'bdsmDeepthroat'
  420. elseif actionType = 8 and actionTypeRecent ! 8:
  421. gs 'leonid', 'bdsmForcedOrgasm'
  422. else
  423. gs 'leonid', 'bdsmGate'
  424. end
  425. end
  426. if $ARGS[0] = 'bdsmFuckVaginal':
  427. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/pussybound'+rand(1, 5)+'.mp4"></video></center>'
  428. '<<$bName>> ties you up and positions you as he will.'
  429. 'Then he takes his hard cock and shoves it into your unprepared pussy.'
  430. gs 'arousal', 'vaginal', 60, 'sub', 'rough', 'maso', 'bound'
  431. gs 'pain', 2, 'vaginal', 'stretch'
  432. gs 'stat'
  433. act 'Continue':gt 'leonid', 'cumPussy'
  434. end
  435. if $ARGS[0] = 'bdsmFuckAnal':
  436. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/analbound'+rand(1, 5)+'.mp4"></video></center>'
  437. '<<$bName>> ties you up and positions you as he will.'
  438. 'Then he takes his hard cock and shoves it into your unprepared anus.'
  439. gs 'arousal', 'anal', 60, 'sub', 'rough', 'maso', 'bound'
  440. gs 'pain', 2, 'asshole', 'stretch'
  441. gs 'stat'
  442. act 'Continue':gt 'leonid', 'cumAnal'
  443. end
  444. if $ARGS[0] = 'bdsmHorse':
  445. actionTypeRecent = 3
  446. leoHorny -= rand(20, 50)
  447. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/horse'+rand(1, 5)+'.mp4"></video></center>'
  448. '<<$bName>> ties you up and leads you to a room with bondage devices.'
  449. 'He decides to play with you on a wooden horse..this is going to hurt!'
  450. 'With bound hands you are seaten on it. The top is dull but it hurts anyway - the wooden top is squeezing your labia against the crotch.'
  451. 'As much as you try to twist and ease, it gets only worse.'
  452. minut += 30
  453. gs 'pain', 3, 'labia', 'hit'
  454. gs 'stat'
  455. act 'Continue':gt 'leonid', 'bdsmGate'
  456. end
  457. if $ARGS[0] = 'bdsmWhip':
  458. actionTypeRecent = 4
  459. leoHorny -= rand(20, 50)
  460. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/whip'+rand(1, 7)+'.mp4"></video></center>'
  461. '<<$bName>> ties you up and leads you to a room with bondage devices.'
  462. 'He suspends your hand to a hook on the ceiling, leaving you almost hanging by your hands.'
  463. 'Then he takes a leather whip a gives you a hard whipping, targeting your sensitive areas.'
  464. 'When he''s done, your breast, belly, croctch and ass are red as a lobster, burning in pain.'
  465. minut += 30
  466. gs 'pain', 2, 'asscheeks', 'spank'
  467. gs 'pain', 2, 'breasts', 'spank'
  468. gs 'pain', 2, 'tummy', 'spank'
  469. gs 'pain', 2, 'labia', 'spank'
  470. gs 'stat'
  471. act 'Continue':gt 'leonid', 'bdsmGate'
  472. end
  473. if $ARGS[0] = 'bdsmDildo':
  474. actionTypeRecent = 5
  475. leoHorny -= rand(20, 50)
  476. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/dildo'+rand(1, 4)+'.mp4"></video></center>'
  477. '<<$bName>> ties you up and leads you to a room with bondage devices.'
  478. 'He orders you to kneel down, sticking your ass high in the air and ties your hands and legs so you cannot move.'
  479. 'Then he brings a large dildo and starts using it on your holes, fucking you with it furiously and relentlessly.'
  480. 'He switches your ass and pussy as he likes, not caring about your feelings.'
  481. 'It hurts since he hits your cervix or instestinal walls often - the only thing you are able to do is moan loud as every stroke makes you cry some more.'
  482. minut -= 30
  483. gs 'arousal', 'vaginal_dildo', 30, 'sub', 'bound', 'rough'
  484. gs 'arousal', 'anal_dildo', 30, 'sub', 'bound', 'rough'
  485. gs 'pain', 2, 'vaginal', 'stretch'
  486. gs 'pain', 2, 'cervix', 'hit'
  487. gs 'pain', 2, 'asshole', 'stretch'
  488. gs 'pain', 2, 'tummy', 'hit'
  489. gs 'stat'
  490. act 'Continue':gt 'leonid', 'bdsmGate'
  491. end
  492. if $ARGS[0] = 'bdsmMachine':
  493. actionTypeRecent = 6
  494. leoHorny -= rand(20, 50)
  495. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/machine'+rand(1, 5)+'.mp4"></video></center>'
  496. '<<$bName>> ties you up and leads you to a room with bondage devices.'
  497. 'He orders you to kneel down into a strange device - the most visible part of it is a rod with a screw. What could be screwed on it, you wonder.'
  498. 'Your question is answered shortly - <<$bName>> brings a large dildo and secures it on the rod.'
  499. 'He spats some lube on it - you are expecting to penetrate you any minute, wondering only if it will be your ass or pussy..'
  500. '<<$bName>> points it toward your pussy and turns it on, stepping away with a remote controller.'
  501. 'Being bound like that, he just plays with the remote, sometime making you scream and sometime lowering the speed to ease your sensations.'
  502. gs 'arousal', 'vaginal_dildo', 30, 'sub', 'bound', 'rough'
  503. gs 'pain', 2, 'vaginal', 'stretch'
  504. gs 'stat'
  505. act 'Continue':gt 'leonid', 'bdsmGate'
  506. end
  507. if $ARGS[0] = 'bdsmDeepthroat':
  508. actionTypeRecent = 7
  509. leoHorny -= rand(20, 50)
  510. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/dildothroat'+rand(1, 3)+'.mp4"></video></center>'
  511. '<<$bName>> ties you up and leads you to a room with bondage devices.'
  512. 'He orders you to kneel down, having your hands bound behind your back.'
  513. '<<$bName>> brings a large rubber dildo and orders you to open your mouth.'
  514. 'Like a slave you actually are, you comply without hesitance and open it as wide as possible.'
  515. 'He stuffs the dildo inside it and slowly starts to fuck it, with every stroke going deeper and deeper.'
  516. 'After few minutes the dildo is being pushed all the way inside your throat, with your own saliva and tears running down your face.'
  517. gs 'arousal', 'bj', 30, 'sub', 'bound', 'deepthroat'
  518. gs 'pain', 2, 'throat', 'stretch'
  519. gs 'stat'
  520. act 'Continue':gt 'leonid', 'bdsmGate'
  521. end
  522. if $ARGS[0] = 'bdsmForcedOrgasm':
  523. actionTypeRecent = 8
  524. leoHorny -= rand(20, 50)
  525. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/forcedorgasm'+rand(1, 4)+'.mp4"></video></center>'
  526. '<<$bName>> ties you up and leads you to a room with bondage devices.'
  527. 'He lies you down, securing your hands and legs so you cannot move and also exposing your crotch to his liking.'
  528. 'He brings a large vibrator device and starts to massage your labia.'
  529. 'First he uses low setting, but after a while he turns it on max and instead targets directly your clitoris.'
  530. 'The sensation is so strong, you cannot differentiate if it hurts or if its pleasurable.'
  531. $orgasm_or = 'yes'
  532. gs 'arousal', 'vaginal_vibe', 30, 'sub', 'rough', 'maso', 'bound'
  533. gs 'pain', 3, 'clitoris', 'ache'
  534. gs 'stat'
  535. act 'Continue':gt 'leonid', 'bdsmGate'
  536. end
  537. if $ARGS[0] = 'officeLeonidGate':
  538. minut += 2
  539. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/leonid.jpg"></center>'
  540. if leonidVisit = 1:
  541. 'Hello <<$pcs_firstname>>, my <<$slaveTitle>>.'
  542. if slaveEventCount = 0:
  543. act 'Hello mister <<$bSurname>>, you called me?':gt 'leonid', 'secretRoom'
  544. else
  545. act 'Hello mister <<$bSurname>>, you called me?':gt 'leonid', 'secretRoom'
  546. end
  547. elseif leonidVisit = 0:
  548. 'What do you want <<$pcs_firstname>>? I''m working, can''t you see?'
  549. act 'I want to serve my master':gt 'leonid', 'officeLeonidHasTime'
  550. if leoComfort > 50:
  551. act 'Offer him a massage':gt 'leonid', 'massage'
  552. end
  553. if leonidSecretary = 1:
  554. act 'Get back':gt 'leonid', 'secretaryGate'
  555. else
  556. act 'Appologize and leave':gt 'leonid', 'office'
  557. end
  558. end
  559. gs 'stat'
  560. end
  561. if $ARGS[0] = 'massage':
  562. minut += 2
  563. 'You are about to give a massage to <<$bName>> <<$bSurname>>..'
  564. act 'Strip down and give erotic massage':gt 'leonid', 'massageErotic'
  565. !! act 'Give him regular massage':gt 'leonid', 'massageRegular'
  566. end
  567. if $ARGS[0] = 'massageErotic':
  568. gs 'stat'
  569. gs 'arousal', 'foreplay', 30
  570. leoHorny += rand (60, 80)
  571. leoComfort -= rand (40, 60)
  572. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/massageerotic'+rand(1,2)+'.mp4"></video></center>'
  573. '<<$bName>> lies down on a table. You strip down your clothes and give him errotic massage using oil.'
  574. 'First his back, then you move to his front. He seems to enjoy it..'
  575. act 'End the massage end get back to work':gt 'leonid', 'office'
  576. act 'Use your hands':gt 'leonid', 'massageEroticHandjob'
  577. end
  578. if $ARGS[0] = 'massageEroticHandjob':
  579. gs 'stat'
  580. gs 'arousal', 'hj', 5
  581. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/massageerotichand.mp4"></video></center>'
  582. '<<$bName>>''s member is already hard in the moment you reach for it.'
  583. 'Gently jerking it off he seems to be aroused even more.'
  584. act 'Finish him with your hand':gt 'leonid', 'massageEroticHandjobFinish'
  585. act 'Continue with mouth':gt 'leonid', 'massageEroticBlowjob'
  586. end
  587. if $ARGS[0] = 'massageEroticHandjobFinish':
  588. gs 'stat'
  589. gs 'arousal', 'hj', 15
  590. gs 'cum_call', 'hands', $boy, 1
  591. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/massageerotichandfinish.mp4"></video></center>'
  592. 'You bring him to an orgasm using your hand..'
  593. leoHorny -= rand (40, 50)
  594. act 'Clean up and get back to work':gt 'leonid', 'office'
  595. end
  596. if $ARGS[0] = 'massageEroticBlowjob':
  597. gs 'stat'
  598. gs 'arousal', 'bj', 5
  599. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/massageeroticmouth'+rand(1, 2)+'.mp4"></video></center>'
  600. 'His hard cock feels nice in your mouth and <<$bName>> seems to enjoy it even more than just your hand..'
  601. act 'Finish him with your mouth':gt 'leonid', 'massageEroticBlowjobFinish'
  602. act 'Bend over and offer your holes':gt 'leonid', 'massageEroticFuck'
  603. end
  604. if $ARGS[0] = 'massageEroticBlowjobFinish':
  605. gs 'stat'
  606. gs 'arousal', 'bj', 15
  607. gs 'cum_call', 'mouth', $boy, 1
  608. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/massageeroticmouthfinish.mp4"></video></center>'
  609. 'You bring him to an orgasm using your mouth..'
  610. leoHorny -= rand (50, 60)
  611. act 'Clean up and get back to work':gt 'leonid', 'office'
  612. end
  613. if $ARGS[0] = 'massageEroticFuck':
  614. gs 'stat'
  615. gs 'arousal', 'vaginal', 10
  616. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/massageeroticfuck.mp4"></video></center>'
  617. '<<$bName>> does not take long, get up and sticks his hard cock inside your already wet pussy.'
  618. act 'Let him finish':gt 'leonid', 'massageEroticFuckFinish'
  619. end
  620. if $ARGS[0] = 'massageEroticFuckFinish':
  621. gs 'stat'
  622. gs 'arousal', 'vaginal', 15
  623. gs 'cum_call', '', $boy, 1
  624. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/massageeroticfuckfinish.mp4"></video></center>'
  625. 'He fucks you until he cums. Inside..'
  626. leoHorny -= rand (60, 80)
  627. act 'Clean up and get back to work':gt 'leonid', 'office'
  628. end
  629. if $ARGS[0] = 'officeLeonidHasTime':
  630. minut += 2
  631. serveType = rand(1, 50) + leoStress
  632. if serveType > 70:
  633. 'I said I''m working, <<$slaveTitle>>. Do you want to be punished for causing trouble?'
  634. act 'I want to be punished':gt 'leonid', 'officeLeonidPunishmentGate'
  635. if leonidSecretary = 1:
  636. act 'Get back':gt 'leonid', 'secretaryGate'
  637. else
  638. act 'Appologize and leave':gt 'leonid', 'office'
  639. end
  640. else
  641. gs 'leonid', 'officeLeonidVoluntaryServeGate'
  642. end
  643. gs 'stat'
  644. end
  645. if $ARGS[0] = 'officeLeonidVoluntaryServeGate':
  646. minut += 2
  647. serveType = rand(1, 50) + leoHorny
  648. if serveType <= 70:
  649. taskCoffee = 1
  650. 'Go and make me a coffee.'
  651. act 'Go make it':gt 'leonid', 'officeKitchen'
  652. elseif serveType > 70:
  653. 'Then crawl under the desk and suck my dick.'
  654. act 'Do it':gt 'leonid', 'officeLeonidSuckUnderTable'
  655. end
  656. gs 'stat'
  657. end
  658. if $ARGS[0] = 'officeLeonidSuckUnderTable':
  659. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/suckundertable'+rand(1,4)+'.mp4"></video></center>'
  660. gs 'stat'
  661. gs 'arousal', 'bj', 20, 'sub'
  662. gs 'arousal', 'end'
  663. act 'Let him cum in your mouth':gt 'leonid', 'officeLeonidSuckUnderTable1'
  664. act 'Let him cum on your face':gt 'leonid', 'officeLeonidSuckUnderTable2'
  665. end
  666. if $ARGS[0] = 'officeLeonidSuckUnderTable1':
  667. minut += 3
  668. leoHorny -= 40
  669. gs 'cum_call', 'mouth', $boy, 1
  670. gs 'stat'
  671. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/cummouth'+rand(1,4)+'.mp4"></video></center>'
  672. 'As <<$bName>> cums, you let the tip of his cock point into your mouth and catch all the sperm.'
  673. 'Then you stick your head up, show him your mouth full of his sperm and with smile you swallow it.'
  674. act 'Continue':gt 'leonid', 'office'
  675. end
  676. if $ARGS[0] = 'officeLeonidSuckUnderTable2':
  677. minut += 3
  678. leoHorny -= 40
  679. gs 'cum_call', 'face', $boy, 1
  680. gs 'stat'
  681. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/cumface'+rand(1,5)+'.mp4"></video></center>'
  682. 'As <<$bName>> cums, you let the tip of his cock point towards your face, letting him spray all over your face.'
  683. 'Then you stick your head up, showing him your face cowered in sperm.'
  684. act 'Continue':gt 'leonid', 'office'
  685. end
  686. if $ARGS[0] = 'officeLeonidPunishmentGate':
  687. minut += 2
  688. !! maybe somebody wanted to make more ways here but just one is active
  689. !! serveType = rand(1, 100)
  690. !! if serveType <= 100:
  691. !! gs 'leonid', 'officeLeonidPunishmentSpank'
  692. !! elseif:
  693. !! end
  694. leonidInFavour -= 1
  695. gt 'leonid', 'officeLeonidPunishmentSpank'
  696. end
  697. if $ARGS[0] = 'officeLeonidPunishmentSpank':
  698. '<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/spank'+rand(1,5)+'.mp4"></video></center>'
  699. '<<$bName>> strips down your clothes and gives you a harsh spanking.'
  700. leoStress -= 50
  701. minut += 30
  702. pain['asscheeks'] += 10
  703. gs 'stat'
  704. gs 'arousal', 'foreplay', 10, 'sub', 'maso', 'humiliation'
  705. if leonidSecretary = 1:
  706. act 'Get back':gt 'leonid', 'secretaryGate'
  707. else
  708. act 'Thank you master':gt 'leonid', 'office'
  709. end
  710. end
  711. if $ARGS[0] = 'call':
  712. minut += 2
  713. '<<$pcs_firstname>>, be at 20:00 at the office. Understood?'
  714. leonidVisit = 1
  715. minut += 1
  716. gs 'stat'
  717. act 'Yes mister <<$bSurname>>.':gt $loc, $metka
  718. end
  719. if $ARGS[0] = 'callMissed':
  720. minut += 2
  721. if leonidVisitMissed <= 2:
  722. 'Are you forgetting what you are, slave? Be at 20:00 at the office and don''t fail me again, or there will be consequences. Understood?'
  723. elseif leonidVisitMissed >= 3:
  724. 'This is your last warning, slave. If you won''t come to my office today at 20:00, bad things will happen. Understood?'
  725. end
  726. leonidVisit = 1
  727. minut += 1
  728. leonidSlaveDay = daystart
  729. gs 'stat'
  730. act 'Yes mister <<$bSurname>>, I''m sorry. I''ll be there.':gt $loc, $metka
  731. end
  732. if $ARGS[0] = 'sold':
  733. minut += 35
  734. leonidSlave = 0
  735. '"<<$pcs_firstname>>, you stupid bitch. I thought you were already trained well, given the experience from the slave facility."'
  736. 'You try to object to his statement, but he just slaps your face shutting you up even before you were able to say a word.'
  737. '"I don''t need such an unruly slave as you. I can easily buy another, more obedient one."'
  738. '"Perhaps I shall keep them locked up, next time. But not you, <<$pcs_firstname>>. I don''t want any more trouble with you."'
  739. '"Everything is already arranged. You are leaving now, enjoy the countless dicks waiting for you."'
  740. 'Your face turn pale from his words, fearing what they meant.'
  741. 'A fat old lady comes with cuffs and a hood, still in surprise you are bound and hood is put on your head.'
  742. 'You find yourself once again in a trunk of a car, travelling somewhere else to an unknown and possibly unpleasant future..'
  743. ''
  744. 'After about half an hour you are unloaded from the trunk and lead somewhere inside.'
  745. 'The fat lady removes the hood: "You are in brothel, bitch. I guess you know what are you going to do here."'
  746. '"Over there is your room where you can sleep. Some food is in the cabinet."'
  747. '"When whoring, I want you clean and made up. Earn me enough money and I may let you leave. Understood?"'
  748. workDolg = 100000 + money
  749. gs 'stat'
  750. act 'Continue':gt 'sauna', 'saunaroom'
  751. end
  752. if $ARGS[0] = 'toilet':
  753. CLOSE ALL
  754. $loc = 'leonid'
  755. $metka = 'toilet'
  756. $location_type = 'bathroom'
  757. $locM = 'leonid'
  758. $metkaM = 'toilet'
  759. minut += 2
  760. '<center><h4>Office toilet</h4></center>'
  761. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/toilet.jpg"></center>'
  762. 'You are in an office toilet.'
  763. if $clothingworntype ! 'office':
  764. '<b style="color: #FF00000">You are at work, so you need to be dressed as a secretary!</b>'
  765. end
  766. act 'Leave the restroom':gt 'leonid', 'office'
  767. act 'Change your clothes':gt 'wardrobe', 'start'
  768. act 'Look in the mirror': gt 'mirror', 'start'
  769. if pcs_hairbsh = 0: act 'Brush your hair': gt 'mirror', 'brush'
  770. dynamic $tampon
  771. dynamic $quickwash
  772. dynamic $basin
  773. end
  774. --- leonid ---------------------------------