Dealing with "On Change" within a Class in JSL
Hello community! I got a bit stuck while using Classes, so I'm hoping someone could help me out. A bit of context: I am working on a script which is divided into two: a main script and a functions script, where the latter is then included into the main script. I am trying to work with Classes and Namespaces, to make sure variables are only found when they are supposed to be found. My specific prob...