Page 1 of 1

HostMsg, AdminMsg, and UserMsg

Posted: Sun Aug 25, 2013 4:12 am
by DrGirlfriendMD
So I wanted to create a replacement for OpMsg, so I did, but I took it a step further and added Msg for a couple other access levels.

This script is designed for WCS, and RSWCS ONLY!

Please read the ReadMe file located in the zip file carefully. If you still have trouble, let me know here, and I will help you.

Enjoy!

Re: HostMsg, AdminMsg, and UserMsg

Posted: Sun Aug 25, 2013 4:43 am
by Pri
Neat script Stevi ;)

Re: HostMsg, AdminMsg, and UserMsg

Posted: Sun Aug 25, 2013 6:37 am
by DrGirlfriendMD
Thank you Pri. Expect more scripts to come.

Re: HostMsg, AdminMsg, and UserMsg

Posted: Sun Aug 25, 2013 6:49 am
by Pri
Great! :D

Re: HostMsg, AdminMsg, and UserMsg

Posted: Sun Aug 25, 2013 11:50 pm
by DrGirlfriendMD
I couldn't find where to edit my post, so I will put it in a new post.

It has come to my attention that with WCS Linux, there is already a G access level. Since this is the case, a new access level will need to be created for UserMsg. It is very easy to do. Just change it in the room config, and in the bot config change:

Code: Select all

<out>/hidecmd /gnotice G #c63#[#c54#UserMsg#c63#] #c1#%NAME% #c54#> #c1#%PARAM%</out>
To

Code: Select all

<out>/hidecmd /gnotice {NEWLEVEL} #c63#[#c54#UserMsg#c63#] #c1#%NAME% #c54#> #c1#%PARAM%</out>
Replace {NEW LEVEL} with the new access level you created.