View Single Post
03-03-13, 10:40 AM   #3
Sharparam
A Flamescale Wyrmkin
 
Sharparam's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 102
Originally Posted by Phanx View Post
If you want it to be a toggle:

Code:
/run PlayerFrame:EnableMouse(PlayerFrame:IsMouseEnabled())
Shouldn't that be "not PlayerFrame:IsMouseEnabled()" in order to toggle it? :)
  Reply With Quote