Thank you for answering so quickly! I understand what you're saying. In the codeblock you described it sets the clones layer to the value of its Lm.cloneid/ftso (which is the key right?) in the string v.v (lm.ld). So it sets the layer to the key. My question was how I could set a clones layer, in other words, how can I set the value of a key. If it checks the value of a key, and there is no value, you can't expect the layer to change right? How do I give it value, I can't find any place where I could do that. A circle around the number I should change is all I need. The screenshot is in the sprite with the clones called Sprite1. I tried sending but it doesnt let me send the screenshot for some reason, do you have discord?
I do, droplets2113, and I think I understand what you mean now, the clones I’d stores where it’s layer data is in the layer list, so when the clone layer is set it uses the id to find it’s entry on the list, so we set the clone layer to it’s layer using id, not setting it to the id. And if you mean json like key and value, you can use json extension to read the value of a key, sorry I have trouble understanding what you mean