Ajira and myself have been making improvements and additions to the Client-RC, so we decided we would release one of the more important additions, the rights window.
This is just your standard window that displays, and allows you to alter, the rights of a player, providing you have the proper credentials.
To add this rights window to your current Client-RC, add the RightsWindow weapon to staff members who have the ability to edit player's rights, and put the following code in your RemoteControl_Chat.onAction event:
NPC Code:
if (text.starts("/openrights")) {
RightsWindow.OpenRightsWindow(text.substring(11, -1).trim());
}
Enjoy,
Okiesmokie