Originally posted by clipfaker
I see several CFG menus/menu bases that when you close the menu, the unknown CMD closes and goes away with it. I've been trying to figure out how to do this for the past 2 weeks! Any help? :?:
replace the # with 0 or 1
0 - button right corner, where the kill feed is at.
1 - in the middle.
put this where you close your menu
con_gameMsgWindow#MsgTime 0
and put this with your open
con_gameMsgWindow#MsgTime 999
ex
set Open "con_gameMsgWindow#MsgTime 999;Blah;Blah"
set Close "con_gameMsgWindow#MsgTime 0;Blah;Blah"