Page 1 of 1

Option to mute NPC communications

Posted: 22 Feb 2020 18:54
by Drazson
Lately, somebody shared a way to keep the NPC chatter off the communication window.
The command is

Code: Select all

mud.Process.outgoing_gmcp("core.options",{"npc_comms":"off"});
which I trigger on login.

Could we can have it as an option, meaning the list with giftfilter etc?

Re: Option to mute NPC communications

Posted: 24 Feb 2020 14:23
by sylphan
Good idea.