View Single Post
07-12-10, 12:13 PM   #45
Goldpaw
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 56
Originally Posted by p3lim View Post
Code:
self.Range = {
    insideAlpha = 1,
    outsideAlpha = 0.3,
}
For some reason, all units except for the player is treated as out of range when using this. I can't find any reason for this behavior.

I'm using this exact code.

Last edited by Goldpaw : 07-12-10 at 01:49 PM.
  Reply With Quote