Before that check this abbreviation
p means player
g means group
Ok here we go.
-
Dash Trigger Activation
Image 1 explains that g6 activates all triggers interacting with g6, such as player controller detection, force direction, and dash refresh. -
Player Controller Detection
Image 2 explains that this trigger detects player movement. Specifically, when p1 moves to the left, g32 activates, and pulse32 turns green to indicate that g32 is active. Likewise, on the other controllers on p1 and p2. -
Dash Active
Image 3 explains that this trigger is activated when p2 presses the jump button. The result is that p1 will dash, which means stopping the movement of the y player at the position and pushing the player in the direction that p1 last directed. (continued by the aim force).
And p1's dash when still is different from p1's dash when moving (continued by the force dash).