mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2003
Posts: 18
A
Amar Offline OP
Pikka bird
OP Offline
Pikka bird
A
Joined: Aug 2003
Posts: 18
Hello guys

Well, this time I am popping up with a rather crazy requirement. I want to add few codes into my scripts where a mIRC input dialogue box will pop-up, wait for 30 seconds and then cancel itself assuming the variable value as .F.
Now my question is, how the coding should be incase if I want to accomplish this?

Thanks
Amar


if it is a door, it will open!
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
custom dialog, open it and close it if it hasn't been edited in 30s

/help /dialog


Code:
//if ( khaled isgod ) echo yes | else echo no
Joined: Dec 2003
Posts: 6
D
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
D
Joined: Dec 2003
Posts: 6
I would basically make it this way:

Set two aliases:

Alias One:
- opening a dialogue
- starting a timer

Alias Two:
- check the values in the input form(s)
- check if edited; if yes, do nothing
- if nothing chosen/entered, use default values
- close the dialogue


So you add the alias two in the timer and here you are smile
I've written many dialogues so far, so please use the help file, the documentation really will include all you need smile


--
Someone already paid for your fault: Jesus Christ.

Link Copied to Clipboard