diff options
Diffstat (limited to 'data/rooms/intro')
| -rw-r--r-- | data/rooms/intro/1001.yaml | 24 |
1 files changed, 12 insertions, 12 deletions
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 |
