AddForm - LeveledSpell

Revision as of 14:58, 20 October 2011 by imported>Jlundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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