AddForm - LeveledActor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: LeveledActor 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 the turtle to the list at level 5
CoolActors.AddForm(Turtle, 5)

See Also[edit | edit source]