Code: Select all
<OnGameStart>
(block (class)
(setq class (shpGetClass gPlayerShip))
(gamSetCrawlImage &rsPrologue;)
(switch
(eq class &scBattlestar;)
(block Nil
(gamSetCrawlText (cat
"You are the commander of a Galactica-class Battlestar. Your "
"ship had been stripped down and was on its way to be "
"decommisioned when the Cylons attacked. During the fight, "
"your jump drive was damaged and unexpectedly activated. "
"To your dismay, you discover that a Cylon virus has erased "
"most of the data from your ship's computer, including "
"navigational charts. Even after your jump drive is fixed, "
"you have no way to jump back home and your cargo holds are "
"nearly empty. In order to survive you will need to find "
"resources and set up a base of operations before you can "
"even think about looking for a way home. Before you do "
"anything else, inspect your cargo. Good luck, Commander. "
))
)
(block Nil
(gamSetCrawlText (cat
"This is text that should be displayed if you choose one "
"of the vanilla ships or a ship from another mod. "
""
))
)
)
)
</OnGameStart>