I have a feat I am trying to code that grants a familiar that mimics an arcane familiar in abilities (some surface differences that are not important for coding purposes).
Since any class can get this feat I don't think I can use the usual method of starting up a familiar, i.e. linkage
.field[cArcFStart].value = 1
I figured I can implement this via the Other tab, have the player select their "familiar" then add a template to it to mimic the familiar abilities those not covered by the feat.
I have it almost working, but I cannot get the bonuses from Familiar Nearby working.
I think I have traced it down to the code
perform hero.minion[ArcFamil].assign[Hero.MasterMile]
Obviously I cannot uses minion[ArcFamil] in this code, but I am not sure what to substitute for ArcFamil.
Ideas?
Since any class can get this feat I don't think I can use the usual method of starting up a familiar, i.e. linkage
I figured I can implement this via the Other tab, have the player select their "familiar" then add a template to it to mimic the familiar abilities those not covered by the feat.
I have it almost working, but I cannot get the bonuses from Familiar Nearby working.
I think I have traced it down to the code
perform hero.minion[ArcFamil].assign[Hero.MasterMile]
Obviously I cannot uses minion[ArcFamil] in this code, but I am not sure what to substitute for ArcFamil.
Ideas?