Hi there,
I am using RPGMV, i tried to add new property on some Events like this:
$gameMap.event(2)._test = 1;
$gameMap.event(2)._test += 1;
Then i left the map and come back, now the ._test property's value had been reverted to 0.
How can i make the game remember those value?
Thank you
I am using RPGMV, i tried to add new property on some Events like this:
$gameMap.event(2)._test = 1;
$gameMap.event(2)._test += 1;
Then i left the map and come back, now the ._test property's value had been reverted to 0.
How can i make the game remember those value?
Thank you
