updated the introductory lua doc to mention the --console launch parameter

This commit is contained in:
Jack 2024-01-09 00:43:06 +00:00
parent 9efea35567
commit 4c0546c686
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Save file locations:
<br />
## 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 `<your mod folder>/actors/`.
<br />