Question About ALiVE Module Pausing

  1. 3 years ago
    Edited 3 years ago by davidcit646

    I'm looking for some advice here.

    I wish to pause a specific OPCOM Installation, however, it appears through the documentation that only entire swaths of ALiVE can be disabled. I have set the variable names of my OPCOM Installations and wish to pause those, not entire parts of the ALiVE system. Is there any way I can do that? Currently, the following does not work (yes, it is in the same case as the variable name on the modules).

    [["opf_comm_sp_air","gren_comm_sp_air"] call ALiVE_fnc_unPauseModule; ] call ALiVE_fnc_pauseModule;

    Adversely, I was thinking about simply deleting the objective through ALiVE. Would something like what I have below work?

    ["removeObjective", ["opf_comm_sp_air"]] call ALiVE_fnc_OPCOM;
 

or Sign Up to reply!