Btw.: if you want to reset the togglesequence to its beginning (or to any other step), you could simply define a hotkey for that like:
Code:
<Hotkey shift r>
<SetVariable togglestate 1>
or to reset to a specific togglesatae like this:
Code:
<Hotkey shift 1-5>
   	<SetVar togglestate %TriggerMainKey%>