← Back to Interactable Documentation

Journey Interactable Builder

Visual builder for Journey interactable configurations

Basic Information

Full resource location (e.g.)
Width of the interaction hitbox
Height of the interaction hitbox

Right Click Script

MoLang script executed when player right-clicks the interactable

Use q.set_interaction_result('success'|'fail'|'pass'|etc) to set the interaction result

Left Click Script

MoLang script executed when player left-clicks/attacks the interactable

Visibility Script

MoLang expression that controls when the interactable is visible (must return boolean)

Return true to show, false to hide (e.g.))

Generated Configuration