Hi i made a zoomscript for a friend of mine he wanted to have when zoomed in simpleitems 0 and when zoomed out simpleitems 1

i got it partialy working exept i cant turn off the zoomtoggle somehow
when i press zoom it stays zoomed in and does not automaticly zoomout

[9-6-2013 19:09:09] drk: bind mouse2 "vstr zoomin"
set zoomin "+zoom; bind mouse2 vstr zoomout; cg_simpleitems 1; cg_zoomscaling 0"
set zoomout "-zoom; bind mouse2 vstr zoomin; cg_simpleitems 0; cg_zoomscaling 0"

how do i fix that it automaticly zoom out when releasing the button instead of clicking the mouse2 again with simpleitems 1 when zoomed and when releasing it changes back to simpleitems 0 ?

or am i missing some stuff here? :S

much appreciated