Difference between revisions of "EventOnCapeLength"

From Journey Modding Wiki
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,...")
 
m
Line 2: Line 2:


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.
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.
This Trigger appears to be active as soon as it's created, or at least if it was created when the level loaded.


'''Vars'''
===Vars===
{|class="wikitable"
{|class="wikitable"
!Name
!Name

Revision as of 22:06, 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