Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Hello and thanks for your interest in my plugin. You have to check if the player has space in the inventory before giving the item in a conditional script call using :

$gameContainers.checkPartyHaveSpaceForItem(itemId, amount);

The plugin does prevent the player from taking items from containers when they have no space. When you give items manually you should use the script call.

(2 edits)

thanks for you reply ^^ 

if it is an object givent by a npc i do the same ...?

cause i did the conditional script and it doesnt work...


I just tested it and it does indeed work.


well, can you please tell me what to change in my event... i'm not that fluent with english, i think there is something i did not understand in how to do it... :(