Type mismatch in distro spawnSystem
Posted: Sun Mar 18, 2007 1:32 pm
In both of the spawn engines, itemFill and npcFill, there is a case mismatch on line 27;
Where max_amt is returned as a string instead of integer and the following for sentence is completely ignored.
Code: Select all
var max_amt := group_settings.max_amt;
var cur_amount := SS_GetSpawnsInRegionGroup(region_name, group_name).Size();
for ( cur_amount; cur_amount<=max_amt; cur_amount+=1 )