- Joined
- Apr 23, 2011
- Messages
- 460
In the line
call TimerStart(CreateTimer(), .5, true, function WaterUnit.main)
Does it automatically destroy the timer after called, and null it, or do I need to do this myself?