mIRC Homepage
Posted By: XGamerAMD background help - 09/08/05 01:41 AM
alias imagen {
set %archivo $shortfn($sfile(c:\))
echo -a %archivo
.background -rm %archivo
}

how can i do to show the image on query ,chat ,private
thnxxxxxxxxxx
Posted By: tidy_trax Re: background help - 09/08/05 12:35 PM
Code:
.background -rm <window> %archivo


Where <window> is the name of the window you want to set the background to.
Posted By: MikeChat Re: background help - 09/08/05 05:41 PM
so something like

on *:open:?:*:{ .background -rm $nick %archivo }

like that?
Posted By: Riamus2 Re: background help - 09/08/05 08:20 PM
-m is for main window...

Use -d for a single query window.
Or use -a for the active window.

If you're going to use the same image on all windows, then the easiest thing is to use:

/background -msgde Query file.ext

Just open a Query window and then use the name of that window above and then all windows should be set to the same thing by default.

Note that for chats, you may have to open one and use the -ae switch inside there.
Posted By: XGamerAMD Re: background help - 09/08/05 09:53 PM
thnx
© mIRC Discussion Forums