Turn a unit on/off
-
If you want to do this via script, how do you do that:
-
PU.setBypassed(true);
-
@ulrik That easy! Thanks!
-
-
@VirtualVirgin You may forgot to declare the TestContainer first (as a const var)
-
@bendurso Ah! I've never doe that before. How do I "get" the container reference?
const TestContainer = ???
-
-
@bendurso Today I learned that right-clicking a module in edit mode shows a different context menu to right-clicking not in edit mode.
-
@bendurso Thanks!