|
@@ -332,27 +332,47 @@ mission "jm-artcrew Deep Sky bonus pay"
|
|
` "Which one would you like?"`
|
|
` "Which one would you like?"`
|
|
choice
|
|
choice
|
|
` A Helmsman would help me avoid fights. That's for me.`
|
|
` A Helmsman would help me avoid fights. That's for me.`
|
|
- action
|
|
|
|
- outfit "VO-104a Helmsman"
|
|
|
|
- goto done
|
|
|
|
|
|
+ goto helmsman
|
|
` Fights seem to always find me. A Tactical Officer would be great.`
|
|
` Fights seem to always find me. A Tactical Officer would be great.`
|
|
- action
|
|
|
|
- outfit "VO-107d Tactical Officer"
|
|
|
|
- goto done
|
|
|
|
|
|
+ goto tactical
|
|
` It will be much easier doing sensitive work with a Security Officer.`
|
|
` It will be much easier doing sensitive work with a Security Officer.`
|
|
- action
|
|
|
|
- outfit "VO-119zo Security Officer"
|
|
|
|
- goto done
|
|
|
|
|
|
+ goto security
|
|
` A Science Officer would be invaluable with all the exploring I do.`
|
|
` A Science Officer would be invaluable with all the exploring I do.`
|
|
- action
|
|
|
|
- outfit "VO-108c Science Officer"
|
|
|
|
- goto done
|
|
|
|
|
|
+ goto science
|
|
` I need an Engineer to help me keep <ship> in the sky.`
|
|
` I need an Engineer to help me keep <ship> in the sky.`
|
|
- action
|
|
|
|
- outfit "VO-114n Engineer"
|
|
|
|
- goto done
|
|
|
|
|
|
+ goto engineer
|
|
` You know, I'm not sure yet. Let me get back to you.`
|
|
` You know, I'm not sure yet. Let me get back to you.`
|
|
defer
|
|
defer
|
|
|
|
+ label helmsman
|
|
|
|
+ action
|
|
|
|
+ outfit "VO-104a Helmsman"
|
|
|
|
+ ` "Discretion is the better part of valor, after all."`
|
|
|
|
+ goto done
|
|
|
|
+
|
|
|
|
+ label tactical
|
|
|
|
+ action
|
|
|
|
+ outfit "VO-107d Tactical Officer"
|
|
|
|
+ ` "If you must fight, you're better off going in with an advantage."`
|
|
|
|
+ goto done
|
|
|
|
+
|
|
|
|
+ label security
|
|
|
|
+ action
|
|
|
|
+ outfit "VO-119zo Security Officer"
|
|
|
|
+ ` She arches an eyebrow. "As long as it helps you stay out of trouble..."`
|
|
|
|
+ goto done
|
|
|
|
+
|
|
|
|
+ label science
|
|
|
|
+ action
|
|
|
|
+ outfit "VO-108c Science Officer"
|
|
|
|
+ ` "Excellent choice! I'm jealous I won't get to see it in use."`
|
|
|
|
+ goto done
|
|
|
|
+
|
|
|
|
+ label engineer
|
|
|
|
+ action
|
|
|
|
+ outfit "VO-114n Engineer"
|
|
|
|
+ ` "The better it operates, the safer a ship is."`
|
|
|
|
+ goto done
|
|
|
|
+
|
|
label done
|
|
label done
|
|
` She types something on a tablet. "Done! It should be waiting for you at your ship."`
|
|
` She types something on a tablet. "Done! It should be waiting for you at your ship."`
|
|
branch goodbyefirst goodbyeformal
|
|
branch goodbyefirst goodbyeformal
|