\pkg\systems\spawnSystem\engines\itemFill\spawnCycle.src
and
\pkg\systems\spawnSystem\engines\npcFill\spawnCycle.src
Code: Select all
var max_amt := GetConfigInt(group_settings, "max_amt");Code: Select all
var max_amt := CInt(group_settings.max_amt);