96
edits
m |
(tested more, works different than i thought) |
||
| Line 1: | Line 1: | ||
[[Category:Trigger Types]][[Category:Trigger-Like Triggers]] | [[Category:Trigger Types]][[Category:Trigger-Like Triggers]] | ||
EventIfCapeLength Triggers check whether [[Dude|LocalDude]] | EventIfCapeLength Triggers check whether [[Dude|LocalDude]] has at least a certain amount of "scarf energy" when the Trigger is activated, and can activate different Trigger(s) based on if it has that much "scarf energy" or not. | ||
Despite its name, the trigger does not check the actual length of the scarf, unless of course the scarf has full "energy". | |||
Is only active briefly to do the check, and then stops checking/deactivates'''?''' | Is only active briefly to do the check, and then stops checking/deactivates'''?''' | ||
Is not automatically activated when loaded at start of level. | |||
===Vars=== | ===Vars=== | ||
| Line 19: | Line 20: | ||
|number | |number | ||
|0? | |0? | ||
|the trigger checks to see if LocalDude | |the trigger checks to see if LocalDude has at least this much "scarf energy" | ||
|- | |- | ||
|effectsOnFalse | |effectsOnFalse | ||
|Trigger / Trigger Clump | |Trigger / Trigger Clump | ||
|null? | |null? | ||
|if scarf | |if "scarf energy" is less than capeLength, this trigger(s) gets activated. is "nullable" so can be set to 0 to activate nothing | ||
|- | |- | ||
|effectsOnTrue | |effectsOnTrue | ||
|Trigger / Trigger Clump | |Trigger / Trigger Clump | ||
|null? | |null? | ||
|if scarf | |if "scarf energy" is more than or equal to capeLength, this trigger(s) gets activated. is "nullable" so can be set to 0 to activate nothing | ||
|- | |- | ||
|fireOnce | |fireOnce | ||