- Joined
- Apr 23, 2011
- Messages
- 460
I don't know how to get around this issue.
call TimerStart(this.TIMER, 1., true, function thistype.drainer)
the method "thistype.drainer" is an instance method that should be run every time the 1. second timer decays, but I don't know how to do this.