Simple hello world using lua with mGBA.
- Get the
HelloWorld.lua
file from this repository. - Open mGBA.
- Click
Tools > Scripting
to open the Scripting window. - In the scripting window click
File > Load script
to bring up the file picker dialog. - Select
HelloWorld.lua
from where you saved it. - The Hello World script will automatically run to display the "Hello World" message.
Scripting documentation can be found on the mGBA Scripting Docs page.
The console:log
documentation used in this demo is found under the console documentation section.