I want/need a macro where I press a button, it goes to fullbright, then press that button again and goes to regular brightness. jakeyray18 kukelekuuk00 Sorry for tagging kuk and jakey, those are the only two I know are really good with macros. :3
Code: $${ if(nvision); log("&4[Macro] &fNightvision off."); unset(nvision); gamma(100); else; log("&4[Macro] &fNightvision on."); set(nvision); gamma(200); endif; }$$ You cannot go above 200% gamma with macros as it is hard-coded into the mod. Mumfrey said he might change it in a future release. http://www.minecraftforum.net/topic/467504-162-macro-keybind-mod-0910/page__st__6880#entry21884576
Thank you video, sucks that you can't go any higher than 200 percent but what you gave me works fine. Thanks!