Thread: Arcane Thesis
View Single Post
CptCoots
Senior Member
 
Join Date: Apr 2013
Location: Poughkeepsie, NY
Posts: 102

Old July 8th, 2013, 07:24 PM
Okay so here is the full deal. Eval Script 1 is bad, but works for me for now. In Eval Script 2 what I'm trying to do is to go to the gizmo for each CustomSpl and then check for specific pick id's... but that part is broken. Shown is my script just testing how to get to the gizmo (just checking to see if Heighten Spell is on it, and yeah, it ain't working.

Main Screen Stuff -
Feat Category: General
Restrict To...: Picks on Hero
Custom Expression: component.BaseSpell
<Checked> Show in Specials List?

Eval Script 1 -
Final Phase: 1000
~Script to alter the text shown on the fly for the spell chosen
~Not all that good, probably only works when Arcane is highest total
~caster level

var CL as number
CL = 2 + herofield[tMaxCaster].value

if (field[fChosen].ischosen <> 0) then
field[livename].text = "Arcane Thesis: " & field[fChosen].chosen.field[name].text & " CL +" & CL
endif

Eval Script 2 -
Final Phase: 1000
~Go through each Custom Spell in my BaseSpells
var test as number
foreach pick in Hero from BaseSpell where "NeedHelper.CustomSpl"
test=eachpick.gizmo.childfound[mmHeighten]
nexteach
CptCoots is offline   #6 Reply With Quote