From 2d90353433a3b0b7332c1a960967ada880fdbe34 Mon Sep 17 00:00:00 2001 From: SirNapkin1334 <31591796+SirNapkin1334@users.noreply.github.com> Date: Fri, 13 Apr 2018 16:21:35 -0700 Subject: [PATCH] Updated Scripting (markdown) --- Scripting.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Scripting.md b/Scripting.md index 2e0adf4..d3b7267 100644 --- a/Scripting.md +++ b/Scripting.md @@ -1,3 +1,8 @@ # Scripting -GodMode9 is a large and complicated program, which since release v1.2.7 has had support for Scripting. Scripts are formatted in plaintext with a `.gm9` file extension, and allow the automation of many complex things. \ No newline at end of file +GodMode9 is a large and complicated program, which since release v1.2.7 has had support for Scripting. Scripts are formatted in plaintext with a `.gm9` file extension, and allow the automation of many complex things. + +### Running a Script + +To run a GodMode9 script, all one must do is place the script file in the `/gm9/scripts` folder on the SD card. Then, in GodMode9, press the HOME button, press on Scripts... and select the script that you would like to run. +One can also place the script anywhere on the SD (or any other drive, for that matter), and press A on the script file. There will be the option to Execute GM9 Script. You will get another prompt (are you sure you would like to execute this script?), press A there, and then the script will be run. \ No newline at end of file