mIRC Home    About    Download    Register    News    Help

Print Thread
#146642 06/04/06 03:37 PM
Joined: Sep 2005
Posts: 116
I
Vogon poet
OP Offline
Vogon poet
I
Joined: Sep 2005
Posts: 116
does any1 know the menu ..name.. { } for the main mirc window menu's whit the things like file , vieuw , help

#146643 06/04/06 04:09 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Code:
menu menubar {

}

#146644 07/04/06 09:32 AM
Joined: Sep 2005
Posts: 116
I
Vogon poet
OP Offline
Vogon poet
I
Joined: Sep 2005
Posts: 116
i got this menu now and it doesnt show up on top :tongue:
(it does show up in server status window)
Code:
menu status,menubar {
  Ingame Irc
  .InGameIRC Options
  ;  ..Menu: ingameirc_options NOT FINISHED YET
  ..$iif(%ingameirc_script > 0,$style(1)) Run/Stop Script
  ...$iif(%ingameirc_script > 0,$style(2)) Enable InGameIRC (mIRC to InGame communication only): ingameirc_start 1
  ...$iif(%ingameirc_script > 1,$style(2)) Enable InGameIRC (2 way communiction between mIRC and InGame): ingameirc_start 2
  ...$iif(%ingameirc_script == 0,$style(2)) Disable InGameIRC: ingameirc_stop
  ..Games
  ...$iif($dll(script/dlls/ingame_irc.dll,ifGameEnabled,RTCW) == TRUE),$style(1)) (RTCW) Return to Castle Wolfenstein: $ingameirc_switchgame(RTCW)
  ...$iif($dll(script/dlls/ingame_irc.dll,ifGameEnabled,ET) == TRUE),$style(1)) (ET) Enemy Territory: $ingameirc_switchgame(ET)
  ...$iif($dll(script/dlls/ingame_irc.dll,ifGameEnabled,Q3) == TRUE),$style(1)) (Q3) Quake 3: $ingameirc_switchgame(Q3)
  ...$iif($dll(script/dlls/ingame_irc.dll,ifGameEnabled,COD) == TRUE),$style(1)) (COD) Call of Duty: $ingameirc_switchgame(COD)
  ...$iif($dll(script/dlls/ingame_irc.dll,ifGameEnabled,CODUO) == TRUE),$style(1)) (CODUO) Call of Duty - United Offensive: $ingameirc_switchgame(CODUO)
  ..Ingame Nick: %ingameirc_nickname = $?="Ingame Nickname:"
  ..Ingame Prefix: %ingameirc_prefix = $?="Ingame Prefix: (to add to your massages from InGame to mIRC)"
  ..$iif(%ingameirc_sendquery == 1,$style(1)) Send Query messages to InGame: %ingameirc_sendquery = $ingameirc_switch(%ingameirc_sendquery)
  ..$iif(%ingameirc_senddcc == 1,$style(1)) Send DCC messages to InGame: %ingameirc_senddcc = $ingameirc_switch(%ingameirc_senddcc)
  ..
  .Send to Ingame: ingameirc_sendtoconsole $?="Send Game Command:"
}

Last edited by Im2good4u; 07/04/06 09:37 AM.
#146645 07/04/06 11:29 AM
Joined: Apr 2005
Posts: 1,009
Hoopy frood
Offline
Hoopy frood
Joined: Apr 2005
Posts: 1,009
should be separate names

menu status {
popups
}

menu menubar {
popups
}


IceCapped
#146646 07/04/06 11:57 AM
Joined: Dec 2004
Posts: 66
B
Babel fish
Offline
Babel fish
B
Joined: Dec 2004
Posts: 66
Having it all in one:
Code:
menu status,menubar {
...

Works for me. But “Ingame Irc” won’t be on the menu bar after File, Veiw, Tools, etc, it will be under Commands on the menu bar. Click Commands and see if it’s there.

#146647 07/04/06 02:09 PM
Joined: Sep 2005
Posts: 116
I
Vogon poet
OP Offline
Vogon poet
I
Joined: Sep 2005
Posts: 116
Quote:
Works for me. But “Ingame Irc” won’t be on the menu bar after File, Veiw, Tools, etc, it will be under Commands on the menu bar. Click Commands and see if it’s there.
it is indeed i thoghu i could palce it next to it like nonamescript has :P

#146648 07/04/06 08:11 PM
Joined: Dec 2004
Posts: 66
B
Babel fish
Offline
Babel fish
B
Joined: Dec 2004
Posts: 66
Ok, I don’t use NoNameScript but I went to http://www.nnscript.de/index.php?section=pics where there is a screen shot of it. NoName didn’t add an item to the menu bar, it renamed “Commands” to “NoNameScript”, I know how to do that.

Alt-p for the popup editor, under View choose Menu bar, the standard script starts:

Code:
Commands
Join channel:/join #$$?="Enter channel name:"
Part channel:/part #$$?="Enter channel name:"
...  

Change “Commands” to what you want to appear on the menu bar, for example “Ingame Irc”,
if you make it “Inga&me Irc” then you can access the popup from the editbox with Alt-m. The online timer already uses Alt-i, you need to pick a free Alt-letter.


Link Copied to Clipboard