Hi pazuzu!
Let them join the group of the boss, not the boss. So if the boss dies, they will join the unit which became the new groupleader.
-
Write in the init-line of the group leader:
bossgroup = group this
-
In your trigger use
[unit] join bossgroup
This is to let one unit join the group. To let several units join the group use:
[unit1, unit2, ...] join bossgroup
cu slowworm