AddForm - LeveledSpell

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: LeveledSpell Script

Adds the given form to the leveled list.

Syntax[edit | edit source]

Function AddForm(Form apForm, int auiLevel) native

Parameters[edit | edit source]

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

Return Value[edit | edit source]

None.

Examples[edit | edit source]

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

See Also[edit | edit source]