Difference between revisions of "EventOnCapeLength"
Jump to navigation
Jump to search
(Created page with "Category:Trigger TypesCategory:Trigger-Like Triggers EventOnCapeLength Triggers constantly check whether LocalDude's scarf has grown to be at least a certain length,...") |
(No difference)
|
Revision as of 21:59, 23 September 2021
EventOnCapeLength Triggers constantly check whether LocalDude's scarf has grown to be at least a certain length, and when it does then they activate some other Trigger.
This Trigger appears to be active as soon as it's created, or at least if it was created when the level loaded.
Vars
| Name | Data type | Default | Description |
|---|---|---|---|
| capeLength | number | 0 | the trigger checks to see if LocalDude's scarf just now grew to this length or more (not shrink below it) |
| effects | Trigger / Trigger Clump | nothing? | when scarf grows to capeLength, this trigger(s) gets activated |
| fireOnce | boolean | false | if false then this Trigger stops checking the scarf length/etc (is deactivated?) after it's been triggered one time |