share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/epil.lua
changeset 15068 6f51c75994a4
parent 15002 3ed1cbd31754
child 15168 e1dbe2c9026f
equal deleted inserted replaced
15067:d59da429d22c 15068:6f51c75994a4
   127   AddNewEvent(CheckCrateTaken, {}, DoCrateTaken, {}, 1)
   127   AddNewEvent(CheckCrateTaken, {}, DoCrateTaken, {}, 1)
   128   EndTurn(true)
   128   EndTurn(true)
   129   ShowMission(loc("Epilogue"), loc("That's all, folks!"),
   129   ShowMission(loc("Epilogue"), loc("That's all, folks!"),
   130     loc("You have successfully finished the campaign!").."|"..
   130     loc("You have successfully finished the campaign!").."|"..
   131     loc("If you wish to replay, there are other possible endings, too!").."|"..
   131     loc("If you wish to replay, there are other possible endings, too!").."|"..
   132     loc("You can practice moving around and using utilities in this mission.|However, it will never end!"), 1, 0)
   132     loc("You can practice moving around and using utilities in this mission.|However, it will never end!"), 4, 0)
   133   SaveCampaignVar("Progress", "10")
   133   SaveCampaignVar("Progress", "10")
   134   SaveCampaignVar("Won", "true")
   134   SaveCampaignVar("Won", "true")
   135 end
   135 end
   136 
   136 
   137 ---------------------------Events-------------------------------------
   137 ---------------------------Events-------------------------------------