mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-01 01:15:59 -04:00
10 lines
111 B
Plaintext
10 lines
111 B
Plaintext
|
|
trigger OnInitialize()
|
|
{
|
|
if (!isCrafted(self))
|
|
{
|
|
setCraftedId(self, self);
|
|
}
|
|
|
|
return SCRIPT_CONTINUE;
|
|
} |