LuaGuide.wiki
changeset 2125 496efb184925
parent 1810 886f6f056e42
child 2126 3b3377019217
equal deleted inserted replaced
2124:3dfeac5b03db 2125:496efb184925
    20   * Training: Easy missions which explain the game, like a tutorial
    20   * Training: Easy missions which explain the game, like a tutorial
    21   * Challenge: Missions in which the goal is to reach a high score
    21   * Challenge: Missions in which the goal is to reach a high score
    22   * Scenario: Missions with a pre-set goal, like collecting a crate or killing all enemies
    22   * Scenario: Missions with a pre-set goal, like collecting a crate or killing all enemies
    23  * [PresetMaps Mission maps] (e.g. TrophyRace)
    23  * [PresetMaps Mission maps] (e.g. TrophyRace)
    24  * [GameStyles Styles] (e.g. Highlander, Balanced Random Weapon)
    24  * [GameStyles Styles] (e.g. Highlander, Balanced Random Weapon)
    25  * Campaigns
    25  * [Campaigns]
    26 
    26 
    27 == The basic structure ==
    27 == The basic structure ==
    28 
    28 
    29 Dependent on what type of script you want to write the requirements are a bit different, but before we go into that we must first create the `.lua` file. The location of the file depends on the script type.
    29 Dependent on what type of script you want to write the requirements are a bit different, but before we go into that we must first create the `.lua` file. The location of the file depends on the script type.
    30 
    30