Quote:
Originally Posted by Sum41Freeeeek
I don't really understand, can you explain further to what setPM(null); does? :x
does that just allow the NPC server to receive PMs and do further things with it? not to sure.
|
It just disables the default automatic answering of PMs. You can also do setPM("This is an automatic message");, that will replace the automatic reply message. The onPM-event is only invoked if the default automatic message is empty.