aboutsummaryrefslogtreecommitdiff
path: root/data/rooms/intro/1001.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-25 19:37:20 -0400
committerhistoria <[not public]>2026-06-25 19:37:20 -0400
commitc55d0e4150b23f2c5c9f96bbc3d4dc2fc6dbaa36 (patch)
treed1c02acea2b4c8d0f672c1539cfdb373b6272ed0 /data/rooms/intro/1001.yaml
parent068ce514ea3eebdc42b595c631b4b00ce4594577 (diff)
downloadthehouseoficarus-c55d0e4150b23f2c5c9f96bbc3d4dc2fc6dbaa36.tar.gz
feat: yaml conversation trees more robust
Diffstat (limited to 'data/rooms/intro/1001.yaml')
-rw-r--r--data/rooms/intro/1001.yaml11
1 files changed, 7 insertions, 4 deletions
diff --git a/data/rooms/intro/1001.yaml b/data/rooms/intro/1001.yaml
index 090e97c..fd7f2f3 100644
--- a/data/rooms/intro/1001.yaml
+++ b/data/rooms/intro/1001.yaml
@@ -2,11 +2,14 @@ name: "Inside Transport Shuttle"
description: "A dim, windowless shuttle interior with a few uncomfortable rows of steel seats facing forward. A large framed sign hangs next to the closed cockpit door. A piston-powered staircase leads down out the back of the small craft with a smiling attendant ready to help disembark."
objects:
- id: 1001_sign
+mobs:
+ - flight_attendant
exits:
- down: 1002
+ down:
+ room: 1002
condition:
player_flag: 1001_look_sign
- blocked_message: "The attendant points to the sign and insists you 'look sign' before disembarking."
+ blocked_message: "The attendant points to the sign and insists you {10}look sign{/} before disembarking."
on_enter:
- condition:
player_flag: 1001_welcome
@@ -17,11 +20,11 @@ on_enter:
player_flag: 1001_welcome
not: true
delay: 7
- message: "{11}Type 'look sign' to check out the sign over there and get started{/}"
+ message: "{11}Type{/} {10}look sign{/} {11}or{/} {10}talk attendant{/} {11}to get started{/}"
set_player_flags:
1001_welcome: true
- condition:
player_flag: 1001_welcome
not: true
delay: 7
- message: "{11}Type 'help newplayer' for the new player's guide. That's it. Explore and have fun.{/}"
+ message: "{11}Type{/} {10}help newplayer{/} {11}for the new player's guide. That's it. Explore and have fun.{/}"