could you also tell me how to insert the variables into JSON format?
How can I do the same thing with the JSON plugin?
JSON --> set value --> Set "."&loopindex&".height" to int(FamilyALL.height) what is written above in my screenshot, how can I do it with the script?
I should get in the console:
"Level_1": {
"Sprite": [
{
"posx": 20291,
"posy": 223,
"size": 50609,
[{
---> ObjVar1: 999, <---
---> ObjVar2: zzz, <---
],}
}
],
I'm also fine with doing everything with the script, but for each of my objects in the layout I need to have all the information regarding it