- Joined
- Jun 16, 2008
- Messages
- 327
Good day fellow mappers,
I am busy working on a JASS-enhanced spell that calls down meteors to hir random points in an area, but that's not my problem. This spell is based on a timer to manage the spell's duration.
Please note I'm a beginner JASSer, so my problems are quite novice.
So, after creating a timer local and labelling it, I gave the call command to start it. Lalala, everything's fine...then IT happens:
The last bit of the TimerStart function requires a "code handlerFunc". What the heck is that? I've never encountered it before.
Any help or advice would be appreciated,
Thanks
I am busy working on a JASS-enhanced spell that calls down meteors to hir random points in an area, but that's not my problem. This spell is based on a timer to manage the spell's duration.
Please note I'm a beginner JASSer, so my problems are quite novice.
So, after creating a timer local and labelling it, I gave the call command to start it. Lalala, everything's fine...then IT happens:
JASS:
call TimerStart(Timer, 25.00, true, ???)
The last bit of the TimerStart function requires a "code handlerFunc". What the heck is that? I've never encountered it before.
Any help or advice would be appreciated,
Thanks