Files
dsrc/sku.0/sys.server/compiled/game/script/working/cmayer/inittest.script
T

8 lines
112 B
Plaintext

trigger OnInitialize()
{
debugServerConsoleMsg(self, ("I am initialized"));
return SCRIPT_CONTINUE;
}