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