Ok, I have a group called convoy, made like this,
convoy = group this
written in the leader's init line.
I want to have a trigger execute a radio message once all the units in the convoy are destroyed. However when I put,
condition getdammage convoy >= 0.1
activation joebloggs sidechat "blah, blah, blah."
I get an error type group, expected object.
It works if I use the getdammage on one of the units within the group, but I want it for all the group.
Can anyone help me around this problem?