Okay, i have all of the scripts. For the multi-drop thing, if i want an enemy(ID 42) to have a 100 percent drop of a item with ID 1, a 100 percent drop of a item with ID 2, and a 100 percent drop of item ID 3, is this right? when 42 then return [[1, 1, 100], [1, 2, 100], [1, 3, 100]]
I put it in line 869 of script 2, below the example or the one already there;
when 1 then return [[1, 2, 50], [3, 15, 10], [2, 4, 5]]
All that right?
This works with an action battle system right?