LeveledListAddForm
From GECK
(Redirected from LListAddForm)
A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.
Contents
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
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