---------------------------------------------------------------------------------------------------------- --TOGGLE UI On / Off years 2007. This one is from "EL Furreto, the One and Only" -- Ok, it got no Copyright thing on it. Furreto's already told on several Forum that it -- Was part of the Dawn Of War : Eye Of Terror Mod Project, but yet, Came from Relic -- Scardoc, so PLEASE don't BOTHER ME !! lol !! Use the File AS YOU SEE FIT !!! Serious ! ---------------------------------------------------------------------------------------------------------- -- 29 July 2007 - I added methatbar screenmode ! does it work ?? don't know ! -- Ok Special Part here : I'm EL Furreto, and i kinda added a little text, above indeed, but if you -- Re-edit this File, feel free to add a line as i did, starting with the date + nickname, next your text -- Sure it's gonna be funny if you re-send the file COHfiles, one day it may be soooo green inside lol !! -- I'll tell CoHfiles to accept to update the version of this Tweak from everyone, so... V1.1 here.. next !! -- screenmode = 0 function toggle_screenmode () if (screenmode == 0) then screenmode = 1 taskbar_hide () message_hide () if (ingame_stats_toggle ~= nil) then ingame_stats_mouseover_toggle (false) ingame_stats_toggle (false) ingame_select_ui_toggle (false) SS_ToggleModifierEvents (false) end else screenmode = 0 taskbar_show () message_show () if (ingame_stats_toggle ~= nil) then ingame_stats_mouseover_toggle (true) ingame_stats_toggle (true) ingame_select_ui_toggle (true) SS_ToggleModifierEvents (true) end end end bind("shift+tab", "toggle_screenmode()") bind("alt+s", "taskbar_show ()") bind("alt+d", "taskbar_hide ()")