/ / v0.4 / Button ← Parkoreen
← v0.4 Overview

Interactive objects — v0.4 adds Collide type, One-Time trigger, and color pickers.

Interaction types

TypeDescription
ClickPlayer must click the button to trigger it.
Collide (new in v0.4)Triggers when the player walks onto or into the button — works as a pressure plate.

One-Time trigger (new in v0.4)

When One-Time is enabled, the button can only be triggered once per map session. After triggering it becomes inert.

Config options

OptionDefaultDescription
Button ID0Identifier linking this button to game logic.
Interaction TypeClickClick or Collide.
One-TimeOffOnly triggers once per session.
Face Color#44aa44Button surface color.
Base Color#226622Button base/rim color.
Opacity100Transparency 0–100.
Layer0Draw order.