Quote:
This is really a real bad cludge, but assuming your script isnt overly concerned about anything else (lol)

in your script end it with...
editbox -an //getwid $!wid $1-

alias getwid {
var %wid = $1
tokenize 32 $2-
..carry on your code here..
}

There are other things to look ouit for of course like, now you have lost $nick & $active etc etc, but you got the $wid, well you could sort out all the other bits you need by passing them to the script as i passed $1-, but assign them to vars instead.

OK OK its a crappy solution, but it is a solution.


Hehe, I already had that Idea, but I was hoping there was a better solution...