View Single Post
07-09-10, 04:51 AM   #28
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Originally Posted by Phatrik View Post
All I'm missing is some documentation on the changes to Range, as "self.Range = true" no longer works (errors as boolean value).
Code:
self.Range = {
    insideAlpha = 1,
    outsideAlpha = 0.3,
}
  Reply With Quote