lab.qsrc 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904
  1. # lab
  2. if $ARGS[0] = 'start':
  3. cla & *clr
  4. $menu_loc = 'lab'
  5. $menu_arg = 'start'
  6. menu_off = 0
  7. CLOSE ALL
  8. if sound = 0:PLAY 'sound/street.mp3',30
  9. minut += 5
  10. gs 'stat'
  11. gs 'themes', 'indoors'
  12. '<center><b><font color="maroon">Tatianas'' Laboratory</font></b></center>'
  13. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/lab/lab.jpg"></center>'
  14. if succubusflag = 1 and sucbypass = 0:
  15. if sucpcinfo < 2:
  16. xgt 'lab', 'suctraining'
  17. elseif sucpcinfo >= 6 and sucskill < 3 and sctrainprep = 1:
  18. xgt 'lab', 'suctraining'
  19. end
  20. elseif succubusflag = 1 and sucbypass = 1:
  21. sucbypass = 0
  22. end
  23. act 'Leave':
  24. cla
  25. minut += 5
  26. gt 'down'
  27. end
  28. !! if tatina_missionday < daystart:
  29. !! gt 'lab', 'missions'
  30. !! end
  31. act 'Train with Gustav':
  32. cla
  33. gt 'lab', 'Gustav'
  34. end
  35. act 'Talk with Tatiana':
  36. cla
  37. gt 'lab', 'Tatiana'
  38. end
  39. if judosparday ! daystart:
  40. act 'Sparring (Gustav, mutant power 600)':
  41. cla
  42. judosparday = daystart
  43. gs 'boyStat', 'A175'
  44. !!stats
  45. strenV = 600
  46. speedV = 60
  47. agilV = 60
  48. reactV = 50
  49. vitalV = 200
  50. intelV = 50
  51. willV = 50
  52. !!skills
  53. magikV = 100
  54. boxingV = 100
  55. shootV = 100
  56. !!parameters
  57. healthV = vitalV * 10 + strenV * 5
  58. mannaV = intelV * 10 + magikV * 10
  59. willpowerV = willV * 10
  60. BonusAtakV = 0
  61. BonusDefV = 0
  62. !!Programme of Action
  63. program = 0
  64. jugoFight = 2
  65. gt 'fight', 'start'
  66. end
  67. end
  68. if tatianasparday ! daystart:
  69. act 'Sparring (Tatiana, magician6)':
  70. cla
  71. tatianasparday = daystart
  72. gs 'boyStat', 'A176'
  73. !!stats
  74. strenV = 60
  75. speedV = 100
  76. agilV = 100
  77. reactV = 60
  78. vitalV = 100
  79. intelV = 100
  80. willV = 100
  81. !!skills
  82. magikV = 100
  83. boxingV = 100
  84. shootV = 100
  85. !!parameters
  86. healthV = vitalV * 10 + strenV * 5
  87. mannaV = intelV * 6 + magikV * 10
  88. willpowerV = willV * 10
  89. BonusAtakV = 0
  90. BonusDefV = 0
  91. !!Programme of Action
  92. program = 4
  93. tatianaFight = 1
  94. gt 'fight', 'start'
  95. end
  96. end
  97. !!!Has to be adjusted to match TatianaMissionQW value for latest mission (see 'tatiana_missions')
  98. TatianaMissionTotal = 2
  99. if tobiQW > 0 and TatianaMissionDay + 30 < daystart and TatianaMissionQW < TatianaMissionTotal:
  100. 'You have a feeling Tatiana might want to talk to you about something...'
  101. act 'Ask Tatiana what she wants':gt 'lab','missions'
  102. end
  103. end
  104. if $ARGS[0] = 'Gustav':
  105. cla
  106. clr
  107. *clr
  108. minut += 5
  109. gs 'stat'
  110. gs 'themes', 'indoors'
  111. '<center><b><font color="maroon">Gustav</font></b></center>'
  112. '<center><img <<$set_imgh>> src="images/characters/city/jugo/jugopre.jpg"></center>'
  113. 'Gustav is sitting on floor and staring off into space.'
  114. act 'Leave':gt 'lab', 'start'
  115. if gustavday ! daystart:
  116. act 'Develop strength (1:00)':
  117. cla
  118. timemult = 4
  119. loopcount = 1
  120. :timeloop1
  121. gs 'exercise', 'tier2', 0, 'stren_exp'
  122. if loopcount < timemult: loopcount += 1 & jump 'timeloop1'
  123. loopcount = 0
  124. timemult = 0
  125. gustavday = daystart
  126. 'You do exercises under the guidance of Gustav.'
  127. act 'Leave':gt 'lab', 'Gustav'
  128. end
  129. act 'Develop agility (1:00)':
  130. cla
  131. timemult = 5
  132. loopcount = 1
  133. :timeloop2
  134. gs 'exercise', 'tier2', 0, 'agil_exp'
  135. if loopcount < timemult: loopcount += 1 & jump 'timeloop2'
  136. loopcount = 0
  137. timemult = 0
  138. gustavday = daystart
  139. 'You do exercises under the guidance of Gustav.'
  140. act 'Leave':gt 'lab', 'Gustav'
  141. end
  142. act 'Develop reactions (1:00)':
  143. cla
  144. timemult = 5
  145. loopcount = 1
  146. :timeloop3
  147. gs 'exercise', 'tier2', 0, 'react_exp'
  148. if loopcount < timemult: loopcount += 1 & jump 'timeloop3'
  149. loopcount = 0
  150. timemult = 0
  151. gustavday = daystart
  152. 'You do exercises under the guidance of Gustav.'
  153. act 'Leave':gt 'lab', 'Gustav'
  154. end
  155. act 'Develop endurance (1:00)':
  156. cla
  157. timemult = 5
  158. loopcount = 1
  159. :timeloop4
  160. gs 'exercise', 'tier2', 0, 'vital_exp'
  161. if loopcount < timemult: loopcount += 1 & jump 'timeloop4'
  162. loopcount = 0
  163. timemult = 0
  164. gustavday = daystart
  165. 'You do exercises under the guidance of Gustav.'
  166. act 'Leave':gt 'lab', 'Gustav'
  167. end
  168. end
  169. end
  170. if $ARGS[0] = 'Tatiana':
  171. cls
  172. $loc = 'lab'
  173. $metka = 'Tatiana'
  174. minut += 5
  175. gs 'stat'
  176. gs 'themes', 'indoors'
  177. '<center><b><font color="maroon">Tatiana</font></b></center>'
  178. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  179. 'Tatiana is always studying something.'
  180. if succubusflag = 1:
  181. if tatisucsex > 0 and sucinfoday ! 0 and sucinfoday <= daystart:
  182. '"Hey <<$pcs_nickname>>!'
  183. '"I''ve gotten some more information about Succubae!"'
  184. if sucpcinfo = 4 and succublvl >= 2:
  185. '"I heard from one of my mage contacts, in Sydney, Australia of all places, and he passed on some more details."'
  186. sucpcinfo = 5
  187. sucinfoday = daystart + 10 + rand(0,7)
  188. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 1
  189. exit
  190. elseif sucpcinfo = 5:
  191. '"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."'
  192. sucpcinfo = 6
  193. sucinfoday = daystart + 17 + rand(0,7)
  194. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 2
  195. exit
  196. elseif sucpcinfo = 6:
  197. '"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."'
  198. sucpcinfo = 7
  199. !! The +9000000 is so I can easily reset it when the next Skill upadtes are ready.
  200. sucinfoday = daystart + 9000000
  201. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 3
  202. exit
  203. end
  204. end
  205. if tatisucsex ! 0 and tatisucsexask ! daystart: act 'Ask if she want''s to have sex': tatianasucsexask = daystart & gt 'lab', 'Tatianasucsexask'
  206. if sucpcinfo >= 4: act 'Ask her about Succubae': gt 'lab', 'Tatianasuctalk'
  207. end
  208. act 'Leave':gt 'lab', 'start'
  209. act 'Ask for help with your appearance':
  210. cla
  211. '"Tatiana, I''m having problems with my body image, I''m not happy and was hoping that you might be able to help me."'
  212. '"It''s possible but I will have to draw on your magical energy, it will cost 40 manna to perform a reset spell.'
  213. 'This will reduce excess fat, growth of body parts and reduce high levels of silicone, moving you closer to your original body shape.'
  214. 'Do you wish to try this spell?'
  215. act 'No, no, I''ve changed my mind. Thank you':gt 'lab', 'Tatiana'
  216. if pcs_manna >= 40:
  217. act 'That sounds great, let''s do it!':
  218. *clr
  219. cla
  220. minut += 30
  221. dounspell = 1
  222. gs 'body_shape', 'hardreset'
  223. gs 'stat'
  224. '<center><img <<$set_imgh>> src="images/characters/city/tatiana/magiclook.jpg"></center>'
  225. 'Tatiana lowers her glasses and stares deeply into your eyes. It feels like time just stops being a thing and you are floating.'
  226. 'It seems very soon afterwards when you snap back to reality but the big clock on the lab wall tells you its been 30 minutes.'
  227. 'Your body has changed much as Tatiana said it would and she is already busy checking nothing went wrong.'
  228. act 'Continue': gt 'lab', 'Tatiana'
  229. end
  230. end
  231. end
  232. if IvanPodstavaQW = 2 and poverKAR = 0 and softKAR = 0:
  233. act 'Ask Tatiana for help with Ivan':
  234. cla
  235. gs 'stat'
  236. '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."'
  237. act 'Military solution':
  238. cls
  239. poverKAR = 1
  240. gs 'stat'
  241. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  242. '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.'
  243. act 'Leave':gt 'lab', 'Tatiana'
  244. end
  245. act 'Tricky decision':
  246. cls
  247. softKAR = 1
  248. gs 'stat'
  249. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  250. '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.'
  251. act 'Leave':gt 'lab', 'Tatiana'
  252. end
  253. end
  254. elseif poverKAR = 2:
  255. act 'Approach to Tatiana about attacks apartments Ivan':
  256. cla
  257. poverKAR = 3
  258. '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. "'
  259. act 'Leave':gt 'lab', 'Tatiana'
  260. end
  261. end
  262. if Tatianaday ! daystart:
  263. act 'Develop your intelligence (1:00)':
  264. cla
  265. intel_exp += rand(3, 6)
  266. minut += 60
  267. Tatianaday = daystart
  268. 'You study with Tatiana developing your intellect.'
  269. act 'Leave':gt 'lab', 'Tatiana'
  270. end
  271. act 'Develop your inner spirit (1:00)':
  272. cla
  273. sprt_exp += rand(3, 6)
  274. minut += 60
  275. Tatianaday = daystart
  276. 'You meditate with Tatiana improving your spirituality.'
  277. act 'Leave':gt 'lab', 'Tatiana'
  278. end
  279. end
  280. if spelltuman = 0 and pcs_magik >= 1:
  281. act 'Learn technique fog (1:00)':
  282. cla
  283. minut += 60
  284. spelltuman = 1
  285. 'You learnt the technique of calling fog in battle.'
  286. act 'Leave':gt 'lab', 'Tatiana'
  287. end
  288. end
  289. if spellklon = 0 and pcs_magik >= 1:
  290. act 'Learn technique protection cloning (1:00)':
  291. cla
  292. minut += 60
  293. spellklon = 1
  294. 'You learnt the technique of cloning yourself to create decoys in battle.'
  295. act 'Leave':gt 'lab', 'Tatiana'
  296. end
  297. end
  298. if spellstun = 0 and pcs_magik >= 2:
  299. act 'Learn technique paralysis (1:00)':
  300. cla
  301. minut += 60
  302. spellstun = 1
  303. 'You learnt the technique of paralyzing the enemy.'
  304. act 'Leave':gt 'lab', 'Tatiana'
  305. end
  306. end
  307. if spellwind = 0 and pcs_magik >= 2:
  308. act 'Learn mist blowing (1:00)':
  309. cla
  310. minut += 60
  311. spellwind = 1
  312. 'You learnt the technique of blowing mist.'
  313. act 'Leave':gt 'lab', 'Tatiana'
  314. end
  315. end
  316. if spellklon2 = 0 and pcs_magik >= 2:
  317. act 'Learn triple cloning (1:00)':
  318. cla
  319. minut += 60
  320. spellklon2 = 1
  321. 'You learnt the technique triple cloning.'
  322. act 'Leave':gt 'lab', 'Tatiana'
  323. end
  324. end
  325. if spellenergo = 0 and pcs_magik >= 3:
  326. act 'Learn energoschit (1:00)':
  327. cla
  328. minut += 60
  329. spellenergo = 1
  330. 'You learnt the technique energoschita.'
  331. act 'Leave':gt 'lab', 'Tatiana'
  332. end
  333. end
  334. if spellinit = 0 and pcs_magik >= 3:
  335. act 'Learn technique deceleration time (1:00)':
  336. cla
  337. minut += 60
  338. spellinit = 1
  339. 'You learnt the technique of time dilation.'
  340. act 'Leave':gt 'lab', 'Tatiana'
  341. end
  342. end
  343. if pcs_magik >= 4 and spellhel = 0:
  344. !!'With this level of magic I can not teach you anymore.'
  345. act 'Learn the technique of treatment (1:00)':
  346. cla
  347. minut += 60
  348. spellhel = 1
  349. 'You learnt the technique of treatment.'
  350. act 'Leave':gt 'lab', 'Tatiana'
  351. end
  352. end
  353. if pcs_magik >= 5 and spellavtoklon = 0:
  354. act 'Learn technique preparation (1:00)':
  355. cla
  356. minut += 60
  357. spellavtoklon = 1
  358. 'You learnt the technique preparation. This technique allows you to enter into battle with the already created three clones.'
  359. act 'Leave':gt 'lab', 'Tatiana'
  360. end
  361. end
  362. if pcs_magik >= 6 and spellbefshild = 0:
  363. act 'Learn technique pre-shield (1:00)':
  364. cla
  365. minut += 60
  366. spellbefshild = 1
  367. 'You learned the technique of pre-shield. This technique allows you to enter into battle with a magical shield protecting you against physical impacts.'
  368. act 'Leave':gt 'lab', 'Tatiana'
  369. end
  370. end
  371. !! Succubus specific skill training.
  372. if succubusflag = 1:
  373. if sucpcinfo >= 4 and sucskill < 1:
  374. act 'Learn to monitor your Succubus Energies (may take some time)':
  375. cla
  376. minut += 30
  377. sucskill = 1
  378. gs 'stat'
  379. '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.'
  380. 'You open your eyes and look at Tatiana sitting across from you.'
  381. 'She is flushed, breathing hard, and her nipples are showing clearly through her blouse.'
  382. if 1 + (succublvl * 2) + tatisucsex < 20 and rand(0,100) < 90:
  383. 'After a moment, she gives herself a shake and pulls herself together, before saying, "There you go!"'
  384. 'She then stands up and goes back to her studying.'
  385. act 'Finish': gt 'lab', 'Tatiana'
  386. else
  387. xgt 'lab', 'suctrainsex'
  388. end
  389. end
  390. elseif sucpcinfo >= 5 and sucskill < 2:
  391. act 'Learn to increase your energy storage (may take some time)':
  392. cla
  393. minut += 5
  394. 'You settle into a meditative state and link with Tatiana.'
  395. if succhungry > -2:
  396. gs 'stat'
  397. '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."'
  398. 'She then stands up and goes back to her studying.'
  399. act 'Finish': gt 'lab', 'Tatiana'
  400. exit
  401. end
  402. minut += 55
  403. gs 'stat'
  404. sucskill = 2
  405. 'Tatiana shows you how to build a storage reservoir that draws the excess energy in before your body uses it.'
  406. '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!"'
  407. 'She then closes her eyes and visibly tries to get ahold of herself.'
  408. if tatisucsex >= 20 or rand(1,100) < 95:
  409. 'After several moments, she pulls herself together, opens her eyes, smiles at you, and says, "There, I knew I could do it!"'
  410. 'She then stands up and goes back to her studying.'
  411. act 'Finish': gt 'lab', 'Tatiana'
  412. else
  413. 'Then her eyes snap open and you feel arousal suddenly flooding the link!'
  414. xgt 'lab', 'suctrainsex'
  415. end
  416. end
  417. elseif sucpcinfo >= 6 and sucskill < 3:
  418. if money >= 5000 and sctrainprep = 0:
  419. act 'Ask her about the preparations and training':
  420. cla
  421. gs 'stat'
  422. minut += 60
  423. 'You ask her what''s involved in the training and preparations.'
  424. 'She spends some time explaining the technical details of what you need to do during the "rital", then says,'
  425. '"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.'
  426. '"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.'
  427. '"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.'
  428. '"So, do you want me to start the preparations?"'
  429. act 'Yes':
  430. cla
  431. money -= 5000
  432. sctrainprep = 1
  433. tatisucsexday = daystart + 7
  434. '"Ok, I''ll get started! Be here next <<$week[week]>> with 3 days of reserves and 100 units of stored energy."'
  435. if tatisucsex > 0:
  436. 'She then pulls you in for a quick kiss before adding, "Now get out of here, I can''t have you distracting me!"'
  437. else
  438. 'She then surprises you with a peck on the cheek before adding, "Now get out of here, I can''t have you distracting me!"'
  439. end
  440. act 'Leave':
  441. minut += 5
  442. gt 'down'
  443. end
  444. end
  445. act 'Not Yet': gt 'lab', 'Tatiana'
  446. end
  447. elseif money >= 2000 and sctrainprep = -1:
  448. act 'Ask her to redo the preparations':
  449. cla
  450. '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?'
  451. act 'Yes':
  452. cla
  453. money -= 2000
  454. sctrainprep = 1
  455. tatisucsexday = daystart + 7
  456. '"Ok, I''ll get started! Be here next <<$week[week]>> with 3 days of reserves and 100 units of stored energy."'
  457. '"Now get out of here, I can''t have you distracting me!"'
  458. act 'Leave':
  459. minut += 5
  460. gt 'down'
  461. end
  462. end
  463. act 'Not Yet': gt 'lab', 'Tatiana'
  464. end
  465. end
  466. elseif sucpcinfo >= 7 and sucskill < 4 and maddildo = 1 and sucexcess >= 100:
  467. act 'Ask Tatiana about the accommodation training':
  468. cla
  469. 'Tatiana asks, "Are you ready to do the accommodation training?"'
  470. act 'Yes, I''m ready. (can take a lot of time)':
  471. cls
  472. cla
  473. minut += 120
  474. gs 'stat'
  475. '<center><img <<$set_imgh>> src="images/shared/sex/mast/dildo.jpg"></center>'
  476. 'She walks you through everything you need to do while leading you to the couch.'
  477. '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."'
  478. '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.'
  479. sucskill = 4
  480. sucexcess -= 100
  481. act 'Continue':
  482. pcs_horny = 0
  483. 'As you''re finishing, you notice Tatiana has her eyes closed and is visibly trying to get ahold of herself.'
  484. if tatisucsexday < daystart or rand(1,100) > 95:
  485. 'Then her eyes snap open and you feel arousal suddenly flooding the link!'
  486. xgt 'lab', 'suctrainsex'
  487. else
  488. cla
  489. 'After several moments, she pulls herself together, opens her eyes, smiles at you, and says, "There, I knew I could do it!"'
  490. 'She then stands up and goes back to her studying.'
  491. act 'Finish': gt 'lab', 'Tatiana'
  492. end
  493. end
  494. end
  495. act 'Not Yet': gt 'lab', 'Tatiana'
  496. end
  497. end
  498. end
  499. end
  500. if $ARGS[0] = 'Tatianasuctalk':
  501. cla
  502. clr
  503. *clr
  504. gs 'stat'
  505. gs 'themes', 'indoors'
  506. '<center><b><font color="maroon">Tatiana</font></b></center>'
  507. '<center><img <<$set_imgh>> 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 tatisucsex = 0 and tatisucsexask ! daystart: act 'Ask Tatiana if she wants to try Succubus Sex': tatisucsexask = 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. gs 'themes', 'indoors'
  559. '<center><b><font color="maroon">Tatiana</font></b></center>'
  560. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  561. if tatisucsex = 0:
  562. if TatianaSex = 1:
  563. 'You give Tatiana what you hope is a "come hither" smile and ask,'
  564. '"So, you want to give Succubus sex a try?"'
  565. else
  566. 'You give Tatiana a shy smile and ask,'
  567. '"Do you want to try Succubus sex?"'
  568. end
  569. else
  570. 'You give Tatiana a bright smile and ask,'
  571. 'Hey Tatiana, you up for some Succubus Sex?'
  572. end
  573. act 'She answers:':
  574. cla
  575. if tatisucsex = 0:
  576. 'She gives you a wide eyed look before saying,'
  577. if succublvl + TatianaSex < rand(0,6):
  578. '"I''m sorry, <<$pcs_firstname>>, I just don''t have the time now."'
  579. act 'Move on to something else': gt 'lab', 'Tatiana'
  580. else
  581. '"I would love to!", with a wide smile.'
  582. 'She leads you over to the couch and you both strip.'
  583. act 'Proceed': gt 'succubus', 'tatianasex'
  584. end
  585. else
  586. if tatisucsexday <= daystart:
  587. if 1 + (succublvl * 2) + tatisucsex < rand(1,20):
  588. '"I''m sorry, <<$pcs_nickname>>, I just don''t have the time now."'
  589. act 'Move on to something else': gt 'lab', 'Tatiana'
  590. else
  591. 'She gives you a "come hither" smile and says, "I would love to, <<$pcs_nickname>>!"'
  592. 'You both head toward the couch, stripping as you go.'
  593. 'Once there, you both sit down facing each other and she looks at you in anticipation.'
  594. act 'Proceed': gt 'succubus', 'tatianasex'
  595. end
  596. else
  597. if tatisucsexday - daystart > 1:
  598. $scsextmp = 'days'
  599. else
  600. $scsextmp = 'day'
  601. end
  602. 'She looks at you with a sad smile and says,'
  603. '"I''m sorry, <<$pcs_nickname>>, I need at least <<tatisucsexday - daystart>> more <<$scsextmp>>."'
  604. killvar '$scsextmp'
  605. act 'Move on to something else': gt 'lab', 'Tatiana'
  606. end
  607. end
  608. end
  609. end
  610. if $ARGS[0] = 'Tatianasexreject':
  611. cla
  612. clr
  613. *clr
  614. gs 'stat'
  615. '<center><b><font color="maroon">Tatiana</font></b></center>'
  616. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  617. if scpopt = 2:
  618. 'I''m sorry, Tatiana, I just don''t have the time right now.'
  619. scpopt = 0
  620. killvar '$sclocrt' & killvar '$scargrt'
  621. end
  622. act 'Finish': gt 'lab', 'Tatiana'
  623. end
  624. if $ARGS[0] = 'suctrainsex':
  625. '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..."'
  626. gs 'arousal', 'kiss', 5, 'lesbian', 'sub'
  627. gs 'stat'
  628. if pcs_horny >= 100:
  629. '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!'
  630. 'Then, you feel your control slip...'
  631. $orgasm_or = 'yes'
  632. gs 'stat'
  633. act 'Continue': gt 'succubus', 'tatianasex'
  634. else
  635. scfwon = 2
  636. scpopt = 1
  637. $sclocrt = 'lab'
  638. $scargrt = 'Tatianasexreject'
  639. 'You only have moments to decide, do you give in and let <<$sucself1>> go or do you reign it in?'
  640. act 'Continue': gt 'succubus', 'tatianasex'
  641. end
  642. end
  643. if $ARGS[0] = 'suctraining':
  644. if sucpcinfo < 2:
  645. cla
  646. clr
  647. *clr
  648. '<center><b><font color="maroon">Tatiana</font></b></center>'
  649. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  650. 'The moment you walked into her lab, Tatiana''s head jerked up and she hurried over to you.'
  651. 'She stares at you for several seconds, then demands, "What the hell happened to you!?!?"'
  652. 'You start to answer her when she holds up her hand and says, "Wait, come sit on the couch and tell me."'
  653. 'She turns away from you and walks toward the couch.'
  654. act 'Follow her': gt 'lab', 'Tatianasuctalk'
  655. exit
  656. elseif sucpcinfo >= 6 and sucskill < 3 and sctrainprep = 1:
  657. if tatisucsexday > daystart and tatisucsexday - 5 >= daystart:
  658. cla
  659. clr
  660. *clr
  661. '<center><b><font color="maroon">Tatiana</font></b></center>'
  662. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  663. '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?"'
  664. act 'Yes, I need to cancel':
  665. cla
  666. '"Are you sure?"'
  667. act 'Yes, I''m sure':
  668. cla
  669. if tatisucsexday = daystart + 7:
  670. sctrainprep = 0
  671. money += 5000
  672. '"Ok, good thing I hadn''t bought anything yet." and she hands you back the 5000 <b>₽</b> before going back to her studying.'
  673. else
  674. minut += 3
  675. sctrainprep = -1
  676. '"Ok, I''ll dump the "battery" potion."'
  677. '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.'
  678. end
  679. act 'Continue': gt 'lab', 'start'
  680. end
  681. act 'No, never mind continue your preparations':
  682. cla
  683. 'She gives a small shake of her head and says, "Then get out of here, I can''t have you distracting me!"'
  684. act 'Leave': gt 'down'
  685. end
  686. end
  687. act 'No...':
  688. cla
  689. 'You say, "No, I just wanted to see you."'
  690. 'She answers, "That''s sweet, but I can''t have you distracting me, come back all charged up in <<tatisucsexday - daystart>> days!"'
  691. act 'Leave':
  692. minut += 3
  693. gt 'down'
  694. end
  695. end
  696. exit
  697. elseif tatisucsexday > daystart and tatisucsexday - 5 < daystart:
  698. if tatisucsexday - daystart > 1:
  699. $scsextmp = 'days'
  700. else
  701. $scsextmp = 'day'
  702. end
  703. '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 <<tatisucsexday - daystart>> <<$scsextmp>>!"'
  704. killvar '$scsextmp'
  705. act 'Leave':
  706. minut += 3
  707. gt 'down'
  708. end
  709. exit
  710. elseif tatisucsexday = daystart or tatisucsexday = daystart - 1:
  711. cla
  712. clr
  713. *clr
  714. gs 'stat'
  715. '<center><b><font color="maroon">Tatiana</font></b></center>'
  716. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  717. 'The instant you walk into the lab, Tatiana''s head snaps up and she stares hard at you as you approach the barrier.'
  718. if sucexcess >= 100 and succhungry < -2:
  719. minut += 10
  720. 'As you step through the barrier, Tatiana seems to teleport to you and start kissing you.'
  721. '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!"'
  722. !! Maybe add arousal call here
  723. '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.'
  724. 'It tastes like strawberry syrup.'
  725. '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.'
  726. 'Once there, you both sit down facing each other, she looks at you with burning lust, and says, "Do it!"'
  727. act 'Proceed': gt 'succubus', 'tatianasex'
  728. exit
  729. elseif sucexcess < 100 and succhungry > -2 and tatisucsexday = daystart:
  730. '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!"'
  731. elseif succhungry > -2 and tatisucsexday = daystart:
  732. '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!'
  733. elseif succhungry > -2 and tatisucsexday = daystart - 1:
  734. '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."'
  735. sctrainprep = -1
  736. else
  737. '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!"'
  738. end
  739. act 'Leave': minut += 5 & gt 'down'
  740. exit
  741. else
  742. '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."'
  743. sctrainprep = -1
  744. act 'Continue': gt 'lab', 'start'
  745. exit
  746. end
  747. end
  748. !! This is oops handling
  749. sucbypass = 1
  750. minut -= 5
  751. gt 'lab', 'start'
  752. end
  753. if $ARGS[0] = 'missions':
  754. cls
  755. temp = rand (1,3)
  756. gs 'stat'
  757. '<center><b><font color="maroon">Tatiana</font></b></center>'
  758. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  759. if TatianaMissionQW = 0:
  760. TatianaMissionQW = 1
  761. TatianaMissionDay = daystart
  762. minut += 15
  763. *clr & cla
  764. 'Tatiana looks up from the pile of files she always seems to be sifting when she notices you. "<<$pcs_firstname>>, finally! I''ve been waiting for you. We need to talk."'
  765. '"What about?"'
  766. '"Well, you''ve had some time to acclimate yourself to your new situation and to process everything Reinhold and I told you, so," she smiles, "it''s time we started your actual training."'
  767. 'You feel a rush of excitement going through you, and images of shooting fireballs from your hands and parting the sea come before your inner eye. "Great!" You exclaim. "I''m so ready for that."'
  768. 'Tatiana probably guessed what you were thinking, because she chuckles and placates: "That doesn''t mean we''re gonna teach you super-powerful spells. At least not yet." She gives the words a moment to take effect; your enthusiasm for her plans, figuratively throbbing and erect a second ago, shrivels and goes limp by the time she continues. "This part of your training is the most important: You will actually put your skills, senses and knowledge into practice."'
  769. 'The last bit rouses your interest once more. "Into practice? You mean like doing missions for the council?"'
  770. '"Well, the council''s kinda responsible for the big leagues, which is way more than you could handle yet. But long-term, yes." Her tone takes on a mocking quality. "Once Reinhold thinks you''re ready, I''m sure he''ll swoop in, take credit for all the progress you have made thanks to me and swamp you with dangerous adventures. That''d be just like the old bastard." Tatiana sees the uncertainty with which you look at her, grins and shakes her head, confirming that it was all in good humor.'
  771. act 'What kind of missions?':
  772. *clr & cla
  773. '"So," you struggle to imagine what to expect, "what would these missions be like?"'
  774. '"Nothing dangerous," Tatiana reassures you, "at least not while you are still learning the basics." She walks over to a pile of folders and holds one up. "It''d be more along the lines of finding out why somebody''s dog has two tails or," she holds up another folder, "investigating strange sounds people hear coming from their cellar."'
  775. 'You blankly stare at her for a few seconds, expecting Tatiana to chuckle and reveal her explanation as a joke once more, but she doesn''t. "That... sounds like-"'
  776. '"Bullshit?" She offers helpfully.'
  777. '"Conspiracy crap, ghost stories and all that," is what you choose to say instead.'
  778. 'Tatiana nods understandingly. "Yeah, it does. But remember, normal people don''t see magic for what it is."'
  779. '"Right," you remember, "little green men and poltergeists."'
  780. 'Tatiana smiles as you quote her and nods. "And some of those things really turn out to have magical causes: The dog with two tails had been experimented on by one of us, so it was practically bursting with magic. As for the voices..." her smile turns lewd, "those were just some tenants having some extramarital fun away from prying eyes, regularly and loudly."'
  781. act 'Why are we doing this?':
  782. *clr & cla
  783. 'You feel your face heating up slightly at the thought. Something about this is bothering you, though: "But... why would we even look into this? I mean, it sounds interesting enough, but is there a reason behind it?"'
  784. 'Tatiana shrugs. "Well, you <i>could</i> go and get some ancient tomes, lock yourself into an ivory tower and spend half a century or something reading about magic, like most of the old farts on the council do. <b>OR</b>," she spreads her arms to point towards her many files and books on one hand and the exit on the other, "you could just cover the basics and then go out and experience magic first-hand, like I do."'
  785. 'You stare at the heaps and piles of paper incredulously - they are a multiple of everything you''ve read in your entire life! "Those are the basics?!"'
  786. '"Yep," she laughs, "if you wanna really understand how magic works and why it does this at one time and that at another, you gotta get some reading done. Trust me, if there was any way around it, I would have found it. But magic makes the reading easier and quicker, and it''s sooo worth it. The things you can do once you grasp what energies the universe holds are incredible. And I''ve only just scratched the surface."'
  787. '"What do you mean by ''energies of the universe''? I thought you said that magic only exists in living things, like plants and animals."'
  788. '"Did I?" She looks thoughtful but shrugs again. "Well, it''s a little complicated, but to put it simply: When scientists speak of ''dark matter'' and ''dark energy'', then, in reality, they are trying to explain the magic in this plane of existence and all the others, like demons and the magic that exists in their ''dimension'' or whatever you''d wanna call it. But," she waves her hand as if to shoo away a pesky fly, "you don''t have to concern yourself with that right now. When the time comes, Reinhold can explain it to you in more detail - hell, considering that he''s your mentor, I''ve done an awful lot of explaining already... Now, let''s go!"'
  789. 'With that, Tatiana turns towards the exit once more and beckons you to follow.'
  790. '"Go where?" You ask.'
  791. '"To the magic!" She answers cryptically.'
  792. act 'Go to the magic (?)':gt 'tatiana_missions','intro'
  793. end
  794. end
  795. elseif temp = 1:
  796. !Text could use improvement, maybe mission specific text?
  797. *clr & cla
  798. '"Hey <<$pcs_firstname>>, are you up for a magical adventure?" Tatiana asks with a grin.'
  799. act 'Always': gt 'tatiana_missions','start'
  800. act 'Not right now':gt 'lab','start'
  801. elseif temp = 2:
  802. *clr & cla
  803. '"Hello <<$pcs_nickname>>, glad you''re here." Tatiana smiles at you. "What do you say? Feel ready for a mission?"'
  804. act 'Sure, let''s do this': gt 'tatiana_missions','start'
  805. act 'Not right now':gt 'lab','start'
  806. elseif temp = 3:
  807. *clr & cla
  808. '"Hello <<$pcs_nickname>>." Tatiana looks at you expectantly. "Would you like to do an investigation?"'
  809. act 'Gladly': gt 'tatiana_missions','start'
  810. act 'Not right now':gt 'lab','start'
  811. end
  812. ! if TatianaMissionQW = 5: gt 'tatiana_missions', 'special'
  813. ! act 'Mission 1': gt 'tatiana_missions', '1'
  814. !! etc. Maybe give them names so you know what you''re doing. Selecting them goes to in depth description and refuse/accept
  815. !!!Lore for possible consequences of exposing (many) normal people to powerful magic:
  816. !
  817. ! 'Tatiana lays both folders back where they belong and her expression turns serious. "Remember how I told you that magic has a natural tendency to stay hidden? Well, there''s a limit to that tendency, a threshold beyond which either the magic cannot stay hidden anymore or at which the normal person cannot explain what they''re seeing with some non-magical phenomenon, we''re not sure which - in other words, humans have a breaking point, and when they are pushed beyond that, most of them realize how the world really is... and lose their minds."'
  818. ! '"Could that have happened to me?" You shiver at the thought.'
  819. ! '"Honestly, I have no idea," Tatiana admits, "but the power you have absorbed since then is huge, even if you can''t really use it to its full potential, and that may have very well driven most regular mages insane, so we''re moving in unknown territory here."'
  820. ! 'You nod solemnly, suddenly very appreciative of the mental health and stability you always took for granted. "So, you investigate anything that might have magical causes to prevent people from going crazy?"'
  821. ! '"It''s even bigger than that, <<$pcs_firstname>>. We know that this threshold exists. Every mage witnesses it sooner or later." She stops, momentarily lost in thought, but quickly recovers. "We have a theory that, if too many people are exposed to too much magic at once, it might break the illusion for everybody; you know, like a nuclear bomb goes off when you reach a critical mass."'
  822. ! '"Which would then drive everybody insane," you conclude.'
  823. ! '"Maybe not everybody," she corrects, "but many of them. And those that wouldn''t go insane, well, who knows what they''d do? Go on witch hunts? Try to kill all succubi and fae? Attempt to harness the magic of the universe? It would destroy the world as we know it, that''s for sure."'
  824. ! 'You agree with her - with how much had been flung at you when all this began, you were pretty close to hysteria too, if you''re completely honest with yourself.'
  825. end
  826. --- lab ---------------------------------