From 09d325dcf5e779eab5550d3fd3377bde50101428 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 8 Jul 2026 19:59:14 -0400 Subject: feat: unify on use, on look, and on kill. all support same conditions/actions now. --- building_guide/doors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'building_guide/doors.md') diff --git a/building_guide/doors.md b/building_guide/doors.md index 358001f..c987d0f 100644 --- a/building_guide/doors.md +++ b/building_guide/doors.md @@ -10,9 +10,9 @@ A button in room 3 opens a door in room 7. Anyone can press it. Once pressed, th ```yaml name: stone button hidden: true -use_interactions: +on_use: - condition: - flag: secret_door_open + global_flag: secret_door_open not: true message: "You press the stone button. You hear grinding stone in the distance." action: -- cgit v1.2.3