View Single Post
12-15-07, 07:52 PM   #2
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 52
Did you mean to have an underscore in "self_timeSinceLastUpdate"

You could just use a global variable.

Or just add:

if not self.timeSinceLastUpdate then self.timeSinceLastUpdate = 0 end
  Reply With Quote