- I know "onLoad" won't run on a "start disabled" activator until it's enabled (either directly or through an enableParent). But can I define variables in a disabled object, set those variables to values remotely, then enable the object and have its onLoad use those values to do something (in this case reposition the object)?
- Will an object "disabled" and then later re-"enable'd" run its onLoad function again?
- Can I setPos and getPos a disabled object?
I'm trying to build a roomful of activators that will not only appear when their enableParent is enabled, but will also move with their enableParent.
Thanks in advance for any answers you can provide.