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

  1. -- SeaMonster Events
  2. Starting = 0;
  3. SeaEvent = 1;
  4.  
  5. if CrewPower <= 5 then
  6.  
  7.   ShowStoryText("\"Men, I'm not going to lie to you, there's something coming. Something big. Big and ugly. This won't be easy, but if it's any consolation we're inexperienced and the tentacle:crewman ratio is not in our favour. Good luck.\" The crew appear less than encouraged as a few seconds later, the creature rears up with an unearthly scream.");
  8.  
  9. else
  10.  
  11.   ShowStoryText("\"Men, I'm not going to lie to you, there's something coming. Something big. Big and ugly. This won't be easy but I know if we work together we can, no, will prevail. You have ten seconds to get into position. Good luck.\" Eight seconds later, the creature rears up with an unearthly scream.");
  12.  
  13. end
  14.  
  15. AddChoice("Deal with the monster yourself", "SeaMonster3");
  16. AddChoice("Order your crew to attack the thing", "SeaMonster4");
  17.