Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifdef ATS_MAINTAINER_MODE
- #define END_OF_PLAYABLE_SCENARIOS
- [event]
- name=prestart
- [chat]
- message= _ "This scenario isn’t finished yet, and it might be unplayable or broken in this version."
- [/chat]
- [/event]
- #enddef
- #else
- #define END_OF_PLAYABLE_SCENARIOS
- [story]
- [part]
- music="data/core/sounds/ambient/wardrums.ogg"
- background=
- title= _ "Work in progress!"
- show_title=yes
- # wmllint: local spelling http: r.wesnoth.org t32091
- 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.
- All feedback is welcome in the forum thread at <u>http://r.wesnoth.org/t32091</u>.
- ― <i>The author</i>"
- [/part]
- [/story]
- [event]
- name=prestart
- [endlevel]
- save,carryover_report,linger_mode=no,no,no
- next_scenario=null
- end_text= _ "To be continued..."
- [/endlevel]
- [/event]
- #enddef
- #endif
Advertisement
Add Comment
Please, Sign In to add comment