multi-jump count
Details
Kode wheel segment | Movement/Movement Properties/Jump |
Style | Number variable |
Modifiers | None |
Primarily WHEN/DO | Both |
Pre-made brains that use it | Unknown |
Movement> Movement Properties > Jump> multi jump count
Description
This is a Number variable tile. It determines how many times a player can jump while in the air. For example, the default is a double jump. Press A/Space and then A/Space again while in the air, and the player jumps up again. Set to 1 and the player can only jump once (no double jumping). Set to zero, and the player cannot jump at all. Set to 4, the player can jump up a further 3 times.
Example Code
WHEN [multi jump count][=][2] DO [highlight][red]
or
WHEN [once] DO [multi jump count][=][1]
Modifiers
None
Other Uses
None