outfly/src/chats/phone.yaml

90 lines
3.3 KiB
YAML

# ▄████████▄ + ███ + ▄█████████ ███ +
# ███▀ ▀███ + + ███ ███▀ + ███ + +
# ███ + ███ ███ ███ █████████ ███ ███ ███ ███
# ███ +███ ███ ███ ███ ███▐██████ ███ ███ ███
# ███ + ███ ███+ ███ +███ ███ + ███ ███ + ███
# ███▄ ▄███ ███▄ ███ ███ + ███ + ███ ███▄ ███
# ▀████████▀ + ▀███████ ███▄ ███▄ ▀████ ▀███████
# + + + ███
# + ▀████████████████████████████████████████████████████▀
- chat: phone
- if ~phone$any:
- "Error: Phonebook empty."
- goto: EXIT
- Select contact to call.
- if: phone$travel
FASTravel:
- sound: phone
msg: Dialing...
- goto: travel
- if: phone$luna
Luna:
- sound: phone
msg: Dialing...
- goto: luna
- "[Cancel]":
- goto: EXIT
# ---------------------------------------------------------
# ---------------------------------------------------------
# ---------------------------------------------------------
- label: travel
- script: changename FASTravel
- Welcome to FASTravel™, how can I help you today?
- label: travel_mainnode
- Can you pick me up please?:
- Yes! Where should we drop you off?
- Serenity Station:
- Ok! Activate cryofreeze and we'll be right there.
- "[Activate Cryofreeze]":
- script: cryofadeout
- sleep: 2
- script: cryotrip serenity
- goto: EXIT
- I changed my mind.:
- Alright. Anything else I can help you with?
- goto: travel_mainnode
- Metis Prime Station:
- Ok! Activate cryofreeze and we'll be right there.
- "[Activate Cryofreeze]":
- script: cryofadeout
- sleep: 2
- script: cryotrip metisprime
- goto: EXIT
- I changed my mind.:
- Alright. Anything else I can help you with?
- goto: travel_mainnode
- Farview Station:
- Ok! Activate cryofreeze and we'll be right there.
- "[Activate Cryofreeze]":
- script: cryofadeout
- sleep: 2
- script: cryotrip farview
- goto: EXIT
- I changed my mind.:
- Alright. Anything else I can help you with?
- goto: travel_mainnode
- I just wanted to say that you're awesome!:
- Thank you so much!
- Hearing this makes my day!
- Satisfying our customers is what I'm programmed to live for.
- Good bye!:
- goto: EXIT
- "[Hang up]":
- goto: EXIT
# ---------------------------------------------------------
# ---------------------------------------------------------
# ---------------------------------------------------------
- label: luna
- script: changename Luna
- Hey, time traveler, what's up?
- How's your research coming along?:
- Great! This backup software is going to help a lot! Thanks again for this!
- "[Hang up]": []
- "[Hang up]": []
- goto: EXIT