mIRC Home    About    Download    Register    News    Help

Print Thread
#63808 12/12/03 03:01 PM
A
Aeron
Aeron
A
Make an error trigger when dialog makes an error:
for example:
Edit box reached text limit : 30.000 chars
i've a script that puts text in a dialog edit-box but it stops @ 30.000 chars. That anoyying...

on *:DIALOG:blah:err:0: {
did -ra blah $did Text box resetted.
}

M
Man
Man
M
Better yet, instead of just echoing to the status/active window a error has happened, allow the scripts to see that such an error has occured and to do something about it decide to display it or not.


Link Copied to Clipboard