- Joined
- Oct 20, 2017
- Messages
- 104
- Reaction score
- 5
- First Language
- German
- Primarily Uses
- RMMV
Hi guys,
I use YanFly Item Core and there seems to be an incompatibility with the following script call:
$gameParty.numItems($dataItems[19]) >= $gameParty.size()
Precise: The script works well when I use it without Item Core. But when I activate Item Core, the number of the item with ID 19 is always 0. But if I use "Control Variable" and set it to "Game Data", "Items" and number of item with ID 19, I get the correct number.
Do you have similar experiences with the plugin?
I use YanFly Item Core and there seems to be an incompatibility with the following script call:
$gameParty.numItems($dataItems[19]) >= $gameParty.size()
Precise: The script works well when I use it without Item Core. But when I activate Item Core, the number of the item with ID 19 is always 0. But if I use "Control Variable" and set it to "Game Data", "Items" and number of item with ID 19, I get the correct number.
Do you have similar experiences with the plugin?
