lab.qsrc 43 KB

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