aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/flight_attendant.yaml
blob: 85a74847d9b1297d257efd43b097697d28bd3134 (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
28
29
30
description: A smiling flight attendant in a crisp uniform, ready to assist passengers.
id: flight_attendant
idle_descriptions:
  - adjusts her name badge
  - smiles politely at you
name: flight attendant
protected: true
talk:
  nodes:
    sign_reminder:
      messages:
        - '"Yeah, just us two! Not a lot of people heading into the belt these days."'
        - '"But we''ll be landing shortly! Please be sure {command}look{/} at the information {0B bold}sign{/} so you''ll be all set for your final destination."'
    start:
      condition:
        not: true
        player_flag: 1001_look_sign
      goto: thanks
      messages:
        - '"Hi there, how can I help?"'
      options:
        - goto: sign_reminder
          text: '"Oh, nothing... Small crowd on this ship. Just looking for conversation."'
        - text: '"Goodbye."'
    thanks:
      messages:
        - '"Thank for flying with Denali. Watch your step on the way out please."'
      options:
        - text: '"Thank you."'
unique: false