Difference between revisions of "Scripting and Mission Creation"
(n-e has been merged.) |
Zonkmachine (talk | contribs) m (Fix link) |
||
| (15 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]] |
| − | * [http:// | + | **[[Missions_and_the_mission_list|Missions and the mission list]] |
| − | * [[Ship_AI]] | + | **[[Missions_and_NPC_Interaction|Missions and NPC interaction]] |
| + | **[[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 20:36, 9 November 2025
See Lua Tutorial to learn basics of lua.