Originally Posted by
BallisticJoker
Hey man,
I looked at your frost profile

It works really well - BT works perfectly (which is important) and it never hangs. Wondering how to remove the left ctrl hotkey b/c that's my vent hotkey.
Also - Gloves dont seem to be working properly, dont know whats up.
Joker look in the [Misc] Init file and then look at the "Howling Blast Switch".
Code:
-- Howling Blast Switch
if IsLeftControlKeyDown() and not IsRightAltKeyDown() and not GetCurrentKeyBoardFocus() and GetTime() - PQ_HBTimer > 1 then
Change it to another modifier perhaps?