blob: 98fba43387a998e5bcecbbf7a601b0d4ef1ec896 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
id: 10
name: "Guard Post"
description: "A checkpoint at the edge of the mine. A guard stands watch beside a heavy iron gate set into the north wall."
exits:
west: 2
north:
room: 11
condition:
flag: gate_open
value: true
blocked_message: "A heavy iron gate blocks the way north. Maybe the guard can help."
objects:
- id: iron_gate
mobs:
- "guard"
on_enter:
- message: "The Guard barks: \"State your business!\""
condition:
player_flag: talked_to_guard
not: true
|