lab.qsrc 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066
  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. !{
  45. !!stats
  46. strenV = 600
  47. speedV = 60
  48. agilV = 60
  49. reactV = 50
  50. vitalV = 200
  51. intelV = 50
  52. willV = 50
  53. !!skills
  54. magikV = 100
  55. boxingV = 100
  56. shootV = 100
  57. !!parameters
  58. healthV = vitalV * 10 + strenV * 5
  59. manaV = intelV * 10 + magikV * 10
  60. willpowerV = willV * 10
  61. BonusAtakV = 0
  62. BonusDefV = 0
  63. !!Programme of Action
  64. program = 0
  65. }
  66. gs 'fight','initFight'
  67. $opp_name[0] = 'Gustav'
  68. $opp_image[0] = 'images/characters/city/jugo/jugopre.jpg'
  69. opp_def[0] = 100
  70. opp_run[0] = 75
  71. opp_wrstlng[0] = 75
  72. opp_kick[0] = 75
  73. opp_punch[0] = 85
  74. opp_jab[0] = 75
  75. opp_stren[0] = 250
  76. opp_agil[0] = 60
  77. opp_vital[0] = 200
  78. opp_react[0] = 50
  79. opp_health[0] = (opp_vital * 10 + opp_stren * 5)
  80. opp_willpwr[0] = 50
  81. opp_shoot[0] = 100
  82. fightEnding = 2
  83. gt 'fight', 'start'
  84. end
  85. end
  86. if tatianasparday ! daystart:
  87. act 'Sparring (Tatiana, magician6)':
  88. cla
  89. tatianasparday = daystart
  90. gs 'boyStat', 'A176'
  91. !!stats{
  92. strenV = 60
  93. speedV = 100
  94. agilV = 100
  95. reactV = 60
  96. vitalV = 100
  97. intelV = 100
  98. willV = 100
  99. !!skills
  100. magikV = 100
  101. boxingV = 100
  102. shootV = 100
  103. !!parameters
  104. healthV = vitalV * 10 + strenV * 5
  105. manaV = intelV * 6 + magikV * 10
  106. willpowerV = willV * 10
  107. BonusAtakV = 0
  108. BonusDefV = 0
  109. !!Programme of Action
  110. program = 4}
  111. gs 'fight','initFight'
  112. $opp_name[0] = 'Tatiana'
  113. $opp_image[0] = 'images/characters/city/tatiana/magiclook.jpg'
  114. opp_def[0] = 100
  115. opp_run[0] = 75
  116. opp_wrstlng[0] = 50
  117. opp_kick[0] = 75
  118. opp_punch[0] = 100
  119. opp_jab[0] = 100
  120. opp_stren[0] = 60
  121. opp_agil[0] = 100
  122. opp_vital[0] = 100
  123. opp_react[0] = 60
  124. opp_health[0] = (opp_vital * 10 + opp_stren * 5)
  125. opp_willpwr[0] = 100
  126. opp_shoot[0] = 100
  127. fightEnding = 3
  128. gt 'fight', 'start'
  129. end
  130. end
  131. !!!Has to be adjusted to match TatianaMissionQW value for latest mission (see 'tatiana_missions')
  132. TatianaMissionTotal = 2
  133. if tobiQW > 0 and TatianaMissionDay + 30 < daystart and TatianaMissionQW < TatianaMissionTotal:
  134. 'You have a feeling Tatiana might want to talk to you about something...'
  135. act 'Ask Tatiana what she wants':gt 'lab','missions'
  136. end
  137. end
  138. if $ARGS[0] = 'Gustav':
  139. cla
  140. clr
  141. *clr
  142. minut += 5
  143. gs 'stat'
  144. gs 'themes', 'indoors'
  145. '<center><b><font color="maroon">Gustav</font></b></center>'
  146. '<center><img <<$set_imgh>> src="images/characters/city/jugo/jugopre.jpg"></center>'
  147. 'Gustav is sitting on floor and staring off into space.'
  148. act 'Leave':gt 'lab', 'start'
  149. if gustavday ! daystart:
  150. act 'Develop strength (1:00)':
  151. cla
  152. timemult = 4
  153. loopcount = 1
  154. :timeloop1
  155. gs 'exercise', 'tier2', 0, 'stren_exp'
  156. if loopcount < timemult: loopcount += 1 & jump 'timeloop1'
  157. loopcount = 0
  158. timemult = 0
  159. gustavday = daystart
  160. 'You do exercises under the guidance of Gustav.'
  161. act 'Leave':gt 'lab', 'Gustav'
  162. end
  163. act 'Develop agility (1:00)':
  164. cla
  165. timemult = 5
  166. loopcount = 1
  167. :timeloop2
  168. gs 'exercise', 'tier2', 0, 'agil_exp'
  169. if loopcount < timemult: loopcount += 1 & jump 'timeloop2'
  170. loopcount = 0
  171. timemult = 0
  172. gustavday = daystart
  173. 'You do exercises under the guidance of Gustav.'
  174. act 'Leave':gt 'lab', 'Gustav'
  175. end
  176. act 'Develop reactions (1:00)':
  177. cla
  178. timemult = 5
  179. loopcount = 1
  180. :timeloop3
  181. gs 'exercise', 'tier2', 0, 'react_exp'
  182. if loopcount < timemult: loopcount += 1 & jump 'timeloop3'
  183. loopcount = 0
  184. timemult = 0
  185. gustavday = daystart
  186. 'You do exercises under the guidance of Gustav.'
  187. act 'Leave':gt 'lab', 'Gustav'
  188. end
  189. act 'Develop endurance (1:00)':
  190. cla
  191. timemult = 5
  192. loopcount = 1
  193. :timeloop4
  194. gs 'exercise', 'tier2', 0, 'vital_exp'
  195. if loopcount < timemult: loopcount += 1 & jump 'timeloop4'
  196. loopcount = 0
  197. timemult = 0
  198. gustavday = daystart
  199. 'You do exercises under the guidance of Gustav.'
  200. act 'Leave':gt 'lab', 'Gustav'
  201. end
  202. end
  203. end
  204. if $ARGS[0] = 'BodyModActuate':
  205. ! Does the actual modification
  206. ! ARGS[1] = Mana cost
  207. ! ARGS[2] = Time for change
  208. ! $ARGS[3] = property to set
  209. ! ARGS[4] = value to set
  210. ! $ARGS[5] = Description of new val
  211. ! $ARGS[6] = Body part name
  212. ! $ARGS[7] = Body part for pain
  213. ! $ARGS[8] = extra code to run before
  214. bodyModMana = ARGS[1]
  215. bodyModTime = ARGS[2]
  216. $bodyModStat = $ARGS[3]
  217. bodyModVal = ARGS[4]
  218. $bodyModDesc = $ARGS[5]
  219. $bodyModType = $ARGS[6]
  220. $bodyModPain = $ARGS[7]
  221. $bodyModExtra= $ARGS[8]
  222. if pcs_mana >= bodyModMana:
  223. dynamic $bodyModExtra
  224. dynamic "<<$bodyModStat>> = <<bodyModVal>>"
  225. pcs_mana -= bodyModMana
  226. gs 'arousal', 'flash', 30
  227. minut+=bodyModTime-30
  228. pain[$bodyModPain] = 100
  229. gs 'stat'
  230. gt 'lab', 'BodyModded', $bodyModType, $bodyModDesc
  231. else
  232. *pl 'Tatiana says,"You don''t have enough mana to pull this off. Rest and we can try again later."'
  233. end
  234. killvar 'bodyModMana'
  235. killvar 'bodyModTime'
  236. killvar '$bodyModStat'
  237. killvar 'bodyModVal'
  238. killvar '$bodyModDesc'
  239. killvar '$bodyModType'
  240. killvar '$bodyModPain'
  241. killvar '$bodyModExtra'
  242. end
  243. if $ARGS[0] = 'ListBuilder':
  244. ! Builds a list of Attributes to be able to change
  245. ! $ARGS[1] = Name of the attribute
  246. ! $ARGS[2] = Mana cost of the change
  247. ! $ARGS[3] = Time the change will take
  248. ! $ARGS[4] = Array name of change value display string
  249. ! $ARGS[5] = Array name of value to change attribute to, 'i' means, just use array position
  250. ! $ARGS[6] = variable name of attribute to change
  251. ! $ARGS[7] = pain location
  252. ! $ARGS[8] = extra code to run before
  253. $bodyModType = $ARGS[1]
  254. bodyModMana = ARGS[2]
  255. bodyModTime = ARGS[3]
  256. $bodyModDesc = $ARGS[4]
  257. $bodyModIndx = $ARGS[5]
  258. $bodyModStat = $ARGS[6]
  259. $bodyModPain = $ARGS[7]
  260. $bodyModExtra= $ARGS[8]
  261. $hairColors[0]='black'
  262. $hairColors[1]='brown'
  263. $hairColors[2]='red'
  264. $hairColors[3]='blonde'
  265. hairTypes[0]=5 & $hairTypes[0]='extremely short'
  266. hairTypes[1]=31 & $hairTypes[1]='pixie-cut'
  267. hairTypes[2]=81 & $hairTypes[2]='medium'
  268. hairTypes[3]=161 & $hairTypes[3]='shoulder-length'
  269. hairTypes[4]=261 & $hairTypes[4]='long'
  270. hairTypes[5]=401 & $hairTypes[5]='very long'
  271. hairTypes[6]=601 & $hairTypes[6]='extremely long'
  272. $lipSize[0]='thin'
  273. $lipSize[1]='normal'
  274. $lipSize[2]='plump'
  275. $lipSize[3]='pouty'
  276. $lipSize[4]='pillowy'
  277. $eyeColors[0]='brown'
  278. $eyeColors[1]='grey'
  279. $eyeColors[2]='green'
  280. $eyeColors[3]='blue'
  281. $eyeLashes[0]='short'
  282. $eyeLashes[1]='average'
  283. $eyeLashes[2]='long'
  284. $eyeLashes[3]='lavish'
  285. $eyeLashes[4]='show-stealing'
  286. $eyeLashes[5]='long, jewel-dusted'
  287. breastSize[0]=5 & $breastSize[0]='AA'
  288. breastSize[1]=10 & $breastSize[1]='A'
  289. breastSize[2]=15 & $breastSize[2]='B'
  290. breastSize[3]=20 & $breastSize[3]='C'
  291. breastSize[4]=25 & $breastSize[4]='D'
  292. breastSize[5]=30 & $breastSize[5]='E'
  293. breastSize[6]=35 & $breastSize[6]='F'
  294. breastSize[7]=40 & $breastSize[7]='G'
  295. breastSize[8]=45 & $breastSize[8]='H'
  296. breastSize[9]=50 & $breastSize[9]='I'
  297. breastSize[10]=55 & $breastSize[10]='J'
  298. breastSize[11]=60 & $breastSize[11]='K'
  299. $ListStr = "<B><<$bodyModType>></B>"
  300. i = 0
  301. :BodyModLoop
  302. if i < arrsize('<<$bodyModDesc>>'):
  303. if $bodyModIndx = 'i':
  304. bodymodValue = i
  305. else
  306. bodymodValue = dyneval("result = <<$bodyModIndx>>[<<i>>]")
  307. end
  308. $bodyModDescX = dyneval('$result = <<$bodyModDesc>>[<<i>>]')
  309. $ListStr = $ListStr + "<br><a href=""EXEC:gs 'lab','BodyModActuate',<<bodyModMana>>,<<bodyModTime>>,'<<$bodyModStat>>',<<bodymodValue>>,'<<$bodyModDescX>>','<<$bodyModType>>','<<$bodyModPain>>','<<$bodyModExtra>>'""><<$bodyModDescX>></a>"
  310. i += 1
  311. jump 'BodyModLoop'
  312. end
  313. killvar 'i'
  314. killvar '$bodyModDescX'
  315. killvar 'bodymodValue'
  316. killvar '$bodyModType'
  317. killvar 'bodyModMana'
  318. killvar 'bodyModTime'
  319. killvar '$bodyModDesc'
  320. killvar '$bodyModIndx'
  321. killvar '$bodyModStat'
  322. killvar '$bodyModPain'
  323. killvar '$bodyModExtra'
  324. $result = $ListStr
  325. killvar '$ListStr'
  326. end
  327. if $ARGS[0] = 'BodyModded':
  328. ! Landing page for having Body Mod done.
  329. ! $ARGS[1] = Name of the attribute
  330. ! $ARGS[2] = new value of attribute
  331. $bodyModType = $ARGS[1]
  332. $bodyModVal = $ARGS[2]
  333. cls & cla
  334. act 'Thank you':gt 'lab', 'Tatiana'
  335. "You feel a bit drained and tingly all over. You look in the mirror."
  336. "Your <<$bodyModType>> is now <<$bodyModVal>>."
  337. """Thanks Tatiana!"""
  338. end
  339. if $ARGS[0] = 'Tatiana':
  340. cls
  341. $loc = 'lab'
  342. $metka = 'Tatiana'
  343. minut += 5
  344. gs 'stat'
  345. gs 'themes', 'indoors'
  346. '<center><b><font color="maroon">Tatiana</font></b></center>'
  347. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  348. 'Tatiana is always studying something.'
  349. if succubusflag = 1:
  350. if tatisucsex > 0 and sucinfoday ! 0 and sucinfoday <= daystart:
  351. '"Hey <<$pcs_nickname>>!'
  352. '"I''ve gotten some more information about Succubae!"'
  353. if sucpcinfo = 4 and succublvl >= 2:
  354. '"I heard from one of my mage contacts, in Sydney, Australia of all places, and he passed on some more details."'
  355. sucpcinfo = 5
  356. sucinfoday = daystart + 10 + rand(0,7)
  357. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 1
  358. exit
  359. elseif sucpcinfo = 5:
  360. '"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."'
  361. sucpcinfo = 6
  362. sucinfoday = daystart + 17 + rand(0,7)
  363. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 2
  364. exit
  365. elseif sucpcinfo = 6:
  366. '"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."'
  367. sucpcinfo = 7
  368. !! The +9000000 is so I can easily reset it when the next Skill upadtes are ready.
  369. sucinfoday = daystart + 9000000
  370. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 3
  371. exit
  372. end
  373. end
  374. if tatisucsex ! 0 and tatisucsexask ! daystart: act 'Ask if she want''s to have sex': tatianasucsexask = daystart & gt 'lab', 'Tatianasucsexask'
  375. if sucpcinfo >= 4: act 'Ask her about Succubae': gt 'lab', 'Tatianasuctalk'
  376. end
  377. act 'Leave':gt 'lab', 'start'
  378. act 'Ask for help with your appearance':
  379. cla
  380. '"Tatiana, I''m having problems with my body image, I''m not happy and was hoping that you might be able to help me."'
  381. *nl
  382. '"It''s possible but I will have to draw on your magical energy, it will cost some of your mana to perform a spell."'
  383. '"Also, this will be painful. The magic will force your flesh into new shapes."'
  384. $HairColorTab = func('lab', 'ListBuilder', 'Hair Color', 500, 60, '$hairColors','i', 'pcs_haircol','hair', '')
  385. $HairLengthTab = func('lab', 'ListBuilder', 'Hair Length',200, 120,'$hairTypes', 'hairTypes', 'pcs_hairlng','hair', '')
  386. $EyeColorTab = func('lab', 'ListBuilder', 'Eye Color', 300, 120,'$eyeColors', 'i', 'pcs_eyecol', 'eye', '')
  387. $EyeLashTab = func('lab', 'ListBuilder', 'Eye Lashes', 100, 30, '$eyeLashes', 'i', 'pcs_lashes', 'eye', '')
  388. $LipTab = func('lab', 'ListBuilder', 'Lip Size', 300, 120,'$lipSize', 'i', 'pcs_lip', 'lip', '')
  389. $BreastTab = func('lab', 'ListBuilder', 'Breast Size',1000,240,'$breastSize','breastSize','nbsize', 'breasts','magicf2b=0')
  390. $SkinTab = "<a href=""EXEC:gs 'lab','BodyModActuate',1000,240,'pcs_skin',100,'clear','Skin','chest',''"">Clear Skin</a>"
  391. $VirginTab = "<a href=""EXEC:gs 'lab','BodyModActuate',1000,120,'pcs_vag',0,'renewed','Virginity','vaginal',''"">Renew Virginity</a>"
  392. $SiliconeTab = "<a href=""EXEC:gs 'lab','BodyModActuate',1000,240,'fillimplant',0,'natural again','Boobs','breasts','brSurTemp = 0 & stringimplant = 0'"">Remove Silicone</a>"
  393. $SpellListStr = "<CENTER>
  394. <TABLE CELLPADDING = '5'>
  395. <TR>
  396. <TD><<$SkinTab>></TD>
  397. <TD><<$VirginTab>></TD>
  398. <TD><<$SiliconeTab>></TD>
  399. </TR>
  400. <TR>
  401. <TD VALIGN='top'><<$HairColorTab>></TD>
  402. <TD VALIGN='top'><<$EyeColorTab>></TD>
  403. <TD VALIGN='top'><<$BreastTab>></TD>
  404. </TR>
  405. <TR>
  406. <TD VALIGN='top'><<$HairLengthTab>></TD>
  407. <TD VALIGN='top'><<$EyeLashTab>></TD>
  408. <TD VALIGN='top'><<$LipTab>></TD>
  409. </TR>
  410. </TABLE>
  411. </CENTER>"
  412. *pl func('cleanHTML',$SpellListStr)
  413. killvar '$HairColorTab'
  414. killvar '$HairLengthTab'
  415. killvar '$EyeColorTab'
  416. killvar '$EyeLashTab'
  417. killvar '$LipTab'
  418. killvar '$BreastTab'
  419. killvar '$SkinTab'
  420. killvar '$VirginTab'
  421. killvar '$SiliconeTab'
  422. killvar '$SpellListStr'
  423. act 'No, no, I''ve changed my mind. Thank you':gt 'lab', 'Tatiana'
  424. act 'Restore you body to it''s original shape':
  425. cla
  426. '"Tatiana, I''m having problems with my body image, I''m not happy and was hoping that you might be able to help me."'
  427. '"It''s possible but I will have to draw on your magical energy, it will cost 40 mana to perform a reset spell.'
  428. 'This will reduce excess fat, growth of body parts and reduce high levels of silicone, moving you closer to your original body shape.'
  429. 'Do you wish to try this spell?'
  430. act 'No, no, I''ve changed my mind. Thank you':gt 'lab', 'Tatiana'
  431. if pcs_mana >= 40:
  432. act 'That sounds great, let''s do it!':
  433. *clr
  434. cla
  435. minut += 30
  436. dounspell = 1
  437. gs 'body_shape', 'hardreset'
  438. gs 'stat'
  439. '<center><img <<$set_imgh>> src="images/characters/city/tatiana/magiclook.jpg"></center>'
  440. 'Tatiana lowers her glasses and stares deeply into your eyes. It feels like time just stops being a thing and you are floating.'
  441. '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.'
  442. 'Your body has changed much as Tatiana said it would and she is already busy checking nothing went wrong.'
  443. act 'Continue': gt 'lab', 'Tatiana'
  444. end
  445. end
  446. end
  447. end
  448. if IvanPodstavaQW = 2 and poverKAR = 0 and softKAR = 0:
  449. act 'Ask Tatiana for help with Ivan':
  450. cla
  451. gs 'stat'
  452. '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."'
  453. act 'Military solution':
  454. cls
  455. poverKAR = 1
  456. gs 'stat'
  457. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  458. '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.'
  459. act 'Leave':gt 'lab', 'Tatiana'
  460. end
  461. act 'Tricky decision':
  462. cls
  463. softKAR = 1
  464. gs 'stat'
  465. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  466. '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.'
  467. act 'Leave':gt 'lab', 'Tatiana'
  468. end
  469. end
  470. elseif poverKAR = 2:
  471. act 'Approach to Tatiana about attacks apartments Ivan':
  472. cla
  473. poverKAR = 3
  474. '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. "'
  475. act 'Leave':gt 'lab', 'Tatiana'
  476. end
  477. end
  478. if Tatianaday ! daystart:
  479. act 'Develop your intelligence (1:00)':
  480. cla
  481. intel_exp += rand(3, 6)
  482. minut += 60
  483. Tatianaday = daystart
  484. 'You study with Tatiana developing your intellect.'
  485. act 'Leave':gt 'lab', 'Tatiana'
  486. end
  487. act 'Develop your inner spirit (1:00)':
  488. cla
  489. sprt_exp += rand(3, 6)
  490. minut += 60
  491. Tatianaday = daystart
  492. 'You meditate with Tatiana improving your spirituality.'
  493. act 'Leave':gt 'lab', 'Tatiana'
  494. end
  495. end
  496. ! Show Actions for Learning Spells
  497. gs 'spellList', 'teacherActions', '$basicSpells', 'lab', 'Tatiana'
  498. gs 'spellList', 'teacherActions', '$healSpells', 'lab', 'Tatiana'
  499. !gs 'spellList', 'teacherActions', '$beautySpells', 'lab', 'Tatiana'
  500. if pcs_magik >= 5 and spellavtoklon = 0:
  501. act 'Learn technique preparation (1:00)':
  502. cla
  503. minut += 60
  504. spellavtoklon = 1
  505. 'You learned the technique preparation. This technique allows you to enter into battle with the already created three clones.'
  506. act 'Leave':gt 'lab', 'Tatiana'
  507. end
  508. end
  509. if pcs_magik >= 6 and spellbefshild = 0:
  510. act 'Learn technique pre-shield (1:00)':
  511. cla
  512. minut += 60
  513. spellbefshild = 1
  514. 'You learned the technique of pre-shield. This technique allows you to enter into battle with a magical shield protecting you against physical impacts.'
  515. act 'Leave':gt 'lab', 'Tatiana'
  516. end
  517. end
  518. !! Succubus specific skill training.
  519. if succubusflag = 1:
  520. if sucpcinfo >= 4 and sucskill < 1:
  521. act 'Learn to monitor your Succubus Energies (may take some time)':
  522. cla
  523. minut += 30
  524. sucskill = 1
  525. gs 'stat'
  526. '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.'
  527. 'You open your eyes and look at Tatiana sitting across from you.'
  528. 'She is flushed, breathing hard, and her nipples are showing clearly through her blouse.'
  529. if 1 + (succublvl * 2) + tatisucsex < 20 and rand(0,100) < 90:
  530. 'After a moment, she gives herself a shake and pulls herself together, before saying, "There you go!"'
  531. 'She then stands up and goes back to her studying.'
  532. act 'Finish': gt 'lab', 'Tatiana'
  533. else
  534. xgt 'lab', 'suctrainsex'
  535. end
  536. end
  537. elseif sucpcinfo >= 5 and sucskill < 2:
  538. act 'Learn to increase your energy storage (may take some time)':
  539. cla
  540. minut += 5
  541. 'You settle into a meditative state and link with Tatiana.'
  542. if succhungry > -2:
  543. gs 'stat'
  544. '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."'
  545. 'She then stands up and goes back to her studying.'
  546. act 'Finish': gt 'lab', 'Tatiana'
  547. exit
  548. end
  549. minut += 55
  550. gs 'stat'
  551. sucskill = 2
  552. 'Tatiana shows you how to build a storage reservoir that draws the excess energy in before your body uses it.'
  553. '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!"'
  554. 'She then closes her eyes and visibly tries to get ahold of herself.'
  555. if tatisucsex >= 20 or rand(1,100) < 95:
  556. 'After several moments, she pulls herself together, opens her eyes, smiles at you, and says, "There, I knew I could do it!"'
  557. 'She then stands up and goes back to her studying.'
  558. act 'Finish': gt 'lab', 'Tatiana'
  559. else
  560. 'Then her eyes snap open and you feel arousal suddenly flooding the link!'
  561. xgt 'lab', 'suctrainsex'
  562. end
  563. end
  564. elseif sucpcinfo >= 6 and sucskill < 3:
  565. if money >= 5000 and sctrainprep = 0:
  566. act 'Ask her about the preparations and training':
  567. cla
  568. gs 'stat'
  569. minut += 60
  570. 'You ask her what''s involved in the training and preparations.'
  571. 'She spends some time explaining the technical details of what you need to do during the "rital", then says,'
  572. '"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.'
  573. '"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.'
  574. '"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.'
  575. '"So, do you want me to start the preparations?"'
  576. act 'Yes':
  577. cla
  578. money -= 5000
  579. sctrainprep = 1
  580. tatisucsexday = daystart + 7
  581. '"Ok, I''ll get started! Be here next <<$week[week]>> with 3 days of reserves and 100 units of stored energy."'
  582. if tatisucsex > 0:
  583. 'She then pulls you in for a quick kiss before adding, "Now get out of here, I can''t have you distracting me!"'
  584. else
  585. 'She then surprises you with a peck on the cheek before adding, "Now get out of here, I can''t have you distracting me!"'
  586. end
  587. act 'Leave':
  588. minut += 5
  589. gt 'down'
  590. end
  591. end
  592. act 'Not Yet': gt 'lab', 'Tatiana'
  593. end
  594. elseif money >= 2000 and sctrainprep = -1:
  595. act 'Ask her to redo the preparations':
  596. cla
  597. '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?'
  598. act 'Yes':
  599. cla
  600. money -= 2000
  601. sctrainprep = 1
  602. tatisucsexday = daystart + 7
  603. '"Ok, I''ll get started! Be here next <<$week[week]>> with 3 days of reserves and 100 units of stored energy."'
  604. '"Now get out of here, I can''t have you distracting me!"'
  605. act 'Leave':
  606. minut += 5
  607. gt 'down'
  608. end
  609. end
  610. act 'Not Yet': gt 'lab', 'Tatiana'
  611. end
  612. end
  613. elseif sucpcinfo >= 7 and sucskill < 4 and maddildo = 1 and sucexcess >= 100:
  614. act 'Ask Tatiana about the accommodation training':
  615. cla
  616. 'Tatiana asks, "Are you ready to do the accommodation training?"'
  617. act 'Yes, I''m ready. (can take a lot of time)':
  618. cls
  619. cla
  620. minut += 120
  621. gs 'stat'
  622. '<center><img <<$set_imgh>> src="images/shared/sex/mast/dildo.jpg"></center>'
  623. 'She walks you through everything you need to do while leading you to the couch.'
  624. '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."'
  625. '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.'
  626. sucskill = 4
  627. sucexcess -= 100
  628. act 'Continue':
  629. pcs_horny = 0
  630. 'As you''re finishing, you notice Tatiana has her eyes closed and is visibly trying to get ahold of herself.'
  631. if tatisucsexday < daystart or rand(1,100) > 95:
  632. 'Then her eyes snap open and you feel arousal suddenly flooding the link!'
  633. xgt 'lab', 'suctrainsex'
  634. else
  635. cla
  636. 'After several moments, she pulls herself together, opens her eyes, smiles at you, and says, "There, I knew I could do it!"'
  637. 'She then stands up and goes back to her studying.'
  638. act 'Finish': gt 'lab', 'Tatiana'
  639. end
  640. end
  641. end
  642. act 'Not Yet': gt 'lab', 'Tatiana'
  643. end
  644. end
  645. end
  646. end
  647. if $ARGS[0] = 'Tatianasuctalk':
  648. cla
  649. clr
  650. *clr
  651. gs 'stat'
  652. gs 'themes', 'indoors'
  653. '<center><b><font color="maroon">Tatiana</font></b></center>'
  654. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  655. if sucpcinfo < 2:
  656. minut += 15
  657. 'As you both settle onto the couch, Tatiana turns to you and says, "Ok, tell me what happened."'
  658. 'You spend the next 15 minutes telling her about the Fairy, the odd dream, the energy you let loose the other night,'
  659. if succubusQW = 4:
  660. 'and the felling you get when you''ve had sex.'
  661. elseif succubusQW > 4:
  662. 'the felling you get when you''ve had sex, and the reaction you had to almost being raped.'
  663. end
  664. ''
  665. '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."'
  666. 'She hops up and says, "Get undressed and lie down on the couch."'
  667. sucpcinfo = 2
  668. act 'Undress and lie down': gt 'succubus', 'tatianaask'
  669. exit
  670. end
  671. if tatisucsex = 0 and tatisucsexask ! daystart: act 'Ask Tatiana if she wants to try Succubus Sex': tatisucsexask = daystart & gt 'lab', 'Tatianasucsexask'
  672. act 'Ask her to repeat what she knows about Succubae': gt 'succubus', 'tatianaask'
  673. act 'Ask her if she has learned anything new about Succubae':
  674. cla
  675. !! Nothing after info level 6 here, because Tatiana will tell the PC automatically
  676. if sucinfoday ! 0 and sucinfoday <= daystart:
  677. if sucpcinfo = 4 and succublvl >= 2:
  678. '"Actually, I have gotten some more information about Succubae."'
  679. '"I heard from one of my mage contacts, in Sydney, Australia of all places, and he passed on some more details."'
  680. sucpcinfo = 5
  681. sucinfoday = daystart + 10 + rand(0,7)
  682. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 1
  683. elseif sucpcinfo = 5:
  684. '"Actually, I have gotten some more information about Succubae."'
  685. '"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."'
  686. sucpcinfo = 6
  687. sucinfoday = daystart + 10 + rand(0,7)
  688. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 2
  689. else
  690. 'No, I havn''t.'
  691. act 'Continue': gt 'lab', 'Tatianasuctalk'
  692. end
  693. else
  694. 'No, I havn''t.'
  695. act 'Continue': gt 'lab', 'Tatianasuctalk'
  696. end
  697. end
  698. act 'Change topics': gt 'lab', 'Tatiana'
  699. end
  700. if $ARGS[0] = 'Tatianasucsexask':
  701. cla
  702. clr
  703. *clr
  704. gs 'stat'
  705. gs 'themes', 'indoors'
  706. '<center><b><font color="maroon">Tatiana</font></b></center>'
  707. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  708. if tatisucsex = 0:
  709. if TatianaSex = 1:
  710. 'You give Tatiana what you hope is a "come hither" smile and ask,'
  711. '"So, you want to give Succubus sex a try?"'
  712. else
  713. 'You give Tatiana a shy smile and ask,'
  714. '"Do you want to try Succubus sex?"'
  715. end
  716. else
  717. 'You give Tatiana a bright smile and ask,'
  718. 'Hey Tatiana, you up for some Succubus Sex?'
  719. end
  720. act 'She answers:':
  721. cla
  722. if tatisucsex = 0:
  723. 'She gives you a wide eyed look before saying,'
  724. if succublvl + TatianaSex < rand(0,6):
  725. '"I''m sorry, <<$pcs_firstname>>, I just don''t have the time now."'
  726. act 'Move on to something else': gt 'lab', 'Tatiana'
  727. else
  728. '"I would love to!", with a wide smile.'
  729. 'She leads you over to the couch and you both strip.'
  730. act 'Proceed': gt 'succubus', 'tatianasex'
  731. end
  732. else
  733. if tatisucsexday <= daystart:
  734. if 1 + (succublvl * 2) + tatisucsex < rand(1,20):
  735. '"I''m sorry, <<$pcs_nickname>>, I just don''t have the time now."'
  736. act 'Move on to something else': gt 'lab', 'Tatiana'
  737. else
  738. 'She gives you a "come hither" smile and says, "I would love to, <<$pcs_nickname>>!"'
  739. 'You both head toward the couch, stripping as you go.'
  740. 'Once there, you both sit down facing each other and she looks at you in anticipation.'
  741. act 'Proceed': gt 'succubus', 'tatianasex'
  742. end
  743. else
  744. if tatisucsexday - daystart > 1:
  745. $scsextmp = 'days'
  746. else
  747. $scsextmp = 'day'
  748. end
  749. 'She looks at you with a sad smile and says,'
  750. '"I''m sorry, <<$pcs_nickname>>, I need at least <<tatisucsexday - daystart>> more <<$scsextmp>>."'
  751. killvar '$scsextmp'
  752. act 'Move on to something else': gt 'lab', 'Tatiana'
  753. end
  754. end
  755. end
  756. end
  757. if $ARGS[0] = 'Tatianasexreject':
  758. cla
  759. clr
  760. *clr
  761. gs 'stat'
  762. '<center><b><font color="maroon">Tatiana</font></b></center>'
  763. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  764. if scpopt = 2:
  765. 'I''m sorry, Tatiana, I just don''t have the time right now.'
  766. scpopt = 0
  767. killvar '$sclocrt' & killvar '$scargrt'
  768. end
  769. act 'Finish': gt 'lab', 'Tatiana'
  770. end
  771. if $ARGS[0] = 'suctrainsex':
  772. '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..."'
  773. gs 'arousal', 'kiss', 5, 'lesbian', 'sub'
  774. gs 'stat'
  775. if pcs_horny >= 100:
  776. '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!'
  777. 'Then, you feel your control slip...'
  778. $orgasm_or = 'yes'
  779. gs 'stat'
  780. act 'Continue': gt 'succubus', 'tatianasex'
  781. else
  782. scfwon = 2
  783. scpopt = 1
  784. $sclocrt = 'lab'
  785. $scargrt = 'Tatianasexreject'
  786. 'You only have moments to decide, do you give in and let <<$sucself1>> go or do you reign it in?'
  787. act 'Continue': gt 'succubus', 'tatianasex'
  788. end
  789. end
  790. if $ARGS[0] = 'suctraining':
  791. if sucpcinfo < 2:
  792. cla
  793. clr
  794. *clr
  795. '<center><b><font color="maroon">Tatiana</font></b></center>'
  796. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  797. 'The moment you walked into her lab, Tatiana''s head jerked up and she hurried over to you.'
  798. 'She stares at you for several seconds, then demands, "What the hell happened to you!?!?"'
  799. 'You start to answer her when she holds up her hand and says, "Wait, come sit on the couch and tell me."'
  800. 'She turns away from you and walks toward the couch.'
  801. act 'Follow her': gt 'lab', 'Tatianasuctalk'
  802. exit
  803. elseif sucpcinfo >= 6 and sucskill < 3 and sctrainprep = 1:
  804. if tatisucsexday > daystart and tatisucsexday - 5 >= daystart:
  805. cla
  806. clr
  807. *clr
  808. '<center><b><font color="maroon">Tatiana</font></b></center>'
  809. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  810. '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?"'
  811. act 'Yes, I need to cancel':
  812. cla
  813. '"Are you sure?"'
  814. act 'Yes, I''m sure':
  815. cla
  816. if tatisucsexday = daystart + 7:
  817. sctrainprep = 0
  818. money += 5000
  819. '"Ok, good thing I hadn''t bought anything yet." and she hands you back the 5000 <b>₽</b> before going back to her studying.'
  820. else
  821. minut += 3
  822. sctrainprep = -1
  823. '"Ok, I''ll dump the "battery" potion."'
  824. '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.'
  825. end
  826. act 'Continue': gt 'lab', 'start'
  827. end
  828. act 'No, never mind continue your preparations':
  829. cla
  830. 'She gives a small shake of her head and says, "Then get out of here, I can''t have you distracting me!"'
  831. act 'Leave': gt 'down'
  832. end
  833. end
  834. act 'No...':
  835. cla
  836. 'You say, "No, I just wanted to see you."'
  837. 'She answers, "That''s sweet, but I can''t have you distracting me, come back all charged up in <<tatisucsexday - daystart>> days!"'
  838. act 'Leave':
  839. minut += 3
  840. gt 'down'
  841. end
  842. end
  843. exit
  844. elseif tatisucsexday > daystart and tatisucsexday - 5 < daystart:
  845. if tatisucsexday - daystart > 1:
  846. $scsextmp = 'days'
  847. else
  848. $scsextmp = 'day'
  849. end
  850. '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>>!"'
  851. killvar '$scsextmp'
  852. act 'Leave':
  853. minut += 3
  854. gt 'down'
  855. end
  856. exit
  857. elseif tatisucsexday = daystart or tatisucsexday = daystart - 1:
  858. cla
  859. clr
  860. *clr
  861. gs 'stat'
  862. '<center><b><font color="maroon">Tatiana</font></b></center>'
  863. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  864. 'The instant you walk into the lab, Tatiana''s head snaps up and she stares hard at you as you approach the barrier.'
  865. if sucexcess >= 100 and succhungry < -2:
  866. minut += 10
  867. 'As you step through the barrier, Tatiana seems to teleport to you and start kissing you.'
  868. '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!"'
  869. !! Maybe add arousal call here
  870. '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.'
  871. 'It tastes like strawberry syrup.'
  872. '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.'
  873. 'Once there, you both sit down facing each other, she looks at you with burning lust, and says, "Do it!"'
  874. act 'Proceed': gt 'succubus', 'tatianasex'
  875. exit
  876. elseif sucexcess < 100 and succhungry > -2 and tatisucsexday = daystart:
  877. '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!"'
  878. elseif succhungry > -2 and tatisucsexday = daystart:
  879. '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!'
  880. elseif succhungry > -2 and tatisucsexday = daystart - 1:
  881. '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."'
  882. sctrainprep = -1
  883. else
  884. '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!"'
  885. end
  886. act 'Leave': minut += 5 & gt 'down'
  887. exit
  888. else
  889. '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."'
  890. sctrainprep = -1
  891. act 'Continue': gt 'lab', 'start'
  892. exit
  893. end
  894. end
  895. !! This is oops handling
  896. sucbypass = 1
  897. minut -= 5
  898. gt 'lab', 'start'
  899. end
  900. if $ARGS[0] = 'missions':
  901. cls
  902. temp = rand (1,3)
  903. gs 'stat'
  904. '<center><b><font color="maroon">Tatiana</font></b></center>'
  905. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  906. if TatianaMissionQW = 0:
  907. TatianaMissionQW = 1
  908. TatianaMissionDay = daystart
  909. minut += 15
  910. *clr & cla
  911. '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."'
  912. '"What about?"'
  913. '"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."'
  914. '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."'
  915. '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."'
  916. 'The last bit rouses your interest once more. "Into practice? You mean like doing missions for the council?"'
  917. '"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.'
  918. act 'What kind of missions?':
  919. *clr & cla
  920. '"So," you struggle to imagine what to expect, "what would these missions be like?"'
  921. '"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."'
  922. '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-"'
  923. '"Bullshit?" She offers helpfully.'
  924. '"Conspiracy crap, ghost stories and all that," is what you choose to say instead.'
  925. 'Tatiana nods understandingly. "Yeah, it does. But remember, normal people don''t see magic for what it is."'
  926. '"Right," you remember, "little green men and poltergeists."'
  927. '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."'
  928. act 'Why are we doing this?':
  929. *clr & cla
  930. '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?"'
  931. '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."'
  932. '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?!"'
  933. '"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."'
  934. '"What do you mean by ''energies of the universe''? I thought you said that magic only exists in living things, like plants and animals."'
  935. '"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!"'
  936. 'With that, Tatiana turns towards the exit once more and beckons you to follow.'
  937. '"Go where?" You ask.'
  938. '"To the magic!" She answers cryptically.'
  939. act 'Go to the magic (?)':gt 'tatiana_missions','intro'
  940. end
  941. end
  942. elseif temp = 1:
  943. !Text could use improvement, maybe mission specific text?
  944. *clr & cla
  945. '"Hey <<$pcs_firstname>>, are you up for a magical adventure?" Tatiana asks with a grin.'
  946. act 'Always': gt 'tatiana_missions','start'
  947. act 'Not right now':gt 'lab','start'
  948. elseif temp = 2:
  949. *clr & cla
  950. '"Hello <<$pcs_nickname>>, glad you''re here." Tatiana smiles at you. "What do you say? Feel ready for a mission?"'
  951. act 'Sure, let''s do this': gt 'tatiana_missions','start'
  952. act 'Not right now':gt 'lab','start'
  953. elseif temp = 3:
  954. *clr & cla
  955. '"Hello <<$pcs_nickname>>." Tatiana looks at you expectantly. "Would you like to do an investigation?"'
  956. act 'Gladly': gt 'tatiana_missions','start'
  957. act 'Not right now':gt 'lab','start'
  958. end
  959. ! if TatianaMissionQW = 5: gt 'tatiana_missions', 'special'
  960. ! act 'Mission 1': gt 'tatiana_missions', '1'
  961. !! etc. Maybe give them names so you know what you''re doing. Selecting them goes to in depth description and refuse/accept
  962. !!!Lore for possible consequences of exposing (many) normal people to powerful magic:
  963. !
  964. ! '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."'
  965. ! '"Could that have happened to me?" You shiver at the thought.'
  966. ! '"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."'
  967. ! '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?"'
  968. ! '"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."'
  969. ! '"Which would then drive everybody insane," you conclude.'
  970. ! '"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."'
  971. ! '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.'
  972. end
  973. --- lab ---------------------------------