View Single Post
10-30-07, 03:14 AM   #2
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 863
You need to use getglobal to change the strings to frames sooo you have

Code:
  local frame = getglobal(v)
	          frame :Hide()
I did a similar mistake when making StatusQuo.
  Reply With Quote