I am pretty new to all of this so please forgive the stupidity that may ensue.
I have been searching for a while and either cannot seem to find it or maybe I can't understand the code involved. I am trying to find a way to create a gag plugin either in the original vbscript that mush comes with or in LUA to gag a player on the chat redirector window.
My first thought is that it was the variables involved because I have been editing the VB script one. The mud I play that I want to gag players on, the channels I want to gag them on are OOC and Sends a scouter transmission to you. The output tends to look like these:
Examples:
Fintosh [OOC]s, 'Sup Mud. '
Fintosh sends a scouter transmission to you, 'Yo man, what's up? '
I was thinking because of the variable set in the plugin when I edited it only has (says|tells you) that simply editing that would make the difference, doesn't seem to be so though. My question I guess is pretty simple, how do I make it so it gags their ooc's and tells on the chat window.
I have already gagged the players on the main window, I just need to gag them on the chat window where everything gets redirected to.
I have been searching for a while and either cannot seem to find it or maybe I can't understand the code involved. I am trying to find a way to create a gag plugin either in the original vbscript that mush comes with or in LUA to gag a player on the chat redirector window.
My first thought is that it was the variables involved because I have been editing the VB script one. The mud I play that I want to gag players on, the channels I want to gag them on are OOC and Sends a scouter transmission to you. The output tends to look like these:
Examples:
Fintosh [OOC]s, 'Sup Mud. '
Fintosh sends a scouter transmission to you, 'Yo man, what's up? '
I was thinking because of the variable set in the plugin when I edited it only has (says|tells you) that simply editing that would make the difference, doesn't seem to be so though. My question I guess is pretty simple, how do I make it so it gags their ooc's and tells on the chat window.
I have already gagged the players on the main window, I just need to gag them on the chat window where everything gets redirected to.