quote:
Originally posted by shoutbox
<-dt-> you know you dont have to redeclare "WScript.Shell" each time
<-dt-> just assign it to a variable and use it
<-dt-> also wtf at the OnGetScriptCommands xml ... :/ why are you adding two strings together....just use one
<-dt-> also ChatWnd.SendMessage("[c" + colour1no + "]" + Message + "[/c=" + colour2no + "]"); , the first one you're missing an =
also
code:
17 if (Message.charAt(0) == '/')
18 {
19 if(Message.charAt(1) == '/')
err? so they enter // for it to work?