Add "Hello, World!" in Action Code Script

(Uses ZDoom header, but should work in Hexen too)
This commit is contained in:
Sean Baggaley
2016-04-30 18:31:10 +01:00
parent 10a065b635
commit 63071acf3a

6
a/acs.acs Normal file
View File

@@ -0,0 +1,6 @@
#include "zcommon.acs"
Script 1 OPEN
{
Print(s: "Hello, world!");
}