This commit is contained in:
2024-09-24 11:25:13 +02:00
parent 9ddbb87138
commit b2af51e125
2 changed files with 22 additions and 81 deletions
+22
View File
@@ -11,8 +11,30 @@ It keeps track of completed missions, moves the stages forward once all mission
The goal is for the mission maker to focus on the story and the detailed missions, without having to worry about all the triggers and mission management the scripts normally take care off.
## Index
- [Current Features](#current-features)
- [Stage](#stage)
- [Completion](#completion)
- [On Completion](#on-completion)
## Current Features
- Stage Progression
-
## Stage
A stage is a logical part of a mission. It's isn't anything special per se, but everything revolves around stages in Spearhead. <br/>
Everything is tied to at a stage. <br/>
A
### Completion
### On Completion
## Mission