Difference between revisions of "Scripting and Mission Creation"
(add lin to unlinked Modules page) |
Zonkmachine (talk | contribs) (Splitting mission creation and the mission list to it's own page) |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | * [[Introduction to Mission Scripting]] | + | See [http://lua-users.org/wiki/TutorialDirectory Lua Tutorial] to learn basics of lua. |
− | ** [[Interacting with the game: Event | + | |
− | ** [[Interacting with the player: BBS forms]] | + | *[[Introduction_to_Mission_Scripting|Introduction to Mission Scripting]] |
− | ** [[ | + | **[[Interacting_with_the_game:_Event-based_programming|Interacting with the game: Event based programming]] |
− | ** [[ | + | **[[Strings_and_translation|Strings and translation]] |
− | ** [[Surviving a reload]] | + | **[[Interacting_with_the_player:_BBS_forms|Interacting with the player: BBS forms]] |
− | ** [ | + | **[[Missions|Missions and the mission list]] |
− | * [http:// | + | **[[Missions_and_NPC_Interaction|Missions and NPC interaction]] |
− | * [[Ship_AI]] | + | **[[Surviving_a_reload|Surviving a reload]] |
+ | **[[Old_scripting_info|Older pages]] | ||
+ | *[[GUI introduction]] | ||
+ | *[http://codedoc.pioneerspacesim.net Lua API Reference] | ||
+ | *[[Ship_AI|Ship AI]] |
Latest revision as of 22:39, 18 July 2024
See Lua Tutorial to learn basics of lua.