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