Add GTA3Script (#1075)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
MrBrain295
2021-06-21 00:15:19 -05:00
committed by GitHub
parent a4d69a21ec
commit 4cb00ec68a
2 changed files with 10 additions and 1 deletions

8
g/GTA3Script.sc Normal file
View File

@@ -0,0 +1,8 @@
SCRIPT_START
{
NOP
WAIT 0
PRINT_STRING_NOW "Hello World"
}
SCRIPT_END

View File

@@ -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! Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start--> <!--Languages start-->
## Languages (797 total) ## Languages (798 total)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
* [*](%23/*) * [*](%23/*)
@@ -386,6 +386,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [GridScript](g/GridScript.gridscript) * [GridScript](g/GridScript.gridscript)
* [Grin](g/Grin.grin) * [Grin](g/Grin.grin)
* [Groovy](g/Groovy.groovy) * [Groovy](g/Groovy.groovy)
* [GTA3Script](g/GTA3Script.gs)
* [Gui4Cli](g/Gui4Cli) * [Gui4Cli](g/Gui4Cli)
* [Hack](h/Hack.hh) * [Hack](h/Hack.hh)
* [Haml](h/Haml.haml) * [Haml](h/Haml.haml)