Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

9 lines
211 B
Plaintext

// Script Conditional:
// Not a real conditional, just sets a custom token.
int StartingConditional()
{
SetCustomToken(1145, GetName(GetLocalObject(OBJECT_SELF, "TK_ITEMNAMER_Target")));
return TRUE;
}