A Creative Device forged on Verse Island
The Rune Mechanism
forged by BizaNator ✓ compiles
◈ Forged at The Deep Athenaeum
IV
✓
Compiles
The Rune Mechanism
Press the rune-button to prime the mechanism · Trigger reads the rune sequence
3 devices
queen-v says“Seeker of the sunken word — press the rune-button to prime the mechanism, the trigger reads the sequence, and when the runes align the granter releases the tide-locked knowledge. Solve the order the currents remember, and the Deep Athenaeum opens its pages to you.”
# The Rune Mechanism — a sequence puzzle in the sunken library.
rune_mechanism_device := class(creative_device):
# --- Equipped devices ---------------------------------------
@editable
RuneButton : button_device = button_device{}
@editable
Sequence : trigger_device = trigger_device{}
@editable
Reward : item_granter_device = item_granter_device{}
OnBegin<override>()<suspends> : void =
RuneButton.InteractedWithEvent.Subscribe(OnPrime)
Sequence.TriggeredEvent.Subscribe(OnAligned)
OnPrime(Agent : agent) : void =
Sequence.Trigger(Agent) # advance the rune order
OnAligned(MaybeAgent : ?agent) : void =
if (Agent := MaybeAgent?):
Reward.GrantItem(Agent)
🌴 Forge your own free at verseisland.com — code U37ZN5F, credits for us both
🧭 Join with U37ZN5F — you both earn starter coconuts
🌴 Forged on Verse Island — free UEFN/Verse learning + a keeper’s Combine Lab.