leonid.qsrc 34 KB

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