From 9ac17f3a3a4bfc46801a38d0a1f72f4c1930ebdb Mon Sep 17 00:00:00 2001 From: SirNapkin1334 <31591796+SirNapkin1334@users.noreply.github.com> Date: Fri, 13 Apr 2018 15:19:09 -0700 Subject: [PATCH] Updated GM9 Script (markdown) --- GM9-Script.md | 3 --- Scripting.md | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 GM9-Script.md create mode 100644 Scripting.md diff --git a/GM9-Script.md b/GM9-Script.md deleted file mode 100644 index 271f684..0000000 --- a/GM9-Script.md +++ /dev/null @@ -1,3 +0,0 @@ -# The beginnings of GodMode9 script documentation. - -echo "Hello World." \ No newline at end of file diff --git a/Scripting.md b/Scripting.md new file mode 100644 index 0000000..2e0adf4 --- /dev/null +++ b/Scripting.md @@ -0,0 +1,3 @@ +# 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