View Single Post
02-28-13, 12:05 PM   #6
Mayron
A Frostmaul Preserver
 
Mayron's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 275
wow this looks really promising! That does not even look too difficult (because I don't know a lot about lua programming myself) so hopefully I can try to apply this to many other OnUpdate scripts I have and hopefully improve my frame rate

Thank you. Wish I was better at lua script. It gets me depressed lol


When I try your script I keep getting the following error message:

attempt to call method 'ConditionalShow' (a nil value)

and when I put "local" in front of this line:
Code:
function self:ConditionalShow()
it just says:

"(" expected near ":"

so not sure what's wrong there

Last edited by Mayron : 02-28-13 at 12:15 PM.
  Reply With Quote