Ambient Combat Manager Module – Arma 2 Talk
Jump to navigation
Jump to search
(Created page with "The 'example' of a custom ACM, explains it obviously needs an ACM called 'BIS_ACM1' on the editor... ..But on the first few lines are written: waitUntil {!isNil {B...") |
Lou Montana (talk | contribs) m (Lou Montana moved page Talk:Ambient Combat Manager to Talk:Arma 2: Ambient Combat Manager Module: name standard) |
(No difference)
|
Latest revision as of 04:55, 1 January 2021
The 'example' of a custom ACM, explains it obviously needs an ACM called 'BIS_ACM1' on the editor...
..But on the first few lines are written:
waitUntil {!isNil {BIS_ACM getVariable "initDone"}}; waitUntil {BIS_ACM getVariable "initDone"};
should this not be: BIS_ACM1
to go with the corresponding name on all the rest of the lines of the example, to keep it consistant?
I'd change this myself but i'm uncertain if the example's wrong or my understanding of these first 2 lines.