6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
void main()
|
|
{
|
|
string sTag = GetTag(OBJECT_SELF);
|
|
SetCustomToken(9001, sTag);
|
|
}
|