How do save something inside a puppet beyond its death?
I guess I'll need the variable gadgets for that?! But I don't know how to get them to work. I just want the position of a selector inside the puppet to be saved, but everytime it dies, everything inside of it will be reset.
-
You don't need a variable necessarily; that's just for storing data between levels within a Dream. You need whatever saves it (eg. a counter) to be outside of the puppet entirely. Then if the puppet object gets destroyed or turned off or whatever, the gadget doesn't get removed as well.
Please sign in to leave a comment.