Files
dsrc/sku.0/sys.server/compiled/game/script/working/cmayer/inittest.script
T
2013-09-10 23:17:15 -07:00

8 lines
112 B
Plaintext

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