AddForm - LeveledActor

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

See AlsoEdit