add conversation option to add FASTravel phone number
This commit is contained in:
parent
9ea706c48e
commit
678979db7e
|
@ -19,7 +19,6 @@
|
|||
- chat: ClippyTransSerenity
|
||||
- set: $busstop serenity
|
||||
- Welcome at FASTravel! You have reached Serenity Station.
|
||||
- script: registercontact travel
|
||||
- "Ready for a trip? Available bus stops: Farview Station, Metis Prime Station"
|
||||
- label: fastravel
|
||||
- include: BusStops
|
||||
|
@ -34,7 +33,6 @@
|
|||
- chat: ClippyTransMetis
|
||||
- set: $busstop metis
|
||||
- Welcome at FASTravel! You have reached Metis Prime Station.
|
||||
- script: registercontact travel
|
||||
- "Ready for a trip? Available bus stops: Farview Station, Serenity Station"
|
||||
- label: fastravel
|
||||
- include: BusStops
|
||||
|
@ -50,7 +48,6 @@
|
|||
- chat: ClippyTransFarview
|
||||
- set: $busstop farview
|
||||
- Welcome at FASTravel Services! You have reached Farview Station.
|
||||
- script: registercontact travel
|
||||
- "Ready for a trip? Available bus stops: Serenity Station, Metis Prime Station"
|
||||
- label: fastravel
|
||||
- include: BusStops
|
||||
|
@ -99,6 +96,10 @@
|
|||
- Can you please fill up my oxygen tank without taking me anywhere?:
|
||||
- script: refilloxygen 1000
|
||||
- Of course, you can count on FASTravel!
|
||||
- I wish I could use your services from anywhere!:
|
||||
- Actually, you can!
|
||||
- script: registercontact travel
|
||||
- Here's our phone number, call us any time!
|
||||
- Is there anything interesting to do around here?:
|
||||
- goto: interesting
|
||||
- No, thank you.:
|
||||
|
|
Loading…
Reference in a new issue