Page 1 of 1
OnUpdateTrigger still works without OnStartup
Posted: Sat Jul 11, 2020 7:28 pm
by Shock
This is a very special problem because if you fix it, this action may just break a lot of maps... Most players already have used OnUpdate without OnStartup setting which is working now. The way of solving this problem should be careful

Re: OnUpdateTrigger still works without OnStartup
Posted: Sun Jul 12, 2020 1:51 pm
by Gurt
The OnUpdateTrigger will ALWAYS trigger on EACH UPDATE.
If you want to DISABLE the trigger you must use the "Trigger Enabled" property instead and maybe chain it together with the EnableTrigger.
The "Active on Startup" is a generic inherited property for all triggers if you want to early activate triggers on startup - when the map starts. This property is basically not applicable for the OnUpdateTrigger.