View Single Post
06-23-09, 05:14 PM   #28
Akryn
A Firelord
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 479
Originally Posted by Ambrya View Post
Do I need to establish the 10/20/whatever second value somewhere in the line 18 (me.Time = time())?
Nope that's
Code:
 if (not me.Time) or (time() - me.Time > 10) then
  Reply With Quote