home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / GhostShip3.lua < prev    next >
Encoding:
Text File  |  2011-02-27  |  538 b   |  10 lines

  1. -- GhostShip Events
  2. Starting = 0;
  3. SeaEvent = 1;
  4.  
  5. ShowStoryText("There's little that you could have done to prevent the skeletal hordes from starting to board your vessel. Before too long the crew are engaged in a fight for their very lives. It is hardly a fair fight, since their opponents seem rather unconcerned with such trivial concepts as life. You look on, hoping for a miracle.");
  6.  
  7. if (PlayerHasAlly("{2}")) then
  8.   AddChoice("Captain Meddle will know what to do!", "GhostShip4");
  9. end
  10. AddChoice("Battle on!", "GhostShip5");