aboutsummaryrefslogtreecommitdiff
path: root/data/rooms/intro/1002.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data/rooms/intro/1002.yaml')
-rw-r--r--data/rooms/intro/1002.yaml44
1 files changed, 21 insertions, 23 deletions
diff --git a/data/rooms/intro/1002.yaml b/data/rooms/intro/1002.yaml
index 8863c60..3abfffd 100644
--- a/data/rooms/intro/1002.yaml
+++ b/data/rooms/intro/1002.yaml
@@ -67,26 +67,24 @@ objects:
- text: The sign simply says 'Processing' in bold red letters. Beneath in smaller text it says 'Welcome to Vesta', seemingly added afterwards to try to give the sign some warmth.
name: sign
on_enter:
- - condition:
- not: true
- player_flag: 1002_lined_up
- delay: 7
- messages:
- - delay: 0
- message: A young boy the crowd openly look you up and down a little bemused, as if you're heading the wrong direction.
- - condition:
- not: true
- player_flag: 1002_lined_up
- delay: 7
- messages:
- - delay: 0
- message: The pilot pops out of the hatch of the craft and calls out "Shuttle to Passenger Barge Denali. Tickets out, please! Nice and orderly!"
- - condition:
- not: true
- player_flag: 1002_lined_up
- delay: 7
- messages:
- - delay: 0
- message: The people all shuffle into a line, dragging their luggage out of the path to clear the way for you.
- set_player_flags:
- 1002_lined_up: true
+ - steps:
+ - condition:
+ not: true
+ player_flag: 1002_lined_up
+ messages:
+ - A young boy the crowd openly look you up and down a little bemused, as if you're heading the wrong direction.
+ wait: 7
+ - condition:
+ not: true
+ player_flag: 1002_lined_up
+ messages:
+ - The pilot pops out of the hatch of the craft and calls out "Shuttle to Passenger Barge Denali. Tickets out, please! Nice and orderly!"
+ wait: 7
+ - condition:
+ not: true
+ player_flag: 1002_lined_up
+ messages:
+ - The people all shuffle into a line, dragging their luggage out of the path to clear the way for you.
+ set_player_flags:
+ 1002_lined_up: true
+ wait: 7