Newb question here:
If I create an object type variable it'll basically be static like in c# right?
Like, I was needing a behavior that needed to know how many other behaviors of the same type were enabled. The ones that are enabled need to "talk" to each other from time to time. I thought having static variables would be the way to do it it but I seem to never know for sure what is happening in jscript lol.
Does anyone know of a behavior that uses class types variables and how they function?