View Single Post
10-30-11, 04:51 AM   #2
Mike-N-Go
A Theradrim Guardian
 
Mike-N-Go's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 68
Do you have that in the same macro?

Try putting the scripts in two different macros, for each press of the macro runs the same thing; you are yet to do a toggle.

I do not currently have access to WoW (accidentally deleted it =/); yet, for all in one macro, you could do something like this:

Code:
/run if setV == 1 then SetView(3); setV = 3; else setV = 1; SetView(1) end
I do not have access to WoW, so I am unable to test it.

Let us know how/if it works!
__________________
Currently contemplating coming back to Authorship.. been away for years. Please let me know you care, by commenting on what addon(s) of mine you want to see updated.

Author of Daily Bean Counter, MyNameTogglesWhenIAFKorDND, Extended Shutdown Warning, Auto Mail Director, Duel Nullify, Spec Transmiter, Say Again, Window Teller, Who Crafts, Ad Repeater, Privy Cork, Mac Backup, and more.
  Reply With Quote