hi,
in mIRC 6.3 there was the undocumentated feature, /setlayer N [@window]
now i tried using this in 6.32 and it doesnt seem to work for a @window, is this command completely removed or is the syntax changed, cause i want a transparent window

:P
i currently have;
alias imgpreview {
window -p @preview 100 100 $mouse.x $mouse.y
setlayer 100 @preview
}
which doesnt seem to work, i also tried;
setlayer 100 preview
setlayer @preview 100
Thanks.