Hi there!
First of all I want to say that this is a very useful and great script and I want to thank the ones who made and edited it.
I managed to get it to work for the most part, however I am having one issue with it that I cannot resolve.
I cannot dedicate more than 1 ammunition type to a weapon.
The script orders me to write the following: <ammo_type_id: x, y, z> into the weapon's Note Box.
If I write let's say <ammo_type_id: 5> everything works just fine. Once I equip said weapon I can select the respective ammunition type in my ammunition slot.
However, if I type <ammo_type_id: 5, 6> in order to use two different ammunition types, NONE of the two show up in my ammunition slot, it just refuses to work at all. The same goes for all amounts of entries past 1. So <ammo_type_id: 5, 6, 7>
does not work either.
Since I am doing everything just like the script explained I cannot see why this is not working.
______
I am using RPG maker VX ace 1.02a, bought on steam in december 2013 (in case you need to know my version number)
I tested this in my original game AND a completely new game using only this script and no others. So isolation of this script does not affect the outcome.