mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
#163129 30/10/06 11:22 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Ok, I am coming into this late and may not know all of what is going on, but what about just doing this?

Code:
on *:dialog:addauth:edit:*:{
  if ($did == 2 || $did == 4 || $did == 6) {
    if ($did(2) && $did(4) && $did(6) && $did(8).sel) {
      did -e $dname 9
    }
    else {
      did -b $dname 9
    }
  }
}
on *:dialog:addauth:sclick:8:{
  if ($did(2) && $did(4) && $did(6) && $did(8).sel) {
    did -e $dname 9
  }
  else {
    did -b $dname 9
  }
}


Btw, the first IF statement in the edit section wouldn't be needed if you put the IDs in the on dialog line. I did it this way since you are having problems and this is more basic.


Invision Support
#Invision on irc.irchighway.net
#163130 31/10/06 12:49 AM
Joined: Apr 2005
Posts: 1,009
raZOR Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Apr 2005
Posts: 1,009
this is what i hate to tell :S
but... deegee fixed it for me blush

but i still thank and apreciate your effort for help!
i usually wouldnt bug so much but guess im not smart enough :P hehe

thanks to ALL who helped !


IceCapped
Page 2 of 2 1 2

Link Copied to Clipboard