mIRC Home    About    Download    Register    News    Help

Print Thread
#93306 08/08/04 05:25 PM
E
eramirez
eramirez
E
I am trying to make a dialog box so that when i press one of the buttons "register nick" it does the comand "/msg nick register $$?="Whats ur email" can somebody please help me

Fixed page size

Last edited by Mentality; 08/08/04 05:31 PM.
#93307 08/08/04 06:48 PM
Joined: Dec 2002
Posts: 787
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 787

dialog test {
title "mIRC Dialog"
size -1 -1 70 75
option dbu
button "Register ...", 1, 10 10 50 24
button "Cancel ...", 2, 10 40 50 24, cancel
}

On *:Dialog:test:sclick:1:{
echo /msg nick register $$?="Whats ur email"
}

Syntax: /dialog -m test test

Note, dont forget to remove the 'echo' part, after you test it/ect.

Eamonn.

#93308 08/08/04 06:53 PM
Joined: Dec 2002
Posts: 1,893
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,893

#93309 08/08/04 10:02 PM
Joined: Dec 2002
Posts: 787
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 787
ta Online smile your so helpful! wink

Eamonn.

#93310 08/08/04 10:08 PM
Joined: Dec 2002
Posts: 1,893
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,893
Thanks Ck wink


Link Copied to Clipboard