implement trips back to serenity station
This commit is contained in:
parent
a3ea057994
commit
dc1037e5a3
66
src/defs.txt
66
src/defs.txt
|
@ -382,16 +382,16 @@ actor 100 -18000 2000 "orb_busstop"
|
|||
chatid "busstopclippy"
|
||||
chat "busstopclippy"
|
||||
name "StarTrans Clippy™"
|
||||
msg 2 INIT question "You have reached the bus stop 'Serenity Station'"
|
||||
msg 2 question wait "Ready for a trip? Available stops: Oscillation Station, Metis Prime Station"
|
||||
msg 2 INIT question "Welcome at StarTrans Cargo Services!"
|
||||
msg 2 question wait "Ready for a trip? Available bus stops: Oscillation Station, Metis Prime Station"
|
||||
msg 40 wait answer ""
|
||||
sound none
|
||||
choice 2 answer how1 "Bus stop?! How does this work?"
|
||||
msg 6 how1 how2 "StarTrans Cargo Service is the most convenient way to travel the vast distances of space."
|
||||
msg 6 how1 how2 "StarTrans Cargo Services is the most convenient way to travel the vast distances of space."
|
||||
msg 6 how2 how3 "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."
|
||||
msg 40 how3 answer "Of course we will supply you with free oxygen and ensure your safety."
|
||||
choice 2 answer vehicle "Can I take a spacecraft with me?"
|
||||
msg 2 vehicle answer "Affirmative."
|
||||
msg 40 vehicle answer "Absolutely."
|
||||
choice 1 answer stopA1 "Take me to Oscillation Station, please."
|
||||
msg 5 stopA1 stopA2 "StarTrans wishes you a pleasant journey."
|
||||
script cryofadeout
|
||||
|
@ -454,6 +454,35 @@ actor 147002e3 165001e3 336e6 "orb_busstop"
|
|||
scale 100
|
||||
wants maxrotation 0
|
||||
wants maxvelocity 0
|
||||
actor 120 864 150 clippy
|
||||
relativeto "busstop2"
|
||||
id "busstopclippy2"
|
||||
name "StarTrans Clippy™"
|
||||
armodel clippy_ar
|
||||
angularmomentum 0 0 0
|
||||
wants maxrotation 0
|
||||
wants maxvelocity 0
|
||||
thrust 15 6 3 400 0.5
|
||||
rotationy -0.5
|
||||
scale 3
|
||||
chatid "busstopclippy"
|
||||
chat "busstopclippy"
|
||||
actor 40 10 40 "orb_busstop"
|
||||
name "Light Orb"
|
||||
relativeto busstopclippy2
|
||||
light "47FF00" 1000000
|
||||
actor 30 60 -10 "orb_busstop"
|
||||
name "Light Orb"
|
||||
relativeto busstopclippy2
|
||||
light "47FF00" 1000000
|
||||
actor -10 -60 20 "orb_busstop"
|
||||
name "Light Orb"
|
||||
relativeto busstopclippy2
|
||||
light "47FF00" 1000000
|
||||
actor -40 20 30 "orb_busstop"
|
||||
name "Light Orb"
|
||||
relativeto busstopclippy2
|
||||
light "47FF00" 1000000
|
||||
|
||||
actor 27643e3 -44e3 -124434e3 "orb_busstop"
|
||||
relativeto jupiter
|
||||
|
@ -462,6 +491,35 @@ actor 27643e3 -44e3 -124434e3 "orb_busstop"
|
|||
scale 100
|
||||
wants maxrotation 0
|
||||
wants maxvelocity 0
|
||||
actor 120 864 150 clippy
|
||||
relativeto "busstop3"
|
||||
id "busstopclippy3"
|
||||
name "StarTrans Clippy™"
|
||||
armodel clippy_ar
|
||||
angularmomentum 0 0 0
|
||||
wants maxrotation 0
|
||||
wants maxvelocity 0
|
||||
thrust 15 6 3 400 0.5
|
||||
rotationy -0.5
|
||||
scale 3
|
||||
chatid "busstopclippy"
|
||||
chat "busstopclippy"
|
||||
actor 40 10 40 "orb_busstop"
|
||||
name "Light Orb"
|
||||
relativeto busstopclippy3
|
||||
light "47FF00" 1000000
|
||||
actor 30 60 -10 "orb_busstop"
|
||||
name "Light Orb"
|
||||
relativeto busstopclippy3
|
||||
light "47FF00" 1000000
|
||||
actor -10 -60 20 "orb_busstop"
|
||||
name "Light Orb"
|
||||
relativeto busstopclippy3
|
||||
light "47FF00" 1000000
|
||||
actor -40 20 30 "orb_busstop"
|
||||
name "Light Orb"
|
||||
relativeto busstopclippy3
|
||||
light "47FF00" 1000000
|
||||
|
||||
chat error
|
||||
name ERROR
|
||||
|
|
Loading…
Reference in a new issue