shadowm

Untitled

Aug 16th, 2015
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. #ifdef ATS_MAINTAINER_MODE
  2. #define END_OF_PLAYABLE_SCENARIOS
  3. [event]
  4. name=prestart
  5. [chat]
  6. message= _ "This scenario isn’t finished yet, and it might be unplayable or broken in this version."
  7. [/chat]
  8. [/event]
  9. #enddef
  10. #else
  11. #define END_OF_PLAYABLE_SCENARIOS
  12. [story]
  13. [part]
  14. music="data/core/sounds/ambient/wardrums.ogg"
  15. background=
  16. title= _ "Work in progress!"
  17. show_title=yes
  18. # wmllint: local spelling http: r.wesnoth.org t32091
  19. story= _ "This campaign is a work in progress, and you have just completed the last playable scenario. The next scenario is not available in this version, but you can play it in a future release if you keep this start-of-scenario saved game. For now, this is the end of the campaign.
  20.  
  21. All feedback is welcome in the forum thread at <u>http://r.wesnoth.org/t32091</u>.
  22.  
  23. ― <i>The author</i>"
  24. [/part]
  25. [/story]
  26. [event]
  27. name=prestart
  28. [endlevel]
  29. save,carryover_report,linger_mode=no,no,no
  30. next_scenario=null
  31. end_text= _ "To be continued..."
  32. [/endlevel]
  33. [/event]
  34. #enddef
  35. #endif
Advertisement
Add Comment
Please, Sign In to add comment