mIRC Homepage
Posted By: makochild Little Help - 29/04/04 12:13 PM
im trying to get a script called sysreset and a script called invision to work together.

ive noticed that both scripts add an option in the main menubar called sysreset and invision repectfully.

does anyone know how to do this? adding another menu item to the main menubar of mirc?
Posted By: ATMA Re: Little Help - 29/04/04 12:15 PM
go into the sys w/e in mirc and fnid "Menu" and replace it w/ what you want it to be called
Posted By: tidy_trax Re: Little Help - 29/04/04 12:20 PM
go into the scripts and put a single . in front of the menubar text.
Posted By: makochild Re: Little Help - 29/04/04 01:44 PM
edit: well i just found out that some of the command wont work if i do this so im not gonna go after it.

thanks for the help anyway
Posted By: Dizkonnekted Re: Little Help - 29/04/04 06:46 PM
Hi makochild,

To add another menu item to the menu bar is as easy as adding one to the channel popup, look up /help popup.
Ill give you a short example here also!
If I'm reading what you are asking correctly this should get you on your way! :

; the following code will add an extra menu item called Hello to your menubar, status popup and channel popup.
;Of course you could remove the others that are not needed, like channel and status.
;tell mIRC this is a menu and where it should display
menu menubar,status,channel {
;add the menu item hello
Hello
;add a submenu called testing
.testing: {
;preform this simple task
echo 4 -a Hello this is a test!
;close the menu
}
;close the multi line script
}

Copy and paste the code to your remote section.
This will perform a simple echo in the active window when you click 'testing'. It looks a bit nasty all spread out and commented like that, but it should still work!

Hope this helps!

Regards,
Diz
© mIRC Discussion Forums