lab.qsrc 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029
  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. gs 'spellList', 'teacherActions', '$healSpells', 'lab', 'Tatiana'
  465. !gs 'spellList', 'teacherActions', '$beautySpells', 'lab', 'Tatiana'
  466. if pcs_magik >= 5 and spellavtoklon = 0:
  467. act 'Learn technique preparation (1:00)':
  468. cla
  469. minut += 60
  470. spellavtoklon = 1
  471. 'You learned the technique preparation. This technique allows you to enter into battle with the already created three clones.'
  472. act 'Leave':gt 'lab', 'Tatiana'
  473. end
  474. end
  475. if pcs_magik >= 6 and spellbefshild = 0:
  476. act 'Learn technique pre-shield (1:00)':
  477. cla
  478. minut += 60
  479. spellbefshild = 1
  480. 'You learned the technique of pre-shield. This technique allows you to enter into battle with a magical shield protecting you against physical impacts.'
  481. act 'Leave':gt 'lab', 'Tatiana'
  482. end
  483. end
  484. !! Succubus specific skill training.
  485. if succubusflag = 1:
  486. if sucpcinfo >= 4 and sucskill < 1:
  487. act 'Learn to monitor your Succubus Energies (may take some time)':
  488. cla
  489. minut += 30
  490. sucskill = 1
  491. gs 'stat'
  492. '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.'
  493. 'You open your eyes and look at Tatiana sitting across from you.'
  494. 'She is flushed, breathing hard, and her nipples are showing clearly through her blouse.'
  495. if 1 + (succublvl * 2) + tatisucsex < 20 and rand(0,100) < 90:
  496. 'After a moment, she gives herself a shake and pulls herself together, before saying, "There you go!"'
  497. 'She then stands up and goes back to her studying.'
  498. act 'Finish': gt 'lab', 'Tatiana'
  499. else
  500. xgt 'lab', 'suctrainsex'
  501. end
  502. end
  503. elseif sucpcinfo >= 5 and sucskill < 2:
  504. act 'Learn to increase your energy storage (may take some time)':
  505. cla
  506. minut += 5
  507. 'You settle into a meditative state and link with Tatiana.'
  508. if succhungry > -2:
  509. gs 'stat'
  510. '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."'
  511. 'She then stands up and goes back to her studying.'
  512. act 'Finish': gt 'lab', 'Tatiana'
  513. exit
  514. end
  515. minut += 55
  516. gs 'stat'
  517. sucskill = 2
  518. 'Tatiana shows you how to build a storage reservoir that draws the excess energy in before your body uses it.'
  519. '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!"'
  520. 'She then closes her eyes and visibly tries to get ahold of herself.'
  521. if tatisucsex >= 20 or rand(1,100) < 95:
  522. 'After several moments, she pulls herself together, opens her eyes, smiles at you, and says, "There, I knew I could do it!"'
  523. 'She then stands up and goes back to her studying.'
  524. act 'Finish': gt 'lab', 'Tatiana'
  525. else
  526. 'Then her eyes snap open and you feel arousal suddenly flooding the link!'
  527. xgt 'lab', 'suctrainsex'
  528. end
  529. end
  530. elseif sucpcinfo >= 6 and sucskill < 3:
  531. if money >= 5000 and sctrainprep = 0:
  532. act 'Ask her about the preparations and training':
  533. cla
  534. gs 'stat'
  535. minut += 60
  536. 'You ask her what''s involved in the training and preparations.'
  537. 'She spends some time explaining the technical details of what you need to do during the "rital", then says,'
  538. '"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.'
  539. '"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.'
  540. '"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.'
  541. '"So, do you want me to start the preparations?"'
  542. act 'Yes':
  543. cla
  544. money -= 5000
  545. sctrainprep = 1
  546. tatisucsexday = daystart + 7
  547. '"Ok, I''ll get started! Be here next <<$week[week]>> with 3 days of reserves and 100 units of stored energy."'
  548. if tatisucsex > 0:
  549. 'She then pulls you in for a quick kiss before adding, "Now get out of here, I can''t have you distracting me!"'
  550. else
  551. 'She then surprises you with a peck on the cheek before adding, "Now get out of here, I can''t have you distracting me!"'
  552. end
  553. act 'Leave':
  554. minut += 5
  555. gt 'down'
  556. end
  557. end
  558. act 'Not Yet': gt 'lab', 'Tatiana'
  559. end
  560. elseif money >= 2000 and sctrainprep = -1:
  561. act 'Ask her to redo the preparations':
  562. cla
  563. '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?'
  564. act 'Yes':
  565. cla
  566. money -= 2000
  567. sctrainprep = 1
  568. tatisucsexday = daystart + 7
  569. '"Ok, I''ll get started! Be here next <<$week[week]>> with 3 days of reserves and 100 units of stored energy."'
  570. '"Now get out of here, I can''t have you distracting me!"'
  571. act 'Leave':
  572. minut += 5
  573. gt 'down'
  574. end
  575. end
  576. act 'Not Yet': gt 'lab', 'Tatiana'
  577. end
  578. end
  579. elseif sucpcinfo >= 7 and sucskill < 4 and maddildo = 1 and sucexcess >= 100:
  580. act 'Ask Tatiana about the accommodation training':
  581. cla
  582. 'Tatiana asks, "Are you ready to do the accommodation training?"'
  583. act 'Yes, I''m ready. (can take a lot of time)':
  584. cls
  585. cla
  586. minut += 120
  587. gs 'stat'
  588. '<center><img <<$set_imgh>> src="images/shared/sex/mast/dildo.jpg"></center>'
  589. 'She walks you through everything you need to do while leading you to the couch.'
  590. '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."'
  591. '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.'
  592. sucskill = 4
  593. sucexcess -= 100
  594. act 'Continue':
  595. pcs_horny = 0
  596. 'As you''re finishing, you notice Tatiana has her eyes closed and is visibly trying to get ahold of herself.'
  597. if tatisucsexday < daystart or rand(1,100) > 95:
  598. 'Then her eyes snap open and you feel arousal suddenly flooding the link!'
  599. xgt 'lab', 'suctrainsex'
  600. else
  601. cla
  602. 'After several moments, she pulls herself together, opens her eyes, smiles at you, and says, "There, I knew I could do it!"'
  603. 'She then stands up and goes back to her studying.'
  604. act 'Finish': gt 'lab', 'Tatiana'
  605. end
  606. end
  607. end
  608. act 'Not Yet': gt 'lab', 'Tatiana'
  609. end
  610. end
  611. end
  612. end
  613. if $ARGS[0] = 'Tatianasuctalk':
  614. cla
  615. clr
  616. *clr
  617. gs 'stat'
  618. gs 'themes', 'indoors'
  619. '<center><b><font color="maroon">Tatiana</font></b></center>'
  620. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  621. if sucpcinfo < 2:
  622. minut += 15
  623. 'As you both settle onto the couch, Tatiana turns to you and says, "Ok, tell me what happened."'
  624. 'You spend the next 15 minutes telling her about the Fairy, the odd dream, the energy you let loose the other night,'
  625. if succubusQW = 4:
  626. 'and the felling you get when you''ve had sex.'
  627. elseif succubusQW > 4:
  628. 'the felling you get when you''ve had sex, and the reaction you had to almost being raped.'
  629. end
  630. ''
  631. '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."'
  632. 'She hops up and says, "Get undressed and lie down on the couch."'
  633. sucpcinfo = 2
  634. act 'Undress and lie down': gt 'succubus', 'tatianaask'
  635. exit
  636. end
  637. if tatisucsex = 0 and tatisucsexask ! daystart: act 'Ask Tatiana if she wants to try Succubus Sex': tatisucsexask = daystart & gt 'lab', 'Tatianasucsexask'
  638. act 'Ask her to repeat what she knows about Succubae': gt 'succubus', 'tatianaask'
  639. act 'Ask her if she has learned anything new about Succubae':
  640. cla
  641. !! Nothing after info level 6 here, because Tatiana will tell the PC automatically
  642. if sucinfoday ! 0 and sucinfoday <= daystart:
  643. if sucpcinfo = 4 and succublvl >= 2:
  644. '"Actually, I have gotten some more information about Succubae."'
  645. '"I heard from one of my mage contacts, in Sydney, Australia of all places, and he passed on some more details."'
  646. sucpcinfo = 5
  647. sucinfoday = daystart + 10 + rand(0,7)
  648. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 1
  649. elseif sucpcinfo = 5:
  650. '"Actually, I have gotten some more information about Succubae."'
  651. '"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."'
  652. sucpcinfo = 6
  653. sucinfoday = daystart + 10 + rand(0,7)
  654. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 2
  655. else
  656. 'No, I havn''t.'
  657. act 'Continue': gt 'lab', 'Tatianasuctalk'
  658. end
  659. else
  660. 'No, I havn''t.'
  661. act 'Continue': gt 'lab', 'Tatianasuctalk'
  662. end
  663. end
  664. act 'Change topics': gt 'lab', 'Tatiana'
  665. end
  666. if $ARGS[0] = 'Tatianasucsexask':
  667. cla
  668. clr
  669. *clr
  670. gs 'stat'
  671. gs 'themes', 'indoors'
  672. '<center><b><font color="maroon">Tatiana</font></b></center>'
  673. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  674. if tatisucsex = 0:
  675. if TatianaSex = 1:
  676. 'You give Tatiana what you hope is a "come hither" smile and ask,'
  677. '"So, you want to give Succubus sex a try?"'
  678. else
  679. 'You give Tatiana a shy smile and ask,'
  680. '"Do you want to try Succubus sex?"'
  681. end
  682. else
  683. 'You give Tatiana a bright smile and ask,'
  684. 'Hey Tatiana, you up for some Succubus Sex?'
  685. end
  686. act 'She answers:':
  687. cla
  688. if tatisucsex = 0:
  689. 'She gives you a wide eyed look before saying,'
  690. if succublvl + TatianaSex < rand(0,6):
  691. '"I''m sorry, <<$pcs_firstname>>, I just don''t have the time now."'
  692. act 'Move on to something else': gt 'lab', 'Tatiana'
  693. else
  694. '"I would love to!", with a wide smile.'
  695. 'She leads you over to the couch and you both strip.'
  696. act 'Proceed': gt 'succubus', 'tatianasex'
  697. end
  698. else
  699. if tatisucsexday <= daystart:
  700. if 1 + (succublvl * 2) + tatisucsex < rand(1,20):
  701. '"I''m sorry, <<$pcs_nickname>>, I just don''t have the time now."'
  702. act 'Move on to something else': gt 'lab', 'Tatiana'
  703. else
  704. 'She gives you a "come hither" smile and says, "I would love to, <<$pcs_nickname>>!"'
  705. 'You both head toward the couch, stripping as you go.'
  706. 'Once there, you both sit down facing each other and she looks at you in anticipation.'
  707. act 'Proceed': gt 'succubus', 'tatianasex'
  708. end
  709. else
  710. if tatisucsexday - daystart > 1:
  711. $scsextmp = 'days'
  712. else
  713. $scsextmp = 'day'
  714. end
  715. 'She looks at you with a sad smile and says,'
  716. '"I''m sorry, <<$pcs_nickname>>, I need at least <<tatisucsexday - daystart>> more <<$scsextmp>>."'
  717. killvar '$scsextmp'
  718. act 'Move on to something else': gt 'lab', 'Tatiana'
  719. end
  720. end
  721. end
  722. end
  723. if $ARGS[0] = 'Tatianasexreject':
  724. cla
  725. clr
  726. *clr
  727. gs 'stat'
  728. '<center><b><font color="maroon">Tatiana</font></b></center>'
  729. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  730. if scpopt = 2:
  731. 'I''m sorry, Tatiana, I just don''t have the time right now.'
  732. scpopt = 0
  733. killvar '$sclocrt' & killvar '$scargrt'
  734. end
  735. act 'Finish': gt 'lab', 'Tatiana'
  736. end
  737. if $ARGS[0] = 'suctrainsex':
  738. '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..."'
  739. gs 'arousal', 'kiss', 5, 'lesbian', 'sub'
  740. gs 'stat'
  741. if pcs_horny >= 100:
  742. '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!'
  743. 'Then, you feel your control slip...'
  744. $orgasm_or = 'yes'
  745. gs 'stat'
  746. act 'Continue': gt 'succubus', 'tatianasex'
  747. else
  748. scfwon = 2
  749. scpopt = 1
  750. $sclocrt = 'lab'
  751. $scargrt = 'Tatianasexreject'
  752. 'You only have moments to decide, do you give in and let <<$sucself1>> go or do you reign it in?'
  753. act 'Continue': gt 'succubus', 'tatianasex'
  754. end
  755. end
  756. if $ARGS[0] = 'suctraining':
  757. if sucpcinfo < 2:
  758. cla
  759. clr
  760. *clr
  761. '<center><b><font color="maroon">Tatiana</font></b></center>'
  762. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  763. 'The moment you walked into her lab, Tatiana''s head jerked up and she hurried over to you.'
  764. 'She stares at you for several seconds, then demands, "What the hell happened to you!?!?"'
  765. 'You start to answer her when she holds up her hand and says, "Wait, come sit on the couch and tell me."'
  766. 'She turns away from you and walks toward the couch.'
  767. act 'Follow her': gt 'lab', 'Tatianasuctalk'
  768. exit
  769. elseif sucpcinfo >= 6 and sucskill < 3 and sctrainprep = 1:
  770. if tatisucsexday > daystart and tatisucsexday - 5 >= daystart:
  771. cla
  772. clr
  773. *clr
  774. '<center><b><font color="maroon">Tatiana</font></b></center>'
  775. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  776. '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?"'
  777. act 'Yes, I need to cancel':
  778. cla
  779. '"Are you sure?"'
  780. act 'Yes, I''m sure':
  781. cla
  782. if tatisucsexday = daystart + 7:
  783. sctrainprep = 0
  784. money += 5000
  785. '"Ok, good thing I hadn''t bought anything yet." and she hands you back the 5000 <b>₽</b> before going back to her studying.'
  786. else
  787. minut += 3
  788. sctrainprep = -1
  789. '"Ok, I''ll dump the "battery" potion."'
  790. '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.'
  791. end
  792. act 'Continue': gt 'lab', 'start'
  793. end
  794. act 'No, never mind continue your preparations':
  795. cla
  796. 'She gives a small shake of her head and says, "Then get out of here, I can''t have you distracting me!"'
  797. act 'Leave': gt 'down'
  798. end
  799. end
  800. act 'No...':
  801. cla
  802. 'You say, "No, I just wanted to see you."'
  803. 'She answers, "That''s sweet, but I can''t have you distracting me, come back all charged up in <<tatisucsexday - daystart>> days!"'
  804. act 'Leave':
  805. minut += 3
  806. gt 'down'
  807. end
  808. end
  809. exit
  810. elseif tatisucsexday > daystart and tatisucsexday - 5 < daystart:
  811. if tatisucsexday - daystart > 1:
  812. $scsextmp = 'days'
  813. else
  814. $scsextmp = 'day'
  815. end
  816. '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>>!"'
  817. killvar '$scsextmp'
  818. act 'Leave':
  819. minut += 3
  820. gt 'down'
  821. end
  822. exit
  823. elseif tatisucsexday = daystart or tatisucsexday = daystart - 1:
  824. cla
  825. clr
  826. *clr
  827. gs 'stat'
  828. '<center><b><font color="maroon">Tatiana</font></b></center>'
  829. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  830. 'The instant you walk into the lab, Tatiana''s head snaps up and she stares hard at you as you approach the barrier.'
  831. if sucexcess >= 100 and succhungry < -2:
  832. minut += 10
  833. 'As you step through the barrier, Tatiana seems to teleport to you and start kissing you.'
  834. '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!"'
  835. !! Maybe add arousal call here
  836. '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.'
  837. 'It tastes like strawberry syrup.'
  838. '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.'
  839. 'Once there, you both sit down facing each other, she looks at you with burning lust, and says, "Do it!"'
  840. act 'Proceed': gt 'succubus', 'tatianasex'
  841. exit
  842. elseif sucexcess < 100 and succhungry > -2 and tatisucsexday = daystart:
  843. '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!"'
  844. elseif succhungry > -2 and tatisucsexday = daystart:
  845. '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!'
  846. elseif succhungry > -2 and tatisucsexday = daystart - 1:
  847. '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."'
  848. sctrainprep = -1
  849. else
  850. '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!"'
  851. end
  852. act 'Leave': minut += 5 & gt 'down'
  853. exit
  854. else
  855. '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."'
  856. sctrainprep = -1
  857. act 'Continue': gt 'lab', 'start'
  858. exit
  859. end
  860. end
  861. !! This is oops handling
  862. sucbypass = 1
  863. minut -= 5
  864. gt 'lab', 'start'
  865. end
  866. if $ARGS[0] = 'missions':
  867. cls
  868. temp = rand (1,3)
  869. gs 'stat'
  870. '<center><b><font color="maroon">Tatiana</font></b></center>'
  871. '<center><img <<$set_imgh>> src="images/pre/shared/karinpre.jpg"></center>'
  872. if TatianaMissionQW = 0:
  873. TatianaMissionQW = 1
  874. TatianaMissionDay = daystart
  875. minut += 15
  876. *clr & cla
  877. '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."'
  878. '"What about?"'
  879. '"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."'
  880. '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."'
  881. '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."'
  882. 'The last bit rouses your interest once more. "Into practice? You mean like doing missions for the council?"'
  883. '"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.'
  884. act 'What kind of missions?':
  885. *clr & cla
  886. '"So," you struggle to imagine what to expect, "what would these missions be like?"'
  887. '"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."'
  888. '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-"'
  889. '"Bullshit?" She offers helpfully.'
  890. '"Conspiracy crap, ghost stories and all that," is what you choose to say instead.'
  891. 'Tatiana nods understandingly. "Yeah, it does. But remember, normal people don''t see magic for what it is."'
  892. '"Right," you remember, "little green men and poltergeists."'
  893. '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."'
  894. act 'Why are we doing this?':
  895. *clr & cla
  896. '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?"'
  897. '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."'
  898. '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?!"'
  899. '"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."'
  900. '"What do you mean by ''energies of the universe''? I thought you said that magic only exists in living things, like plants and animals."'
  901. '"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!"'
  902. 'With that, Tatiana turns towards the exit once more and beckons you to follow.'
  903. '"Go where?" You ask.'
  904. '"To the magic!" She answers cryptically.'
  905. act 'Go to the magic (?)':gt 'tatiana_missions','intro'
  906. end
  907. end
  908. elseif temp = 1:
  909. !Text could use improvement, maybe mission specific text?
  910. *clr & cla
  911. '"Hey <<$pcs_firstname>>, are you up for a magical adventure?" Tatiana asks with a grin.'
  912. act 'Always': gt 'tatiana_missions','start'
  913. act 'Not right now':gt 'lab','start'
  914. elseif temp = 2:
  915. *clr & cla
  916. '"Hello <<$pcs_nickname>>, glad you''re here." Tatiana smiles at you. "What do you say? Feel ready for a mission?"'
  917. act 'Sure, let''s do this': gt 'tatiana_missions','start'
  918. act 'Not right now':gt 'lab','start'
  919. elseif temp = 3:
  920. *clr & cla
  921. '"Hello <<$pcs_nickname>>." Tatiana looks at you expectantly. "Would you like to do an investigation?"'
  922. act 'Gladly': gt 'tatiana_missions','start'
  923. act 'Not right now':gt 'lab','start'
  924. end
  925. ! if TatianaMissionQW = 5: gt 'tatiana_missions', 'special'
  926. ! act 'Mission 1': gt 'tatiana_missions', '1'
  927. !! etc. Maybe give them names so you know what you''re doing. Selecting them goes to in depth description and refuse/accept
  928. !!!Lore for possible consequences of exposing (many) normal people to powerful magic:
  929. !
  930. ! '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."'
  931. ! '"Could that have happened to me?" You shiver at the thought.'
  932. ! '"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."'
  933. ! '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?"'
  934. ! '"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."'
  935. ! '"Which would then drive everybody insane," you conclude.'
  936. ! '"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."'
  937. ! '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.'
  938. end
  939. --- lab ---------------------------------