HI, i'm just new here
So, i want to ask, how do i save my instance variable and load it to another layout,
i mean, imagine on the first layout you have a character with a health as an instance variable, with value 400.
as you play the game the character health was decreased by defeating some enemy, and now the value is 370.
the problem is, how to store the value (370) of health (instance variable) on first layout to the second layout
thanks before.