What Is the difference between standard trigger and trigger relay? Created 3 months ago2024-01-04 21:47:33 UTC by Combined Combined

Created 3 months ago2024-01-04 21:47:33 UTC by Combined Combined

Posted 3 months ago2024-01-04 21:47:33 UTC Post #348399
What's the difference between them?
Posted 3 months ago2024-01-05 11:45:29 UTC Post #348400
The trigger_once make you triggered something, a trigger relay is like it's name says a relay, it's triggered by something to make like the intermediate among few entities, useful in some cases.
neophus775 neophus775Goldsrc mapper
Posted 3 months ago2024-01-05 17:47:44 UTC Post #348401
To be more precise, trigger_relay allows you to trigger entities in a specific mode. Normally all triggers trigger using "Toggle", but with trigger_relay you can specify "On" or "Off", not just Toggle, which is useful if you want to make sure you trigger, for example, an env_sprite off in a specific case, regardless of whether previously it was turned on or not. In such a case triggering with "Toggle" will turn it on, but triggering an env_sprite that is already off with "Off" mode will not turn it on.
Posted 3 months ago2024-01-06 08:42:16 UTC Post #348402
Ok thanks
You must be logged in to post a response.