Difference between revisions of "Scripting and Mission Creation"
m (api url moved) |
Zonkmachine (talk | contribs) m (Fix link) |
||
| (13 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | *[[Introduction_to_Mission_Scripting|Introduction to Mission Scripting]] | + | See [http://lua-users.org/wiki/TutorialDirectory Lua Tutorial] to learn basics of lua. |
| − | **[[Interacting_with_the_game:_Event-based_programming]] | + | |
| − | **[[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]] |
| + | **[[Interacting_with_the_player:_BBS_forms|Interacting with the player: BBS forms]] | ||
| + | **[[Missions_and_the_mission_list|Missions and the mission list]] | ||
| + | **[[Missions_and_NPC_Interaction|Missions and NPC interaction]] | ||
**[[Surviving_a_reload|Surviving a reload]] | **[[Surviving_a_reload|Surviving a reload]] | ||
| − | **[ | + | **[[Old_scripting_info|Older pages]] |
| − | *[http://pioneerspacesim.net | + | *[[GUI introduction]] |
| − | *[[Ship_AI| | + | *[http://codedoc.pioneerspacesim.net Lua API Reference] |
| + | *[[Ship_AI|Ship AI]] | ||
Latest revision as of 20:36, 9 November 2025
See Lua Tutorial to learn basics of lua.