From 4cb00ec68a9a4bd545142524bef9e48283364ef7 Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Mon, 21 Jun 2021 00:15:19 -0500 Subject: [PATCH] Add GTA3Script (#1075) Co-authored-by: Richie Bendall --- g/GTA3Script.sc | 8 ++++++++ readme.md | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 g/GTA3Script.sc diff --git a/g/GTA3Script.sc b/g/GTA3Script.sc new file mode 100644 index 00000000..13f8bfc0 --- /dev/null +++ b/g/GTA3Script.sc @@ -0,0 +1,8 @@ +SCRIPT_START +{ +NOP + +WAIT 0 +PRINT_STRING_NOW "Hello World" +} +SCRIPT_END diff --git a/readme.md b/readme.md index 74d344a4..4d01d10d 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (797 total) +## Languages (798 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [*](%23/*) @@ -386,6 +386,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [GridScript](g/GridScript.gridscript) * [Grin](g/Grin.grin) * [Groovy](g/Groovy.groovy) +* [GTA3Script](g/GTA3Script.gs) * [Gui4Cli](g/Gui4Cli) * [Hack](h/Hack.hh) * [Haml](h/Haml.haml)