I'm having a problem using custom windows in script. For instance, if I enter:

/window -de3l20 @example 200 200 500 350

in a channel window, it pops up nicely. I try that in script and nothing happens. I have to run another instance of mirc to see the screen appear. I'd like the screen to appear for everyone in the channel, including the person issuing the command. Is that a feature of the /window command? As an example, here's a simple script statement I used for testing:

on 1:TEXT:!test:#: /window -de3l20 @example 200 200 500 350

This command does not appear in my active session. It appears in a second mirc session.