- Joined
- Jun 4, 2023
- Messages
- 419
Hi guys, This seems very basic but my quick searches haven't turned up anything helpful regarding the question.
I have the usual set-up of Trigger 1 firing when a spell effect starts, which then grabs the required variables and adds the target to a unit group, and finally turns on another Trigger 2 to loop the unit group until all the dirty business is done.
But in Trigger 1 it turns on Trigger 2 every time it fires.
Is this bad practice? Would it really be better to check whether the trigger is already running (or the unit group IS NOT empty) before the action Trigger - Turn on?
I'm just worried it might be some sort of leak or could break something in another obscure way.
Thanks for your time
I have the usual set-up of Trigger 1 firing when a spell effect starts, which then grabs the required variables and adds the target to a unit group, and finally turns on another Trigger 2 to loop the unit group until all the dirty business is done.
But in Trigger 1 it turns on Trigger 2 every time it fires.
Is this bad practice? Would it really be better to check whether the trigger is already running (or the unit group IS NOT empty) before the action Trigger - Turn on?
I'm just worried it might be some sort of leak or could break something in another obscure way.
Thanks for your time