In the RTS Engine, a mission represents that an objective that the player needs to achieve in a game.
A scenario is a list of missions, which the player needs to complete sequentially in order to win a game. Failing at any of the missions results in forfeiting the game.
This part of the documentation handles creating scenarios, missions and organizing a campaign menu for them.