im trying to make a mui spell that uses a timer. i came across this in the jass api:
im not too good with jass, and i dont understand the whole thing about handle functions. anyway, if i want to pass this function another function (say i want it to run function d as the code)
what do i need to do to get function d to run whenever the timer expires?
(how do i use this function properly?)
JASS:
native TimerStart (timer whichTimer, real timeout, boolean periodic, code handlerFunc) returns nothing
im not too good with jass, and i dont understand the whole thing about handle functions. anyway, if i want to pass this function another function (say i want it to run function d as the code)
what do i need to do to get function d to run whenever the timer expires?
(how do i use this function properly?)