From 4c0546c686bbc9a70957831927b2fc86516f0016 Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 9 Jan 2024 00:43:06 +0000 Subject: [PATCH] updated the introductory lua doc to mention the --console launch parameter --- docs/lua/lua.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lua/lua.md b/docs/lua/lua.md index f5e275df..68e08551 100644 --- a/docs/lua/lua.md +++ b/docs/lua/lua.md @@ -17,7 +17,7 @@ Save file locations:
## Tips -- When developing Lua mods, run the game from a console. Lua errors and logs will appear there. +- When developing Lua mods, run the game from a console. Lua errors and logs will appear there, but only if the game is launched with the `--console` launch parameter. - You can use the `print()` command when debugging. Your logs will show up in the console. - You can create a folder within the mods folder containing multiple lua scripts as long as one script is called `main.lua`. Dynos actors can be placed inside this mod folder under `/actors/`.