8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
// Actions Taken:
|
|
// Revert to the original name.
|
|
|
|
void main()
|
|
{
|
|
SetName(GetLocalObject(OBJECT_SELF, "TK_ITEMNAMER_Target"));
|
|
}
|