[SOLVED]About reload the inventory's item count

Need help from Gandalfs on this matter…mostly about the Inventory extension.

I’m trying to restore back, after loading, the number of items i had at my saved game.

The save works since i can see that the correct number of items is stored, but i don’t know how to get it back.

For sure i’m doing something wrong here, but i can’t restore my original saved inventory variable.

I thought that the inventory extension already store the number of item inside so i tried to restore it back.

My questions are:

1)Do i need to parse the json back or i can restore directly?.

2)Which kind of variable (i guess scene) i can use to restore it back?

I don’t even know if this is doable…

P.S. i’m leaving this here but i guess i’m gonna use a different method…

Solved using an instance variable as bridge