Sean Baggaley 63071acf3a Add "Hello, World!" in Action Code Script
(Uses ZDoom header, but should work in Hexen too)
2016-04-30 18:31:10 +01:00

7 lines
71 B
Plaintext

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