View Single Post
  #15  
Old 03-10-2005, 10:07 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Alright, I tried to make a comments window. I think I did pretty well for the first day of using gscript2. (I made it last night, so thats considered 1st day).

Today will be my second. And, if you guys can fix it up and repost it. I will be really thankful, but it works fine right now.


Also, like the rights one (Copies):
To add this comments window to your current Client-RC, add the CommentsWindow weapon to staff members who have the ability to edit player's comments, and put the following code in your RemoteControl_Chat.onAction event:

NPC Code:

if (text.starts("/opencomments")) {
CommentsWindow.OpenCommentsWindow(text.substring(1 3, -1).trim());
}

Attached Files
File Type: txt weaponCommentsWindow.txt (2.2 KB, 143 views)
Reply With Quote