View Single Post
06/23/14, 12:00 AM   #4
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
Oh missed it, but you'd also want to set lastApGain back to NIL after you use it.

Or to change pseudocode:
Code:
FIRE:
    if timestamps close enough then
         do whatever with saved parameters
         reset timestamps to nil or 0
    end
  Reply With Quote