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

10 lines
142 B
Plaintext

// Actions Taken:
// Listen for a new name.
#include "tk_listener_i0"
void main()
{
GetResponse("TK_ITEMNAMER_NewName", OBJECT_SELF);
}