How to use commands on group of units/objects?
For example, I created group of units Alpha 1-5 and set his name "kafegr". Now I can add attribute for all units of this group, for example, hideObject this;
But how to use commands on this group outside attributes of this group?
I tried to type in trigger following command:
hideObject kafegr;
but it don't work, so please help me, what I need to type in trigger to hide all units of this group when some player activates this trigger?
And second question: how to add boolean?
I tried to type:
boolean boolk=false;
in initialization block, but it don't work.
Sorry for my bad english.