Code:
	
	  ~ If we're not shown, just get out now
      doneif (tagis[Helper.ShowSpec] = 0)
      ~ If we're disabled, do nothing
      doneif (tagis[Helper.SpcDisable] <> 0)
      ~These are permanent changes to size, and so shouldn't show as temp adjustments when we change attributes.
      perform hero.childfound[aSTR].assign[Helper.PermanentSizeIncr]
      perform hero.childfound[aWIS].assign[Helper.PermanentSizeIncr]
      hero.child[aSTR].field[aStartMod].value += 2
      hero.child[aWIS].field[aStartMod].value += 2
	I don't know if I need all of this but it did work. Now I can get back to the breath weapon fix. Though I still have to figure out why my ability increase set for level 5 is not happening until level 6.