AddForm - LeveledActor
From Creation Kit
Member of: LeveledActor Script
Adds the given form to the leveled list.
Syntax
Function AddForm(Form apForm, int auiLevel) native
Parameters
- apForm: Form to add to the leveled list
- auiLevel: Level to add form under
Return Value
None.
Examples
; Add the turtle to the list at level 5 CoolActors.AddForm(Turtle, 5)