mIRC Home    About    Download    Register    News    Help

Print Thread
#48836 11/09/03 10:55 PM
Joined: Apr 2003
Posts: 300
A
andymps Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Apr 2003
Posts: 300
does on dialog with sclick work if u check a check box, or un check
? ? ?


Liek OMG Yuo Stoleded my MageHurtzzzz!!!11
#48837 11/09/03 11:30 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
maybe you should try?


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#48838 12/09/03 01:38 AM
Joined: Apr 2003
Posts: 300
A
andymps Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Apr 2003
Posts: 300
yeah but im lazy


Liek OMG Yuo Stoleded my MageHurtzzzz!!!11
#48839 12/09/03 04:47 AM
Joined: Feb 2003
Posts: 23
C
Ameglian cow
Offline
Ameglian cow
C
Joined: Feb 2003
Posts: 23
on *:dialog:name:sclick:checkboxid:{
if ($did(checkboxid).state == 0) { echo -a Checkbox nchecked }
else { echo -a Checkbox checked }
}

#48840 12/09/03 05:54 AM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
Code:
on *:dialog:name:sclick:checkboxid:{
  echo -a Checkbox $iif(!$did(checkboxid).state,not) checked 
} 


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#48841 12/09/03 11:32 AM
Joined: Jul 2003
Posts: 655
Fjord artisan
Offline
Fjord artisan
Joined: Jul 2003
Posts: 655
Quote:
yeah but im lazy

Then you shouldn't be scripting in the first place, try things yourself before asking stupid questions that take more time to post than it would have to RTFM and find out for yourself.


"Allen is having a small problem and needs help adjusting his attitude" - Flutterby

Link Copied to Clipboard