AddForm - LeveledSpell

Member of: LeveledSpell Script

Adds the given form to the leveled list.

SyntaxEdit

Function AddForm(Form apForm, int auiLevel) native

ParametersEdit

  • apForm: Form to add to the leveled list
  • auiLevel: Level to add form under

Return ValueEdit

None.

ExamplesEdit

; Add fireball to the spell list at level 5
CoolSpells.AddForm(Fireball, 5)

See AlsoEdit