LeveledListAddForm

From GECK
Jump to: navigation, search


A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.

Description

Creates a new entry in a leveled list with the given parameters. (Use decimal values between 0.0 and 1.0 for health percentage.) If you are calling LeveledListAddForm with a leveled list passed as the formToAdd argument, you should pass in 0.0 as the health argument. This matches with leveled lists in vanilla. Otherwise, you may see decreased spawn rates.

Syntax

[help]
LeveledListAddForm levelledList:baseform formToAdd:baseform level:int count:int health:float 

Or:

LListAddForm levelledList:baseform formToAdd:baseform level:int count:int health:float

Example

LeveledListAddForm CapsFortuneFinder Caps001 10 200 1.0

See Also