- Joined
- Jan 4, 2014
- Messages
- 548
Hello, I was wondering if anyone could give me some insight between destroy trigger and turn off trigger. Which is better if know that i will never be using a specific trigger again? I'm seeking to reduce any possible lag, so what I normally do is turn of the triggers. My reasoning is the trigger is off, so the game will never check the Event, therefore less crap is running in the back ground.
I have noticed that periodic event triggers that are turned off such as (Every 10 seconds >>> Action), seem to continue rolling the periodic timer in the background despite not running any actions. I say this because I have a periodic trigger (every 60 seconds >>> Action) that is off until somewhere around one hour into my map and it causes the first activation of the actions to be done anywhere between 1 to 60 seconds after the trigger is turned off.
Also wondering if there is any down-side to destroying triggers that I know I will never use again.
Also how exactly does the destroy trigger command work.
let's say my trigger name is "killunits" is the code
Custom script: call DestroyTrigger( killunits() )
Thank you
I have noticed that periodic event triggers that are turned off such as (Every 10 seconds >>> Action), seem to continue rolling the periodic timer in the background despite not running any actions. I say this because I have a periodic trigger (every 60 seconds >>> Action) that is off until somewhere around one hour into my map and it causes the first activation of the actions to be done anywhere between 1 to 60 seconds after the trigger is turned off.
Also wondering if there is any down-side to destroying triggers that I know I will never use again.
Also how exactly does the destroy trigger command work.
let's say my trigger name is "killunits" is the code
Custom script: call DestroyTrigger( killunits() )
Thank you