Share project with admin; New settings; Scripting additions.
Great job!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I'd like to know how to use "Add object class and runtime" instancecreate "and" instancedestroy "events". Are there any cases and demonstrations?
Try using addEventListener("instancecreate") or addEventListener("instancedestroy") on an object class or the runtime. That's the standard way events are used, so if you ever see an event mentioned, that's what you do.