bump terrain
Details
Kode wheel segment | Sensors |
Style | Sensor |
Modifiers | None |
Primarily WHEN/DO | WHEN |
Pre-made brains that use it | All player character brains |
Sensors > bump terrain
Description
This is a sensor tile. It detects if the object is touching terrain. The terrain does not have to be collidable. When a player is walking around on terrain it will always be bumping terrain. It is mostly used to detect when a player hits the ground after a fall or jump, use with [started to].
Example Code
WHEN [bump terrain] DO [hologram]
Modifiers
None