9 lines
211 B
Plaintext
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;
|
|
}
|