LuaGuide.wiki
changeset 1747 8269ec3e5bfc
parent 1745 6391c69a5d0a
child 1805 d18970cf6ca2
equal deleted inserted replaced
1746:8575c2834ae9 1747:8269ec3e5bfc
    18 
    18 
    19  * [Missions], one of three types:
    19  * [Missions], one of three types:
    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  * Mission maps (e.g. TrophyRace)
    23  * [PresetMaps Mission maps] (e.g. TrophyRace)
    24  * 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.