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