You can save ZOrder in saving/loading, but not layers, why is this? Am I mistaken, if so can you tell me how? I’m currently using an inventory system that’s in another layer than the base layer, and the object saves the ZOrder, but not the layer, at least, that’s what I suspect. It counts as valid, but appears when I type it.
Check the action that saves to storage. The one for z-order will be Save a value
. For layer name, you’ll want Save a text
:
1 Like
I see now, it worked! thanks!