From b3d4c616f59ad2519f3a0b77e3b47d6571cd2486 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 9 Jul 2026 19:29:17 -0400 Subject: feat: message actions are now sequences of messages with settable delays --- data/objects/iron_gate.yaml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'data/objects/iron_gate.yaml') diff --git a/data/objects/iron_gate.yaml b/data/objects/iron_gate.yaml index 5d6d53e..c61eebd 100644 --- a/data/objects/iron_gate.yaml +++ b/data/objects/iron_gate.yaml @@ -1,14 +1,16 @@ -color: "FA" +color: FA description: -- text: A heavy iron gate. It looks like it can be pushed open. + - text: A heavy iron gate. It looks like it can be pushed open. hidden: true name: iron gate on_use: -- condition: - global_flag: gate_open - not: true - value: true - message: You push the heavy iron gate open. - action: - set_global_flags: - gate_open: true + - action: + messages: + - delay: 0 + message: You push the heavy iron gate open. + set_global_flags: + gate_open: true + condition: + global_flag: gate_open + not: true + value: true -- cgit v1.2.3