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

  1. -- GhostShip Events
  2. Starting = 0;
  3. SeaEvent = 1;
  4.  
  5. ShowStoryText("You soon hear the semi-coherent growl of Captain Meddle, barking orders left and right with a lucidity you wouldn't have thought possible from him. You'd feel irked that he has chosen to take over command of this fight without consulting you, but it's tough to complain: it's working. Your men are not only holding their own. They're ruthlessly shattering the dry, dead bones of your enemies and tossing the remains overboard with an efficiency that brings a proud tear to your eye and almost tempts you to join in.");
  6.  
  7. iValue = GetIntFlag(3);
  8. iValue = iValue + 2;
  9. SetIntFlag(3, iValue);
  10.  
  11. AddChoice("Onwards!", "GhostShip6");