(CLOSED) Keep Actor Destroyed When Changing Scenes and Back
GoldenPhoenix
Member Posts: 12
I started game salad a few weeks ago and I'm trying to make an rpg style game, but when I preview and collapse with a supply item it saves to my inventory but when I click the inventory and back the items reappear, so how can I keep them destroyed?
Comments
An example is use tables to store your inventory and save the table after is is changed.
Example:
Name row 1 knife and in row 2 make a boolean. Then when the knife is picked up change that boolean to true and save the table.
Lump Apps and My Assets
No not saving inventory, I already know that, but after I changed scenes the items I destroyed respawned, how do i fix that
Problem solved using the pause and unpause attributes instead of changing scenes, look at "http://forums.gamesalad.com/discussion/71125/closed-unpause-doesn-t-work#latest" for further details.