I agree with Doop
will be nice to have more scripting Temples to study if possible:
Example:
I'm stuck how to pick by UID
or
How to filter the picking using scripting
or
How to check an instance Boolean if is true or Check instance Variable
or
How to set a boolean to false
or
How to check if an object is Solid because has the solid behaviour
etc....
Also, I think important info like this:
Scripting has no concept of picking. That whole concept is unique to Construct's event system. However you can access the picked instances from script using the IObjectClass methods, e.g. the pickedInstances() iterator.
It should be more accessible, for example here:
construct.net/en/forum/construct-3/scripting-51/getting-started-javascript-144301
That's is the first place I went to start with the scripting.
And also I think anyone that comes from using C2 and picking, UID, etc... like me, he would like to know what is the alternative for
"Scripting has no concept of picking"
And stuff like that, because I spend many hours today looking how to pick by UID but still couldn't find it yet
Thanks for scripting, by the way, it's really Awesome to have it and is gonna be really helpful to learn to code