diff options
| author | historia <[not public]> | 2026-07-07 16:24:27 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-07 16:24:27 -0400 |
| commit | ab2597b22ccdb71116992aec78080d9858358d04 (patch) | |
| tree | 8beae4060c2831c4a68f92b682b5350cfa1d0afb /data/rooms | |
| parent | 3f30fa3eec9c2e2acf9a984ccefb9529a25e688a (diff) | |
| download | thehouseoficarus-ab2597b22ccdb71116992aec78080d9858358d04.tar.gz | |
rename flags to global_flags (differentiate from player_flags)
Diffstat (limited to 'data/rooms')
| -rw-r--r-- | data/rooms/example_unused/agility2/99999202.yaml | 2 | ||||
| -rw-r--r-- | data/rooms/intro/1001.yaml | 24 |
2 files changed, 13 insertions, 13 deletions
diff --git a/data/rooms/example_unused/agility2/99999202.yaml b/data/rooms/example_unused/agility2/99999202.yaml index c4e068a..346a235 100644 --- a/data/rooms/example_unused/agility2/99999202.yaml +++ b/data/rooms/example_unused/agility2/99999202.yaml @@ -11,7 +11,7 @@ on_enter: - message: Type 'balance' to cross the pipe. condition: null delay: 0 - set_flags: {} + set_global_flags: {} set_player_flags: {} broadcast: "" broadcast_global: "" diff --git a/data/rooms/intro/1001.yaml b/data/rooms/intro/1001.yaml index 1ea5301..93bf7ac 100644 --- a/data/rooms/intro/1001.yaml +++ b/data/rooms/intro/1001.yaml @@ -11,7 +11,7 @@ exits: condition: all_of: [] any_of: [] - flag: "" + global_flag: "" has_item: "" min_credits: 0 not: false @@ -36,7 +36,7 @@ objects: give_item: "" heal: 0 reputation_cost: 0 - set_flags: {} + set_global_flags: {} set_player_flags: 1001_look_sign: true take_item: "" @@ -66,7 +66,7 @@ on_enter: condition: all_of: [] any_of: [] - flag: "" + global_flag: "" has_item: "" min_credits: 0 not: true @@ -77,7 +77,7 @@ on_enter: give_item: "" heal: 0 message: '{0B bold}Welcome to The House of Icarus{/}' - set_flags: {} + set_global_flags: {} set_player_flags: {} spawn_mob: null take_item: "" @@ -87,7 +87,7 @@ on_enter: condition: all_of: [] any_of: [] - flag: "" + global_flag: "" has_item: "" min_credits: 0 not: true @@ -98,7 +98,7 @@ on_enter: give_item: "" heal: 0 message: '{0B}Type{/} {0A}look sign{/} {0B}or{/} {0A}talk attendant{/} {0B}to get started{/}' - set_flags: {} + set_global_flags: {} set_player_flags: 1001_welcome: true spawn_mob: null @@ -109,7 +109,7 @@ on_enter: condition: all_of: [] any_of: [] - flag: "" + global_flag: "" has_item: "" min_credits: 0 not: true @@ -120,14 +120,14 @@ on_enter: give_item: "" heal: 0 message: '{0B}Type{/} {0A}help newplayer{/} {0B}for the new player''s guide. That''s it. Explore and have fun.{/}' - set_flags: {} + set_global_flags: {} set_player_flags: {} spawn_mob: null take_item: "" teleport: 0 triggers: - id: "" - on_flag: "" + on_global_flag: "" on_player_flag: 1001_look_sign room: 0 steps: @@ -138,7 +138,7 @@ triggers: give_item: "" heal: 0 message: The cabin shakes as the small craft touches down - set_flags: {} + set_global_flags: {} set_player_flags: {} spawn_mob: null take_item: "" @@ -150,7 +150,7 @@ triggers: give_item: "" heal: 0 message: The pistons hiss as the rear staircase opens - set_flags: {} + set_global_flags: {} set_player_flags: {} spawn_mob: null take_item: "" @@ -162,7 +162,7 @@ triggers: give_item: "" heal: 0 message: "" - set_flags: {} + set_global_flags: {} set_player_flags: 1001_touchdown: true spawn_mob: null |
