Missions.wiki
changeset 2073 f02fee463bf9
parent 1686 ad2641650d35
equal deleted inserted replaced
2072:72473075540c 2073:f02fee463bf9
    70 
    70 
    71 {{{
    71 {{{
    72 User_Mission_-_Bamboo_Thicket.name=Mission: Bamboo Thicket
    72 User_Mission_-_Bamboo_Thicket.name=Mission: Bamboo Thicket
    73 User_Mission_-_Bamboo_Thicket.desc="Death comes from above."
    73 User_Mission_-_Bamboo_Thicket.desc="Death comes from above."
    74 }}}
    74 }}}
       
    75 
       
    76 == Mission variables ==
       
    77 Mission variables are used to store arbitrary values about the mission in the team file. Most commonly, victory and highscores are saved here. Mission variables are set and read with `SaveMissionVariable` and `GetMissionVariable`.
       
    78 
       
    79 To mark a mission as won, call `SaveMissionVariable("Won", "true"). For challenge missions, you can also use mission variables to store highscores.
       
    80 
       
    81 For a complete list, see [ConfigurationFiles].