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());
}