Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-19-2005, 04:37 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Client-RC Addition: Rights Window

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
Attached Files
File Type: txt weaponRightsWindow.txt (5.7 KB, 224 views)
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:03 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.