mIRC Home    About    Download    Register    News    Help

Print Thread
#257556 20/04/16 11:50 PM
Joined: Feb 2015
Posts: 5
D
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Feb 2015
Posts: 5
Best way I can think of to describe this is like what TwitchAlerts does for followers/subscribers/donations. On a certain command, it makes an image pop up on the stream. So for example, if someone puts in !saved then this gif pops up for a few seconds http://i.imgur.com/1tjowAF.gifv

Is it possible to do something like that in mIRC? Seems a bit complex. But then I'm constantly surprised by the things it can do from scripts I find online.

Joined: Feb 2015
Posts: 243
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Feb 2015
Posts: 243
Hi!
This is kinda possible.
I say kinda cause the 2 ways i can think are not exactly a pop-up image.
#1
You can open a picture window
Code:
window -p @popup

And then use /drawpic to print the picture on it.
And finally with a timer close that window after some seconds/miliseconds.
Do /help /drawpic for more detailed about it's usage
==
#2
You can use a dialog.
Do /help dialog
You can make the dialog have one icon control and then put the pictue there .
I think this option fits your neefs better because it will look more like a pop up and not a whole other window. You can make a dialog have as much width and height you want.
==
I hope i helped.. let me/us know if you need more help


Link Copied to Clipboard