iqoniq Posted August 28, 2023 Share Posted August 28, 2023 I've got a levelled item (well actually 5 on one form) that's injected into various item lists like lunchboxes, chests, etc. The drop rate was too high, so I've updated it so it's not as high. Will this be automatically applied to the game at load, or do I need to write a function to remove the old forms first, and then reinject them? Thanks in advance. Link to comment Share on other sites More sharing options...
LarannKiar Posted August 30, 2023 Share Posted August 30, 2023 (edited) I think you need to Rever() the LeveledItems that you injected your other LeveledItems into, then AddForm() them again with your new auiLevel and auiCount parameters. Edited August 30, 2023 by LarannKiar Link to comment Share on other sites More sharing options...
Recommended Posts