diff --git a/src/chats/fastravel.yaml b/src/chats/fastravel.yaml index 362eb38..d660054 100644 --- a/src/chats/fastravel.yaml +++ b/src/chats/fastravel.yaml @@ -25,6 +25,7 @@ - label: interesting - Serenity Station is famous for the best pizza across the Jovian Rings. - Look for the neon sign of the pizzeria nearby. +- goto: fastravel --- @@ -40,6 +41,7 @@ - This area is an industrial paradise for asteroid miners. - Though it has been recently abandoned due to the excessive particle radiation. - I advise you to minimize the duration of your stay here. +- goto: fastravel --- @@ -53,25 +55,28 @@ - include: BusStops - label: interesting - The main attraction around here is the gorgeous view onto Jupiter from far up ahead. +- goto: fastravel --- - chat: BusStops -- WHY IS EVERYTHING SO GREEN???: - - We advertise our services with the signature green cross. - - Thanks to this, you will find us even when your radio systems are damaged. - - FASTravel provides a beacon in the dark, creating a safer place for everybody. - - goto: fastravel -- Bus stop?! How does this work?: - - FASTravel is the most convenient way to travel the vast distances of space. - - Just activate your suit's built-in cryostasis. A FASTravel carrier will pick you up and you will wake up at your destination in the blink of an eye. - - Of course we will supply you with free oxygen and ensure your safety. - - goto: fastravel -- Can I take a spacecraft with me?: - - Absolutely. +- I wish I could use this shuttle service from anywhere!: + - Actually, you can! + - if phone$travel: + - Just give us a phone call, we'll pick you up! + - goto: fastravel + - script: registercontact travel + - Here's our phone number, call us any time and we'll pick you up! - goto: fastravel +- if: $busstop != serenity + Take me to Serenity Station, please.: + - FASTravel wishes you a pleasant journey. + - script: cryofadeout + - sleep: 2 + - script: cryotrip serenity + - goto: EXIT - if: $busstop != farview Take me to Farview Station, please.: - FASTravel wishes you a pleasant journey. @@ -86,22 +91,27 @@ - sleep: 2 - script: cryotrip metisprime - goto: EXIT -- if: $busstop != serenity - Take me to Serenity Station, please.: - - FASTravel wishes you a pleasant journey. - - script: cryofadeout - - sleep: 2 - - script: cryotrip serenity - - goto: EXIT -- Can you please fill up my oxygen tank without taking me anywhere?: +- Can you please fill up my oxygen tank?: - 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 + - goto: fastravel +- I have some questions...: + - Of course, go ahead! + - WHY IS EVERYTHING SO GREEN???: + - We advertise our services with the signature green cross. + - Thanks to this, you will find us even when your radio systems are damaged. + - FASTravel provides a beacon in the dark, creating a safer place for everybody. + - goto: fastravel + - Bus stop?! How does this work?: + - FASTravel is the most convenient way to travel the vast distances of space. + - Just activate your suit's built-in cryostasis. A FASTravel carrier will pick you up and you will wake up at your destination in the blink of an eye. + - Of course we will supply you with free oxygen and ensure your safety. + - goto: fastravel + - Can I take a spacecraft with me?: + - Absolutely. + - goto: fastravel + - Is there anything interesting to do around here?: + - goto: interesting - No, thank you.: - Feel free to come back any time. - goto: EXIT