mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-29 23:15:55 -04:00
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
trigger OnAttach()
|
|
{
|
|
deltadictionary dctScriptVars = self.getScriptVars();
|
|
debugSpeakMsg(self, "ScriptVars are "+dctScriptVars.toString());
|
|
|
|
detachScript(self, "working.scriptvars");
|
|
return SCRIPT_CONTINUE;
|
|
|
|
|
|
} |