mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-31 00:15:54 -04:00
8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
trigger OnInitialize()
|
|
{
|
|
debugServerConsoleMsg(self, ("I am initialized"));
|
|
|
|
return SCRIPT_CONTINUE;
|
|
}
|
|
|