Trigger secret: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Changed the content of the description, added an image for its usage) |
||
Line 1: | Line 1: | ||
{{ | {{back | List of SE1 entities}} | ||
[[Image: se1_stats_secrets_discovered.jpg | thumb | right | 400px | This trigger entity helps count the amount of secrets found in the official maps.]] | |||
__NOTOC__ | |||
{{se1 point}} It is a [[trigger]] volume that externally functions identical to a [[trigger_once]] but marks a secret area so the game can track them, which usually causes ''ambient/ritual_secret2.mp3'' to be played and presents the player with a hud hint, with the tutorial for how to set it up can be found on the [[Sin_Episodes_Secret_Area | secret area tutorial]] page and a list of all those available in the game by default in the [[List_of_SE1_Secret_Areas | list of secret areas]] section. | |||
{{clr}} | |||
== Keyvalues == | == Keyvalues == | ||
Line 20: | Line 19: | ||
{{O TriggerOnce}} | {{O TriggerOnce}} | ||
[[Category:Sin Episodes | [[Category: Sin Episodes]] |
Revision as of 13:13, 22 June 2019
Template:Se1 point It is a trigger volume that externally functions identical to a trigger_once but marks a secret area so the game can track them, which usually causes ambient/ritual_secret2.mp3 to be played and presents the player with a hud hint, with the tutorial for how to set it up can be found on the secret area tutorial page and a list of all those available in the game by default in the list of secret areas section.
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.