blob: e595e67932efdd9a643983a83fb5d2c1c3bbd24a (
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
messages: ['"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:
messages: ['"Thank for flying with Denali. Watch your step on the way out please."']
options:
- text: '"Thank you."'
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 {0B bold}look{/} at the information {0B bold}sign{/} so you''ll be all set for your final destination."'
|