View Single Post
  #15  
Old 03-10-2005, 10:42 PM
Ajira Ajira is offline
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
Ajira is on a distinguished road
Quote:
Originally Posted by 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());
}

=/
That looks exactly like the one I made. What server do you work on?

Edit: Only things that are different are a few GUI changes.

I could be mistaken, and I hope I am. If so, good job for your first day of using GScript2. o_O
__________________
Liek omigosh.

Reply With Quote