blob: 81bc3bf872009a877ba4f8105486c8178fddf071 (
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
31
32
|
name: Flight attendant
description: A smiling flight attendant in a crisp uniform, ready to assist passengers.
unique: false
protected: true
idle_descriptions:
- straightens a seat cushion
- checks the cabin for loose items
- adjusts her name badge
- smiles politely at passengers
talk:
nodes:
start:
message: '"Welcome aboard! Is there anything I can help you with?"'
options:
- text: '"I''m ready to disembark."'
goto: disembark
condition:
player_flag: 1001_look_sign
- text: '"What should I do?"'
goto: check_sign
condition:
player_flag: 1001_look_sign
not: true
- text: '"Goodbye."'
disembark:
message: '"Of course! Please proceed down the stairs when you''re ready. Have a wonderful stay."'
options:
- text: '"Thanks!"'
check_sign:
message: '"Before we land, please review the safety information posted on the wall. Just type {11 bold}look sign{/} to see it."'
options:
- text: '"Okay, I''ll take a look."'
|