aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/flight_attendant.yaml
blob: 5b18762dfa39e0fca3a830dd8829d13c22a60620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: flight attendant
description: A smiling flight attendant in a crisp uniform, ready to assist passengers.
unique: false
protected: true
idle_descriptions:
  - adjusts her name badge
  - smiles politely at you
talk:
    nodes:
        start:
            condition:
                player_flag: 1001_look_sign
                not: true
            message: '"Hi there, how can I help?"'
            goto: thanks
            options:
                - text: '"Oh, nothing... Small crowd on this ship. Just looking for conversation."'
                  goto: sign_reminder
                - text: '"Goodbye."'
        thanks:
            message: '"Thank for flying with Denali. Watch your step on the way out please."'
            options:
                - text: '"Thank you."'
        sign_reminder:
            sequence:
                - '"Yeah, just us two! Not a lot of people heading into the belt these days."'
                - '"But we''ll be landing shortly! Please be sure {0B bold}look{/} at the information {0B bold}sign{/} so you''ll be all set for your final destination."'