2024-04-12 21:03:46 +00:00
|
|
|
- chat: NPCinCryoStasis
|
|
|
|
- system: "Error: No response"
|
|
|
|
- system: Lifeform in cryostasis detected
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
2024-04-12 19:25:59 +00:00
|
|
|
- chat: ClippyTransSerenity
|
|
|
|
- Welcome at StarTrans Cargo Services! You have reached Serenity Station.
|
|
|
|
- "Ready for a trip? Available bus stops: Oscillation Station, Metis Prime Station"
|
2024-04-13 10:24:56 +00:00
|
|
|
- set: busstop serenity
|
2024-04-12 19:25:59 +00:00
|
|
|
- label: startransbusstop
|
|
|
|
- goto: EXIT
|
|
|
|
- label: interesting
|
|
|
|
- Serenity Station is famous for the best pizza across the Jovian Rings.
|
|
|
|
- Look for the neon sign of the pizzeria nearby.
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
- chat: ClippyTransMetis
|
|
|
|
- Welcome at StarTrans Cargo Services! You have reached Metis Prime Station.
|
|
|
|
- "Ready for a trip? Available bus stops: Oscillation Station, Serenity Station"
|
2024-04-13 10:24:56 +00:00
|
|
|
- set: busstop metis
|
2024-04-12 19:25:59 +00:00
|
|
|
- label: startransbusstop
|
|
|
|
- goto: EXIT
|
|
|
|
- label: interesting
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
- chat: ClippyTransOscillation
|
|
|
|
- Welcome at StarTrans Cargo Services! You have reached Oscillation Station.
|
|
|
|
- "Ready for a trip? Available bus stops: Serenity Station, Metis Prime Station"
|
2024-04-13 10:24:56 +00:00
|
|
|
- set: busstop oscillation
|
2024-04-12 19:25:59 +00:00
|
|
|
- label: startransbusstop
|
|
|
|
- goto: EXIT
|
|
|
|
- label: interesting
|
|
|
|
- The main attraction around here is the gorgeous view onto Jupiter from far up ahead.
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
- addon: startransbusstop
|
|
|
|
- Bus stop?! How does this work?:
|
|
|
|
- StarTrans Cargo Services is the most convenient way to travel the vast distances of space.
|
|
|
|
- Just activate your suit's built-in cryostasis. A StarTrans 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: startransbusstop
|
|
|
|
- Can I take a spacecraft with me?:
|
|
|
|
- Absolutely.
|
|
|
|
- goto startransbusstop
|
|
|
|
- if: busstop != oscillation
|
|
|
|
Take me to Oscillation Station, please.:
|
|
|
|
- StarTrans wishes you a pleasant journey.
|
|
|
|
- script: cryofadeout
|
|
|
|
- sleep: 5
|
|
|
|
- script: cryotrip oscillation
|
|
|
|
- goto: EXIT
|
|
|
|
- if: busstop != metis
|
|
|
|
Take me to Metis Prime Station, please.:
|
|
|
|
- StarTrans wishes you a pleasant journey.
|
|
|
|
- script: cryofadeout
|
|
|
|
- sleep: 5
|
|
|
|
- script: cryotrip metisprime
|
|
|
|
- goto: EXIT
|
|
|
|
- if: busstop != serenity
|
|
|
|
Take me to Serenity Station, please.:
|
|
|
|
- StarTrans wishes you a pleasant journey.
|
|
|
|
- script: cryofadeout
|
|
|
|
- sleep: 5
|
|
|
|
- script: cryotrip serenity
|
|
|
|
- goto: EXIT
|
|
|
|
- Can you please fill up my oxygen tank without taking me anywhere?:
|
|
|
|
- Of course, you can count on StarTrans!
|
|
|
|
- script: refilloxygen 1000
|
|
|
|
- Is there anything interesting to do around here?:
|
|
|
|
- goto: interesting
|
|
|
|
- No, thank you.:
|
|
|
|
- Feel free to come back any time.
|