Files
dsrc/sku.0/sys.server/compiled/game/script/item/dna/dna_sample.script
T
2013-09-10 23:17:15 -07:00

10 lines
111 B
Plaintext

trigger OnInitialize()
{
if (!isCrafted(self))
{
setCraftedId(self, self);
}
return SCRIPT_CONTINUE;
}