Hi !!
I'm a begginer in construct 2 I've already make some progresse, but i have a question, how do I memorized a variable wile changing layout ? I want to do a Metroidvania game with the system of fight of a Jrpg.
Exemple, When Hero walk on Sprite sword => set variable.sword to 1
If sword = 1 then spawn on point1 hero sprite Sword
With this my hero take the sword but when I change room he no longer have the sword. And if i do at the creation of Layout Put variable.sword to 1
If sword = 1 then spawn on point1 hero sprite Sword
He doesn't have the sword in his hand.
Thanks a lot !!!