Moderator
M
Moderator
4 Feb 2012
Bribe: Approved 3/5.
You don't need to check "(ASwarmer_Group is empty) Equal to true" before turning on the trigger, just check if the trigger is off (it is a less-heavy operation to do that).
You can delete this line: "Custom script: call DestroyGroup (udg_ASwarmer_TargetGroup)" because you already destroyed that group with "Custom script: set bj_wantDestroyGroup = true".
Bribe: Approved 3/5.
You don't need to check "(ASwarmer_Group is empty) Equal to true" before turning on the trigger, just check if the trigger is off (it is a less-heavy operation to do that).
You can delete this line: "Custom script: call DestroyGroup (udg_ASwarmer_TargetGroup)" because you already destroyed that group with "Custom script: set bj_wantDestroyGroup = true".