2024-10-26 17:36:54 +00:00
|
|
|
- chat: phone
|
2024-10-26 20:01:52 +00:00
|
|
|
- if ~phone$any:
|
|
|
|
- "Error: Phonebook empty."
|
|
|
|
- goto: EXIT
|
2024-10-26 17:36:54 +00:00
|
|
|
- Select contact to call.
|
2024-10-26 20:01:52 +00:00
|
|
|
- if: phone$travel
|
|
|
|
FASTravel:
|
2024-10-26 20:44:59 +00:00
|
|
|
- goto: travel
|
2024-10-26 17:36:54 +00:00
|
|
|
- "[Cancel]":
|
|
|
|
- goto: EXIT
|
2024-10-26 20:44:59 +00:00
|
|
|
|
|
|
|
- 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: 5
|
|
|
|
- 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: 5
|
|
|
|
- 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: 5
|
|
|
|
- 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
|