I know that this was present in the MV Plugins but I can't find it in VisuStella's MZ ones.
What note tag / plugin do I need to make character specific items? The main character in the project I'm working on, "Sophie" has specific ammo which only she can use. There was a very simple note tag in MV for allowing only her to access the "shot" ammunition, this being
<Enable Requirements>
Actor: 1
</Enable Requirements>
but now I'm having to use a rather more clunky approach of using common events, and a warning saying Only Sophie can use this item. I'd much rather have the same approach that I did before.
I'm under the impression that this does exist somewhere in VisuStella's offerings as under the core engine plugin, there's this part which reads:
Unusable Battle Items
If any party member is able to use an item in battle, then all party members are able to use said item, even if that party member is supposed to be unable to use that item. This is now changed so that battle items are checked on an individual basis and not on a party-wide basis.