lab 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844
  1. # lab
  2. if $ARGS[0] = 'start':
  3. cla
  4. clr
  5. *clr
  6. CLOSE ALL
  7. if sound = 0:PLAY 'sound/street.mp3',30
  8. minut += 5
  9. gs 'stat'
  10. if night_mode = 1:
  11. fcolor = rgb(255, 255, 255)
  12. bcolor = rgb(0, 0, 0)
  13. lcolor = rgb(106, 90, 205)
  14. else
  15. fcolor = rgb(0, 0, 0)
  16. bcolor = rgb(255, 255, 255)
  17. lcolor = rgb(106, 90, 205)
  18. end
  19. '<center><b><font color="maroon">Tatianas'' Laboratory</font></b></center>'
  20. '<center><img src="images/qwest/lab.jpg"></center>'
  21. if succubusflag = 1 and sucbypass = 0:
  22. if sucpcinfo < 2:
  23. xgt 'lab', 'suctraining'
  24. elseif sucpcinfo >= 6 and sucskill < 3 and sctrainprep = 1:
  25. xgt 'lab', 'suctraining'
  26. end
  27. elseif succubusflag = 1 and sucbypass = 1:
  28. sucbypass = 0
  29. end
  30. act 'Leave':
  31. cla
  32. minut += 5
  33. gt 'down'
  34. end
  35. !! if tatina_missionday < daystart:
  36. !! gt 'lab', 'missions'
  37. !! end
  38. act 'Train with Gustav':
  39. cla
  40. gt 'lab', 'Gustav'
  41. end
  42. act 'Train with Tatiana':
  43. cla
  44. gt 'lab', 'Tatiana'
  45. end
  46. if judosparday ! daystart:
  47. act 'Sparring (Gustav, mutant power 600)':
  48. cla
  49. judosparday = daystart
  50. gs 'boyStat', 175
  51. !!stats
  52. strenV = 600
  53. speedV = 60
  54. agilV = 60
  55. reactV = 50
  56. vitalV = 200
  57. intelV = 50
  58. willV = 50
  59. !!skills
  60. magikV = 100
  61. boxingV = 100
  62. shootV = 100
  63. !!parameters
  64. healthV = vitalV * 10 + strenV * 5
  65. mannaV = intelV * 10 + magikV * 10
  66. willpowerV = willV * 10
  67. BonusAtakV = 0
  68. BonusDefV = 0
  69. !!Programme of Action
  70. program = 0
  71. jugoFight = 2
  72. gt 'fight', 'start'
  73. end
  74. end
  75. if tatianasparday ! daystart:
  76. act 'Sparring (Tatiana, magician6)':
  77. cla
  78. tatianasparday = daystart
  79. gs 'boyStat', 176
  80. !!stats
  81. strenV = 60
  82. speedV = 100
  83. agilV = 100
  84. reactV = 60
  85. vitalV = 100
  86. intelV = 100
  87. willV = 100
  88. !!skills
  89. magikV = 100
  90. boxingV = 100
  91. shootV = 100
  92. !!parameters
  93. healthV = vitalV * 10 + strenV * 5
  94. mannaV = intelV * 6 + magikV * 10
  95. willpowerV = willV * 10
  96. BonusAtakV = 0
  97. BonusDefV = 0
  98. !!Programme of Action
  99. program = 4
  100. tatianaFight = 1
  101. gt 'fight', 'start'
  102. end
  103. end
  104. end
  105. if $ARGS[0] = 'Gustav':
  106. cla
  107. clr
  108. *clr
  109. minut += 5
  110. gs 'stat'
  111. if night_mode = 1:
  112. fcolor = rgb(255, 255, 255)
  113. bcolor = rgb(0, 0, 0)
  114. lcolor = rgb(106, 90, 205)
  115. else
  116. fcolor = rgb(0, 0, 0)
  117. bcolor = rgb(255, 255, 255)
  118. lcolor = rgb(106, 90, 205)
  119. end
  120. '<center><b><font color="maroon">Gustav</font></b></center>'
  121. '<center><img src="images/characters/magic/jugopre.jpg"></center>'
  122. 'Gustav is sitting on floor and staring off into space.'
  123. act 'Leave':gt 'lab', 'start'
  124. if gustavday ! daystart:
  125. act 'Develop strength (1:00)':
  126. cla
  127. stren_exp += rand(3, 6) + (steroid_dose - rand(0,steroid_dose)) & gs 'obj_din', 'steroids'
  128. minut += 60
  129. gustavday = daystart
  130. 'You do exercises under the guidance of Gustav.'
  131. act 'Leave':gt 'lab', 'Gustav'
  132. end
  133. act 'Develop agility (1:00)':
  134. cla
  135. agil_exp += rand(3, 6)
  136. minut += 60
  137. gustavday = daystart
  138. 'You do exercises under the guidance of Gustav.'
  139. act 'Leave':gt 'lab', 'Gustav'
  140. end
  141. act 'Develop reactions (1:00)':
  142. cla
  143. react_exp += rand(3, 6)
  144. minut += 60
  145. gustavday = daystart
  146. 'You do exercises under the guidance of Gustav.'
  147. act 'Leave':gt 'lab', 'Gustav'
  148. end
  149. act 'Develop endurance (1:00)':
  150. cla
  151. vital_exp += rand(3, 6) + (steroid_dose - rand(0,steroid_dose)) & gs 'obj_din', 'steroids'
  152. minut += 60
  153. gustavday = daystart
  154. 'You do exercises under the guidance of Gustav.'
  155. act 'Leave':gt 'lab', 'Gustav'
  156. end
  157. end
  158. end
  159. if $ARGS[0] = 'Tatiana':
  160. cls
  161. $loc = 'lab'
  162. $metka = 'Tatiana'
  163. minut += 5
  164. gs 'stat'
  165. if night_mode = 1:
  166. fcolor = rgb(255, 255, 255)
  167. bcolor = rgb(0, 0, 0)
  168. lcolor = rgb(106, 90, 205)
  169. else
  170. fcolor = rgb(0, 0, 0)
  171. bcolor = rgb(255, 255, 255)
  172. lcolor = rgb(106, 90, 205)
  173. end
  174. '<center><b><font color="maroon">Tatiana</font></b></center>'
  175. '<center><img src="images/pre/shared/karinpre.jpg"></center>'
  176. 'Tatiana is always studying something.'
  177. if succubusflag = 1:
  178. if tatianasucsex > 0 and sucinfoday ! 0 and sucinfoday <= daystart:
  179. '"Hey <<$pcs_nickname>>!'
  180. '"I''ve gotten some more information about Succubae!"'
  181. if sucpcinfo = 4 and succublvl >= 2:
  182. '"I heard from one of my mage contacts, in Sydney, Australia of all places, and he passed on some more details."'
  183. sucpcinfo = 5
  184. sucinfoday = daystart + 10 + rand(0,7)
  185. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 1
  186. exit
  187. elseif sucpcinfo = 5:
  188. '"I heard from an old friend of mine who is now living in Morocco and she also has a Succubus for a lover. She said that after they had been together for some time, they discovered that with her help, her Succubus lover learned something new."'
  189. sucpcinfo = 6
  190. sucinfoday = daystart + 17 + rand(0,7)
  191. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 2
  192. exit
  193. elseif sucpcinfo = 6:
  194. '"I heard from one of my contacts. He''s living in Las Vegas in America, which, apparently, is the Succubus capital of North America, and he passed along two pieces of information."'
  195. sucpcinfo = 7
  196. !! The +9000000 is so I can easily reset it when the next Skill upadtes are ready.
  197. sucinfoday = daystart + 9000000
  198. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 3
  199. exit
  200. end
  201. end
  202. if tatianasucsex ! 0 and tatianasucsexask ! daystart: act 'Ask if she want''s to have sex': tatianasucsexask = daystart & gt 'lab', 'Tatianasuctalk'
  203. if sucpcinfo >= 4: act 'Ask her about Succubae': gt 'lab', 'Tatianasuctalk'
  204. end
  205. act 'Leave':gt 'lab', 'start'
  206. act 'I''m too fat and do not want to get fat.':
  207. cla
  208. '(You) - Tatiana, I oily dibilka not able to watch their weight, wave your magic wand, what would not I grew fat.'
  209. '(Tatiana) - Ugh, that''s the same ponavylazyat downs of pussy, and then I vozis with them. Dick with you, take it. Just remember, this spell forever, you''ll be able to just come and change the waist and thighs, and since boobs are made of fat, I only supreme mercy 1st size you do, a little, shoved silicone. And the decision to reverse is or whether silicone doll or live as a man, I raskoldovyvat you will not. Since you have more fat will not be absorbed and body parameters are kept magically, marvel not at the post of dystrophy and not marvel that force will fall faster from malnutrition, you will no longer internal reserves.'
  210. act 'No no no, I changed my mind. Will continue smarter.':gt 'lab', 'Tatiana'
  211. act 'I would want that waist was ...':
  212. cla
  213. dounspell = 1
  214. TaliaDoun = input ("Waist in cm?")
  215. if TaliaDoun <= 0:TaliaDoun = 20
  216. act 'I would want that thighs ...':
  217. cla
  218. bedraDoun = input ("Hips in cm?")
  219. if bedraDoun <= 0:bedraDoun = 40
  220. act 'Enjoy your stupidity.':gt 'lab', 'Tatiana'
  221. end
  222. end
  223. end
  224. if IvanPodstavaQW = 2 and poverKAR = 0 and softKAR = 0:
  225. act 'Ask Tatiana for help with Ivan':
  226. cla
  227. gs 'stat'
  228. 'You explained the situation and asked her to Tatiana assistance. Tatiana said thoughtfully. "I do not think there is any physical evidence of the guilt of Ivan. Necessary is achieved recognition. I think it would be possible to capture and interrogate. Or drink his cunning truth serum and interrogate. Anyway it is necessary to remove it all on video."'
  229. act 'Military solution':
  230. cls
  231. poverKAR = 1
  232. gs 'stat'
  233. '<center><img src="images/pre/shared/karinpre.jpg"></center>'
  234. 'You have decided to achieve recognition Ivan force. Tatiana told you. You go to the apartment of Ivan. There vstretishsya with Gustav. It will help resolve the issue. Just see if he will go to the second level of the press, he was distraught. At the second level of the press he turns into a monster.'
  235. act 'Leave':gt 'lab', 'Tatiana'
  236. end
  237. act 'Tricky decision':
  238. cls
  239. softKAR = 1
  240. gs 'stat'
  241. '<center><img src="images/pre/shared/karinpre.jpg"></center>'
  242. 'You have decided to achieve recognition Ivan cunning. Tatiana told you. You go to the apartment of Ivan. There we meet with you and obtyapaem owners.'
  243. act 'Leave':gt 'lab', 'Tatiana'
  244. end
  245. end
  246. elseif poverKAR = 2:
  247. act 'Approach to Tatiana about attacks apartments Ivan':
  248. cla
  249. poverKAR = 3
  250. 'You came to Tatiana and she sighed. "Yes, failed. Gustav caught a bullet in his head and his strength went up to the next level, it has cured, made almost invulnerable, but finally deprived of his mind. Gustav not only gained recognition for Ivan, and not just kill him, he blew part of the entrance his attack. But there are pluses. Cops think it was a gas explosion. But now you have to either pay the debt or goes to jail. "'
  251. act 'Leave':gt 'lab', 'Tatiana'
  252. end
  253. end
  254. if Tatianaday ! daystart:
  255. act 'Develop intelligence (1:00)':
  256. cla
  257. intel_exp += rand(3, 6)
  258. minut += 60
  259. Tatianaday = daystart
  260. 'You study with Tatiana developing your intellect.'
  261. act 'Leave':gt 'lab', 'Tatiana'
  262. end
  263. act 'Will develop (1:00)':
  264. cla
  265. sprt_exp += rand(3, 6)
  266. minut += 60
  267. Tatianaday = daystart
  268. 'You meditate with Tatiana developing your willpower.'
  269. act 'Leave':gt 'lab', 'Tatiana'
  270. end
  271. end
  272. if spelltuman = 0 and pcs_magik >= 1:
  273. act 'Learn technique fog (1:00)':
  274. cla
  275. minut += 60
  276. spelltuman = 1
  277. 'You learnt the technique of calling fog in battle.'
  278. act 'Leave':gt 'lab', 'Tatiana'
  279. end
  280. end
  281. if spellklon = 0 and pcs_magik >= 1:
  282. act 'Learn technique protection cloning (1:00)':
  283. cla
  284. minut += 60
  285. spellklon = 1
  286. 'You learnt the technique of cloning yourself to create decoys in battle.'
  287. act 'Leave':gt 'lab', 'Tatiana'
  288. end
  289. end
  290. if spellstun = 0 and pcs_magik >= 2:
  291. act 'Learn technique paralysis (1:00)':
  292. cla
  293. minut += 60
  294. spellstun = 1
  295. 'You learnt the technique of paralyzing the enemy.'
  296. act 'Leave':gt 'lab', 'Tatiana'
  297. end
  298. end
  299. if spellwind = 0 and pcs_magik >= 2:
  300. act 'Learn mist blowing (1:00)':
  301. cla
  302. minut += 60
  303. spellwind = 1
  304. 'You learnt the technique of blowing mist.'
  305. act 'Leave':gt 'lab', 'Tatiana'
  306. end
  307. end
  308. if spellklon2 = 0 and pcs_magik >= 2:
  309. act 'Learn triple cloning (1:00)':
  310. cla
  311. minut += 60
  312. spellklon2 = 1
  313. 'You learnt the technique triple cloning.'
  314. act 'Leave':gt 'lab', 'Tatiana'
  315. end
  316. end
  317. if spellenergo = 0 and pcs_magik >= 3:
  318. act 'Learn energoschit (1:00)':
  319. cla
  320. minut += 60
  321. spellenergo = 1
  322. 'You learnt the technique energoschita.'
  323. act 'Leave':gt 'lab', 'Tatiana'
  324. end
  325. end
  326. if spellinit = 0 and pcs_magik >= 3:
  327. act 'Learn technique deceleration time (1:00)':
  328. cla
  329. minut += 60
  330. spellinit = 1
  331. 'You learnt the technique of time dilation.'
  332. act 'Leave':gt 'lab', 'Tatiana'
  333. end
  334. end
  335. if pcs_magik >= 4 and spellhel = 0:
  336. !!'With this level of magic I can not teach you anymore.'
  337. act 'Learn the technique of treatment (1:00)':
  338. cla
  339. minut += 60
  340. spellhel = 1
  341. 'You learnt the technique of treatment.'
  342. act 'Leave':gt 'lab', 'Tatiana'
  343. end
  344. end
  345. if pcs_magik >= 5 and spellavtoklon = 0:
  346. act 'Learn technique preparation (1:00)':
  347. cla
  348. minut += 60
  349. spellavtoklon = 1
  350. 'You learnt the technique preparation. This technique allows you to enter into battle with the already created three clones.'
  351. act 'Leave':gt 'lab', 'Tatiana'
  352. end
  353. end
  354. if pcs_magik >= 6 and spellbefshild = 0:
  355. act 'Learn technique pre-shield (1:00)':
  356. cla
  357. minut += 60
  358. spellbefshild = 1
  359. 'You learned the technique of pre-shield. This technique allows you to enter into battle with a magical shield protecting you against physical impacts.'
  360. act 'Leave':gt 'lab', 'Tatiana'
  361. end
  362. end
  363. !! Succubus specific skill training.
  364. if succubusflag = 1:
  365. if sucpcinfo >= 4 and sucskill < 1:
  366. act 'Learn to monitor your Succubus Energies (may take some time)':
  367. cla
  368. minut += 30
  369. sucskill = 1
  370. gs 'stat'
  371. 'You spend 30 minutes meditating, with Tatiana in a light link with you as she shows you how to tell what your Succubus energy levels are.'
  372. 'You open your eyes and look at Tatiana sitting across from you.'
  373. 'She is flushed, breathing hard, and her nipples are showing clearly through her blouse.'
  374. if 1 + (succublvl * 2) + tatianasucsex < 20 and rand(0,100) < 90:
  375. 'After a moment, she gives herself a shake and pulls herself together, before saying, "There you go!"'
  376. 'She then stands up and goes back to her studying.'
  377. act 'Finish': gt 'lab', 'Tatiana'
  378. else
  379. xgt 'lab', 'suctrainsex'
  380. end
  381. end
  382. elseif sucpcinfo >= 5 and sucskill < 2:
  383. act 'Learn to increase your energy storage (may take some time)':
  384. cla
  385. minut += 5
  386. 'You settle into a meditative state and link with Tatiana.'
  387. if succhungry > -2:
  388. gs 'stat'
  389. 'After a few minutes, you feel Tatiana break the link and say, "<<$pcs_nickname>>, you need to build up <i>two</i> days of reserve before we do this training."'
  390. 'She then stands up and goes back to her studying.'
  391. act 'Finish': gt 'lab', 'Tatiana'
  392. exit
  393. end
  394. minut += 55
  395. gs 'stat'
  396. sucskill = 2
  397. 'Tatiana shows you how to build a storage reservoir that draws the excess energy in before your body uses it.'
  398. 'Once you''re finished, Tatiana is again showing clear signs of arousal and she says, "You know, touching your power is a really, <i>really</i>, intense experience!"'
  399. 'She then closes her eyes and visibly tries to get ahold of herself.'
  400. if tatianasucsex >= 20 or rand(1,100) < 95:
  401. 'After several moments, she pulls herself together, opens her eyes, smiles at you, and says, "There, I knew I could do it!"'
  402. 'She then stands up and goes back to her studying.'
  403. act 'Finish': gt 'lab', 'Tatiana'
  404. else
  405. 'Then her eyes snap open and you feel arousal suddenly flooding the link!'
  406. xgt 'lab', 'suctrainsex'
  407. end
  408. end
  409. elseif sucpcinfo >= 6 and sucskill < 3:
  410. if money >= 5000 and sctrainprep = 0:
  411. act 'Ask her about the preparations and training':
  412. cla
  413. gs 'stat'
  414. minut += 60
  415. 'You ask her what''s involved in the training and preparations.'
  416. 'She spends some time explaining the technical details of what you need to do during the "rital", then says,'
  417. '"The preparations will take 7 days, the money is to modify one of my devices to pull in free sexual energy from the adult businesses around here and to make several potions we''ll need, one of which is going to temporarily make me into a sexual energy "battery" and the others are so we can do the ritual without hurting ourselves.'
  418. '"Once I start, you''ll have 2 days to tell me to abort, after that I will have started building up the charge. We would not be able stop ourselves and premature sex could kill us, so I''ll be putting up a barrier to keep you out until 7 days have pasted and I''ll set it not to let you through unless you have 3 days of reserves and 100 units of stored energy.'
  419. '"Once I''ve built up to a full charge, I''ll only be able to hold it for a day, after that I''ll have to release it. The "battery" potion itself as well as the materials for it will not keep, so aborting after I start or fail to show up on time and 2000 <b>?</b> will have been wasted.'
  420. '"So, do you want me to start the preparations?"'
  421. act 'Yes':
  422. cla
  423. money -= 5000
  424. sctrainprep = 1
  425. Tatianasucsexday = daystart + 7
  426. '"Ok, I''ll get started! Be here next <<$week[week]>> with 3 days of reserves and 100 units of stored energy."'
  427. if tatianasucsex > 0:
  428. 'She then pulls you in for a quick kiss before adding, "Now get out of here, I can''t have you distracting me!"'
  429. else
  430. 'She then surprises you with a peck on the cheek before adding, "Now get out of here, I can''t have you distracting me!"'
  431. end
  432. act 'Leave':
  433. minut += 5
  434. gt 'down'
  435. end
  436. end
  437. act 'Not Yet': gt 'lab', 'Tatiana'
  438. end
  439. elseif money >= 2000 and sctrainprep = -1:
  440. act 'Ask her to redo the preparations':
  441. cla
  442. 'Are you sure? The same things from before apply; 2 days to abort, the barrier, 3 days of reserves and 100 units of stored energy, 8 to 10 hours once I''m fully charged... Another 2000 <b>?</b> wasted. Are you <i>really</i> sure?'
  443. act 'Yes':
  444. cla
  445. money -= 2000
  446. sctrainprep = 1
  447. Tatianasucsexday = daystart + 7
  448. '"Ok, I''ll get started! Be here next <<$week[week]>> with 3 days of reserves and 100 units of stored energy."'
  449. '"Now get out of here, I can''t have you distracting me!"'
  450. act 'Leave':
  451. minut += 5
  452. gt 'down'
  453. end
  454. end
  455. act 'Not Yet': gt 'lab', 'Tatiana'
  456. end
  457. end
  458. elseif sucpcinfo >= 7 and sucskill < 4 and maddildo = 1 and sucexcess >= 100:
  459. act 'Ask Tatiana about the accommodation training':
  460. cla
  461. 'Tatiana asks, "Are you ready to do the accommodation training?"'
  462. act 'Yes, I''m ready. (can take a lot of time)':
  463. cls
  464. cla
  465. minut += 120
  466. gs 'stat'
  467. '<center><img src="images/qwest/selfplay/dildo.jpg"></center>'
  468. 'She walks you through everything you need to do while leading you to the couch.'
  469. 'Once there, as you as stripping, so is she! At your look, she says, "What? I don''t want to tear my clothes if one of us slips."'
  470. 'You settle onto the couch then work the massive dildo into your snach. After working the dildo for a bit, with Tatiana in a light link guiding you, you switch to your ass. You work there for a while before switching back. You continue this way for nearly two hours, concentrating so hard you only have two orgasms, before you feel your body responding as it should. A quick test and you’re done.'
  471. sucskill = 4
  472. sucexcess -= 100
  473. act 'Continue':
  474. pcs_horny = 0
  475. 'As you''re finishing, you notice Tatiana has her eyes closed and is visibly trying to get ahold of herself.'
  476. if Tatianasucsexday < daystart or rand(1,100) > 95:
  477. 'Then her eyes snap open and you feel arousal suddenly flooding the link!'
  478. xgt 'lab', 'suctrainsex'
  479. else
  480. cla
  481. 'After several moments, she pulls herself together, opens her eyes, smiles at you, and says, "There, I knew I could do it!"'
  482. 'She then stands up and goes back to her studying.'
  483. act 'Finish': gt 'lab', 'Tatiana'
  484. end
  485. end
  486. end
  487. act 'Not Yet': gt 'lab', 'Tatiana'
  488. end
  489. end
  490. end
  491. end
  492. if $ARGS[0] = 'Tatianasuctalk':
  493. cla
  494. clr
  495. *clr
  496. gs 'stat'
  497. if night_mode = 1:
  498. fcolor = rgb(255, 255, 255)
  499. bcolor = rgb(0, 0, 0)
  500. lcolor = rgb(106, 90, 205)
  501. else
  502. fcolor = rgb(0, 0, 0)
  503. bcolor = rgb(255, 255, 255)
  504. lcolor = rgb(106, 90, 205)
  505. end
  506. '<center><b><font color="maroon">Tatiana</font></b></center>'
  507. '<center><img src="images/pre/shared/karinpre.jpg"></center>'
  508. if sucpcinfo < 2:
  509. minut += 15
  510. 'As you both settle onto the couch, Tatiana turns to you and says, "Ok, tell me what happened."'
  511. 'You spend the next 15 minutes telling her about the Fairy, the odd dream, the energy you let loose the other night,'
  512. if succubusQW = 4:
  513. 'and the felling you get when you''ve had sex.'
  514. elseif succubusQW > 4:
  515. 'the felling you get when you''ve had sex, and the reaction you had to almost being raped.'
  516. end
  517. ''
  518. 'She thinks about it for a moment and then says, "Well, I have a couple of ideas, but no sense guessing when I can just magically examine you."'
  519. 'She hops up and says, "Get undressed and lie down on the couch."'
  520. sucpcinfo = 2
  521. act 'Undress and lie down': gt 'succubus', 'tatianaask'
  522. exit
  523. end
  524. if Tatianasucsex = 0 and Tatianasucsexask ! daystart: act 'Ask Tatiana if she wants to try Succubus Sex': Tatianasucsexask = daystart & gt 'lab', 'Tatianasucsexask'
  525. act 'Ask her to repeat what she knows about Succubae': gt 'succubus', 'tatianaask'
  526. act 'Ask her if she has learned anything new about Succubae':
  527. cla
  528. !! Nothing after info level 6 here, because Tatiana will tell the PC automatically
  529. if sucinfoday ! 0 and sucinfoday <= daystart:
  530. if sucpcinfo = 4 and succublvl >= 2:
  531. '"Actually, I have gotten some more information about Succubae."'
  532. '"I heard from one of my mage contacts, in Sydney, Australia of all places, and he passed on some more details."'
  533. sucpcinfo = 5
  534. sucinfoday = daystart + 10 + rand(0,7)
  535. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 1
  536. elseif sucpcinfo = 5:
  537. '"Actually, I have gotten some more information about Succubae."'
  538. '"I heard from an old friend of mine who is now living in Morocco and she actually has a Succubus for a lover. She said that after they had been together for some time, they discovered that with her help, her Succubus lover learned something new."'
  539. sucpcinfo = 6
  540. sucinfoday = daystart + 10 + rand(0,7)
  541. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 2
  542. else
  543. 'No, I havn''t.'
  544. act 'Continue': gt 'lab', 'Tatianasuctalk'
  545. end
  546. else
  547. 'No, I havn''t.'
  548. act 'Continue': gt 'lab', 'Tatianasuctalk'
  549. end
  550. end
  551. act 'Change topics': gt 'lab', 'Tatiana'
  552. end
  553. if $ARGS[0] = 'Tatianasucsexask':
  554. cla
  555. clr
  556. *clr
  557. gs 'stat'
  558. if night_mode = 1:
  559. fcolor = rgb(255, 255, 255)
  560. bcolor = rgb(0, 0, 0)
  561. lcolor = rgb(106, 90, 205)
  562. else
  563. fcolor = rgb(0, 0, 0)
  564. bcolor = rgb(255, 255, 255)
  565. lcolor = rgb(106, 90, 205)
  566. end
  567. '<center><b><font color="maroon">Tatiana</font></b></center>'
  568. '<center><img src="images/pre/shared/karinpre.jpg"></center>'
  569. If tatianasucsex = 0:
  570. if TatianaSex = 1:
  571. 'You give Tatiana what you hope is a "come hither" smile and ask,'
  572. '"So, you want to give Succubus sex a try?"'
  573. else
  574. 'You give Tatiana a shy smile and ask,'
  575. '"Do you want to try Succubus sex?"'
  576. end
  577. else
  578. 'You give Tatiana a bright smile and ask,'
  579. 'Hey Tatiana, you up for some Succubus Sex?'
  580. end
  581. act 'She answers:':
  582. cla
  583. If tatianasucsex = 0:
  584. 'She gives you a wide eyed look before saying,'
  585. if succublvl + TatianaSex < rand(0,6):
  586. '"I''m sorry, <<$pcs_nickname>>, I just don''t have the time now."'
  587. act 'Move on to something else': gt 'lab', 'Tatiana'
  588. else
  589. '"I would love to!", with a wide smile.'
  590. 'She leads you over to the couch and you both strip.'
  591. act 'Proceed': gt 'succubus', 'tatianasex'
  592. end
  593. else
  594. If tatianasucsexday <= daystart:
  595. if 1 + (succublvl * 2) + tatianasucsex < rand(1,20):
  596. '"I''m sorry, <<$pcs_nickname>>, I just don''t have the time now."'
  597. act 'Move on to something else': gt 'lab', 'Tatiana'
  598. else
  599. 'She gives you a "come hither" smile and says, "I would love to, <<$pcs_nickname>>!"'
  600. 'You both head toward the couch, stripping as you go.'
  601. 'Once there, you both sit down facing each other and she looks at you in anticipation.'
  602. act 'Proceed': gt 'succubus', 'tatianasex'
  603. end
  604. else
  605. if tatianasucsexday - daystart > 1:
  606. $scsextmp = 'days'
  607. else
  608. $scsextmp = 'day'
  609. end
  610. 'She looks at you with a sad smile and says,'
  611. '"I''m sorry, <<$pcs_nickname>>, I need at least <<Tatianasucsexday - daystart>> more <<$scsextmp>>."'
  612. killvar '$scsextmp'
  613. act 'Move on to something else': gt 'lab', 'Tatiana'
  614. end
  615. end
  616. end
  617. end
  618. if $ARGS[0] = 'Tatianasexreject':
  619. cla
  620. clr
  621. *clr
  622. gs 'stat'
  623. '<center><b><font color="maroon">Tatiana</font></b></center>'
  624. '<center><img src="images/pre/shared/karinpre.jpg"></center>'
  625. if scpopt = 2:
  626. 'I''m sorry, Tatiana, I just don''t have the time right now.'
  627. scpopt = 0
  628. killvar '$sclocrt' & killvar '$scargrt'
  629. end
  630. act 'Finish': gt 'lab', 'Tatiana'
  631. end
  632. if $ARGS[0] = 'suctrainsex':
  633. minut += 5
  634. 'She suddenly lunges at you and starts kissing you! You''re so surprised it takes you a bit to respond and, before you can do anything, she is nibbling your ear and whispering, "Let it go..."'
  635. !! Hopefully this can be replaced by an 'arousal' call
  636. pcs_horny += 10
  637. if pcs_horny >= 100:
  638. pcs_horny = 0
  639. orgasm += 1
  640. 'You''re so shocked at this; you suddenly feel a powerful orgasm rush through you, causing you to cry out even as it rushes down the link to Tatiana, giving her a powerful orgasm as well!'
  641. 'Then, you feel your control slip...'
  642. act 'Continue': gt 'succubus', 'tatianasex'
  643. else
  644. scfwon = 2
  645. scpopt = 1
  646. $sclocrt = 'lab'
  647. $scargrt = 'Tatianasexreject'
  648. 'You only have moments to decide, do you give in and let <<sucself1>> go or do you reign it in?'
  649. act 'Continue': gt 'succubus', 'tatianasex'
  650. end
  651. end
  652. if $ARGS[0] = 'suctraining':
  653. if sucpcinfo < 2:
  654. cla
  655. clr
  656. *clr
  657. '<center><b><font color="maroon">Tatiana</font></b></center>'
  658. '<center><img src="images/pre/shared/karinpre.jpg"></center>'
  659. 'The moment you walked into her lab, Tatiana''s head jerked up and she hurried over to you.'
  660. 'She stares at you for several seconds, then demands, "What the hell happened to you!?!?"'
  661. 'You start to answer her when she holds up her hand and says, "Wait, come sit on the couch and tell me."'
  662. 'She turns away from you and walks toward the couch.'
  663. act 'Follow her': gt 'lab', 'Tatianasuctalk'
  664. exit
  665. elseif sucpcinfo >= 6 and sucskill < 3 and sctrainprep = 1:
  666. if tatianasucsexday > daystart and tatianasucsexday - 5 >= daystart:
  667. cla
  668. clr
  669. *clr
  670. '<center><b><font color="maroon">Tatiana</font></b></center>'
  671. '<center><img src="images/pre/shared/karinpre.jpg"></center>'
  672. 'You attempt to enter Tatiana''s lab but an invisible barrier stops you, but Tatiana apparently heard you as she rushes over and says, "What''s wrong? Do we need to cancel?"'
  673. act 'Yes, I need to cancel':
  674. cla
  675. '"Are you sure?"'
  676. act 'Yes, I''m sure':
  677. cla
  678. if tatianasucsexday = daystart + 7:
  679. sctrainprep = 0
  680. money += 5000
  681. '"Ok, good thing I hadn''t bought anything yet." and she hands you back the 5000 <b>?</b> before going back to her studying.'
  682. else
  683. minut += 3
  684. sctrainprep = -1
  685. '"Ok, I''ll dump the "battery" potion."'
  686. 'With that, she walks over to her workbench and dumps the contents of several beakers into a barrel that flairs with magic as she does so.'
  687. end
  688. act 'Continue': gt 'lab', 'start'
  689. end
  690. act 'No, never mind continue your preparations':
  691. cla
  692. 'She gives a small shake of her head and says, "Then get out of here, I can''t have you distracting me!"'
  693. act 'Leave': gt 'down'
  694. end
  695. end
  696. act 'No...':
  697. cla
  698. 'You say, "No, I just wanted to see you."'
  699. 'She answers, "That''s sweet, but I can''t have you distracting me, come back all charged up in <<tatianasucsexday - daystart>> days!"'
  700. act 'Leave':
  701. minut += 3
  702. gt 'down'
  703. end
  704. end
  705. exit
  706. elseif tatianasucsexday > daystart and tatianasucsexday - 5 < daystart:
  707. if tatianasucsexday - daystart > 1:
  708. $scsextmp = 'days'
  709. else
  710. $scsextmp = 'day'
  711. end
  712. 'You attempt to enter Tatiana''s lab but an invisible barrier stops you, but Tatiana apparently heard you as she shouts from across the lab, "I''ve already taken the first potion so I can''t come anywhere near you, come back all charged up in <<tatianasucsexday - daystart>> <<$scsextmp>>!"'
  713. killvar '$scsextmp'
  714. act 'Leave':
  715. minut += 3
  716. gt 'down'
  717. end
  718. exit
  719. elseif tatianasucsexday = daystart or tatianasucsexday = daystart - 1:
  720. cls
  721. gs 'stat'
  722. '<center><b><font color="maroon">Tatiana</font></b></center>'
  723. '<center><img src="images/pre/shared/karinpre.jpg"></center>'
  724. 'The instant you walk into the lab, Tatiana''s head snaps up and she stares hard at you as you approach the barrier.'
  725. if sucexcess >= 100 and succhungry < -2:
  726. minut += 10
  727. 'As you step through the barrier, Tatiana seems to teleport to you and start kissing you.'
  728. 'She then starts pulling you toward her workbench while saying between kisses, "Thank (kiss) goodness (kiss) you''re (kiss) here (kiss) and ready (kiss)! You wouldn''t (kiss) believe (kiss) how (kiss) <i><b>horny</b></i> (kiss) carrying (kiss) all this (kiss) sexual (kiss) energy (kiss) has made me!"'
  729. !! Maybe add arousal call here
  730. 'She suddenly turns away from you and you realize that you have reached her workbench. She grabs two smallish vails off the top, pops the tops off both, hands you one saying, "Drink this," before downing the other.'
  731. 'It tastes like strawberry syrup.'
  732. 'This time you''re ready when Tatiana lunges at you and you resume kissing as you lead her toward the couch while she is striping the clothes off both of you and you feel a large amount of your stored energy being released into your body.'
  733. 'Once there, you both sit down facing each other, she looks at you with burning lust, and says, "Do it!"'
  734. act 'Proceed': gt 'succubus', 'tatianasex'
  735. exit
  736. elseif sucexcess < 100 and succhungry > -2 and tatianasucsexday = daystart:
  737. 'She then says, "Damn! You don''t have enough reserve <i>or</i> stored energy! Run over to the Park and find some robbers or something, then get back here tomorrow!"'
  738. elseif succhungry > -2 and tatianasucsexday = daystart:
  739. 'She then says, Damn! You don''t have enough reserve energy! Run over to the Park and find some robbers or something, then get back here tomorrow!'
  740. elseif succhungry > -2 and tatianasucsexday = daystart - 1:
  741. 'She then says, "Damn! You don''t have enough reserve energy and there isn''t enough time for you to build it up." She then sighs and says, "Go ahead and take off, I need to bleed this energy off safely."'
  742. sctrainprep = -1
  743. else
  744. 'She then says, "Damn! You don''t have enough stored energy! Run over to the Park and find some robbers or something, then get back here!"'
  745. end
  746. act 'Leave': minut += 5 & gt 'down'
  747. exit
  748. else
  749. 'The barrier is down when you get to the lab and Tatiana calls from across the room, "You''re too late, I had to release the energy and we''ll need to start over."'
  750. sctrainprep = -1
  751. act 'Continue': gt 'lab', 'start'
  752. exit
  753. end
  754. end
  755. !! This is oops handling
  756. sucbypass = 1
  757. minut -= 5
  758. gt 'lab', 'start'
  759. end
  760. if $ARGS[0] = 'missions':
  761. cls
  762. gs 'stat'
  763. '<center><b><font color="maroon">Tatiana</font></b></center>'
  764. '<center><img src="images/pre/shared/karinpre.jpg"></center>'
  765. '"OK <<$pcs_firstname>>, here''s what I''ve got for you". Tatiana places some folders on her bench for you to look at.'
  766. 'You have a quick look through them and can choose for those you feel you can handle.'
  767. if tatmissions = 5: gt 'tatiana_missons', 'special'
  768. act 'Mission 1': gt 'tatiana_missons', '1'
  769. !! etc. Maybe give them names so you know what you''re doing. Selecting them goes to in depth description and refuse/accept
  770. end
  771. --- lab ---------------------------------