/* * Author: SilentSpike * Function that delays the execution of the curator module function * Allows ascension and bird settings to be set by module beforehand * * Arguments: * 0: The module logic * 1: units * 2: activated * * Return Value: * None * * Public: No */ #include "script_component.hpp" [{_this spawn DFUNC(bi_moduleCurator);},_this] call EFUNC(common,execNextFrame);