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]] | ||
EventOnCapeLength Triggers constantly check whether [[Dude|LocalDude]]'s scarf | EventOnCapeLength Triggers constantly check whether [[Dude|LocalDude]]'s scarf just got "charged" to at least a certain amount of "scarf energy", and activates other Trigger(s) if it did. | ||
Despite the trigger's name, it does not check how long the scarf actually is, just how much "scarf energy" it has. | |||
| Line 18: | Line 19: | ||
|number | |number | ||
|0? | |0? | ||
|the trigger checks to see if LocalDude's scarf just now | |the trigger checks to see if LocalDude's scarf just now reached this amount of "scarf energy" or more (doesn't check if it lowered past that amount) | ||
|- | |- | ||
|effects | |effects | ||
|Trigger / Trigger Clump | |Trigger / Trigger Clump | ||
|nothing? | |nothing? | ||
|when scarf | |when "scarf energy" reaches capeLength, this trigger(s) gets activated | ||
|- | |- | ||
|fireOnce | |fireOnce | ||
|boolean | |boolean | ||
|false? | |false? | ||
|if false then this Trigger stops checking the scarf | |if false then this Trigger stops checking the "scarf energy"/etc (is deactivated?) after it's been triggered one time | ||
|} | |} | ||