Difference between revisions of "Scripting and Mission Creation"
Zonkmachine (talk | contribs) (New tutorial part: Strings and translation) |
Zonkmachine (talk | contribs) (Link text formatting) |
||
Line 2: | Line 2: | ||
*[[Introduction_to_Mission_Scripting|Introduction to Mission Scripting]] | *[[Introduction_to_Mission_Scripting|Introduction to Mission Scripting]] | ||
− | **[[Interacting_with_the_game:_Event-based_programming]] | + | **[[Interacting_with_the_game:_Event-based_programming|Interacting with the game: Event based programming]] |
**[[Strings_and_translation|Strings and translation]] | **[[Strings_and_translation|Strings and translation]] | ||
− | **[[Interacting_with_the_player:_BBS_forms]] | + | **[[Interacting_with_the_player:_BBS_forms|Interacting with the player: BBS forms]] |
**[[Lua-based_equipment|Lua-based equipment]] | **[[Lua-based_equipment|Lua-based equipment]] | ||
− | **[[Lua_Scripting| | + | **[[Lua_Scripting|Lua Scripting]] (old) |
**[[Surviving_a_reload|Surviving a reload]] | **[[Surviving_a_reload|Surviving a reload]] | ||
**[[Modules|Short table describing current lua modules in Pioneer]] | **[[Modules|Short table describing current lua modules in Pioneer]] | ||
*[[GUI introduction]] | *[[GUI introduction]] | ||
*[http://pioneerspacesim.net/codedoc/ Lua API Reference] | *[http://pioneerspacesim.net/codedoc/ Lua API Reference] | ||
− | *[[Ship_AI| | + | *[[Ship_AI|Ship AI]] |
Revision as of 17:14, 3 October 2021
See Lua Tutorial to learn basics of lua.