View Single Post
03-03-13, 03:49 AM   #1
Dynamicz
A Defias Bandit
Join Date: Mar 2013
Posts: 3
Make this script work in combat?

/run local f={PlayerFrame} for i=1,#f do f[i]:EnableMouse(0)end

This makes it so I can click through my player frame but I want to use this in combat. How do I do this?
  Reply With Quote