Parameters
FormapForm
CK Wiki Description
Form to add to the leveled list
intaiLevel
CK Wiki Description
Level to add form under
Examples
; Add fireball to the spell list at level 5
CoolSpells.AddForm(Fireball, 5)Auto-Generated Example
Form myForm__apForm
int myInt__aiLevel
myLeveledSpell__toCallFunctionOn.AddForm(myForm__apForm, myInt__aiLevel)