Files
hello-world/g/GTA3Script.sc
MrBrain295 4cb00ec68a Add GTA3Script (#1075)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2021-06-21 17:15:19 +12:00

9 lines
71 B
Python

SCRIPT_START
{
NOP
WAIT 0
PRINT_STRING_NOW "Hello World"
}
SCRIPT_END