Originally posted by seanhellen
Hi everyone. I have started with a menu base by sneakerhead (thanks) and I am attempting my very 1st, very simple menu. I have managed to get my 1st thing on (superjump) which is fine, but I click R3 to select and it works, but then how do I make it so I can switch it off when I click the option again? At the moment it just stays on from when I click the option the 1st time. I'm assuming theres a toggle command and/or bind button_a in there somewhere, but I'm not quite sure where to put it.
I tried putting superjump on on one option, then superjump off on another option, but even that didnt work lol.
If it makes any difference, I am trying the host only jump so everyone else stays at normal jump level.
Do it like this.
set 3Sub2MenuClose "set L vstr OptionYourFunctionIsOn"
set 3Sub2Menu1 "set U vstr 3Sub2Menu2;set D vstr 3Sub2Menu2;set R3 vstr 3Sub2MenuFunc1;vstr 3Sub2MenuClose;vstr 3Sub2Menubuild1"
set 3Sub2Menu2 "set U vstr 3Sub2Menu1;set D vstr 3Sub2Menu1;set R3 vstr 3Sub2MenuFunc2;vstr 3Sub2MenuClose;vstr 3Sub2Menubuild2"
set 3Sub2Menubuild1 "vstr bf1;vstr bf13;vstr bf14;vstr bf15;vstr 4Menuopt1b;vstr bf17;vstr bf18;vstr bf19;vstr bf20;vstr bf21;vstr bf22;vstr bf23//Your Menu Build for the option goes here.
set 3Sub2Menubuild2 "vstr bf1;vstr bf13;vstr bf14;vstr bf15;vstr 4Menuopt1c;vstr bf17;vstr bf18;vstr bf19;vstr bf20;vstr bf21;vstr bf22;vstr bf23//your Menu Build for the option goes here.
set 4Menuopt1b "\""^8{ ^9Option Name ^6{^3Enabled^6} ^8}"\""
set 4Menuopt1c "\""^8{ ^9Option Name ^6{^3Disabled^6} ^8}"\""
set 3Sub2MenuFunc1 "Enabled Function"
set 3Sub2MenuFunc2 "Disabled Function"
Will make you look much more professional. my skype is carloscodhax so if you need more help, message me on there.