trigger_relay (Half-Life) Last edited 5 years ago2018-06-26 18:39:46 UTC

You are viewing an older revision of this wiki page. The current revision may be more detailed and up-to-date. Click here to see the current revision of this page.

This article was converted from a previous version of TWHL and may need to be reviewed

  1. The formatting may be incorrect due to differences in the WikiCode processing engine, it needs to be revised and reformatted
  2. Some information may be out of date
  3. After the article is re-formatted and updated, remove this notice and the Review Required category.
  4. Some older articles are no longer useful, or they duplicate information from other pages. In this case, delete the page after merging any relevant information into other pages. Contact an admin to delete a page.
Point Entity

This entity acts as a relay between an event and its target. Its main advantage is that it can send a specific trigger state to its target (only turn it on, or only turn it off, as opposed to the toggling experienced with typical triggering).

Attributes

Toggle mode is what normal triggers use. On and Off will only trigger their targets on or off respectively, and will not affect targets that are already on or off.

Flags

Inputs

Outputs

Notes

1 Comment

Commented 6 years ago2017-11-22 23:02:56 UTC Comment #101111
Loses the activator (player) reference. Use another entity that preserves it otherwise the triggered entities won't affect the current player.

Granted you don't rely on specifying a Trigger State, an alternative would be to use a game_counter with limit set to 1. Using a func_button also works, but creates brushes.

You must log in to post a comment. You can login or register a new account.