Trigger secret: Difference between revisions
Jump to navigation
Jump to search
m (Might need confirmation, but this isn't available for me in Hammer) |
m (cat) |
||
Line 1: | Line 1: | ||
{{wrongtitle|title=trigger_secret}} | {{wrongtitle|title=trigger_secret}} | ||
This is a [[trigger]] volume in [[Sin Episodes]] that causes ambient/ritual_secret2.mp3 to be played and presents the player with a hud hint. A trigger uses outputs to activate an event in another entity. It is essentially a modified [[trigger_once]] | |||
== See also == | == See also == | ||
Line 21: | Line 19: | ||
== Outputs == | == Outputs == | ||
{{O TriggerOnce}} | {{O TriggerOnce}} | ||
[[Category:Sin Episodes Level Creation]] |
Revision as of 18:24, 19 March 2011
Template:Wrongtitle This is a trigger volume in Sin Episodes that causes ambient/ritual_secret2.mp3 to be played and presents the player with a hud hint. A trigger uses outputs to activate an event in another entity. It is essentially a modified trigger_once
See also
Keyvalues
|
Flags
|
Inputs
BaseTrigger:
- Toggle
- Toggles this trigger between enabled and disabled states.
- Enable
- Enable trigger
- Disable
- Disable trigger
Outputs
TriggerOnce:
- OnStartTouch
- Fired when an entity starts touching this trigger. The touching entity must pass this trigger's filters to cause this output to fire. (!activator is the "toucher.")
- OnTrigger
- Fired repeatedly with a delay while an entity is within this trigger's volume. Delay is defined by Delay Before Reset key.