mIRC Home    About    Download    Register    News    Help

Print Thread
#270286 19/05/22 06:20 PM
Joined: May 2022
Posts: 1
P
Mostly harmless
OP Offline
Mostly harmless
P
Joined: May 2022
Posts: 1
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.

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
Text events do not trigger from your own messages. You need to use INPUT event.


Link Copied to Clipboard