Alangara_PRC8/_module/nss/tk_itemnamer_at3.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

8 lines
132 B
Plaintext

// Actions Taken:
// Revert to the original name.
void main()
{
SetName(GetLocalObject(OBJECT_SELF, "TK_ITEMNAMER_Target"));
}