Sleep on SRC

Easycore

New member
Messages
184
Points
0
Hi,

In SRC there a command equal to sleep2?

My problem is with "clif->specialeffect", this function doesn't has "tick".

Regards

 
Add a timer maybe?

 
yeah but I meant use a timer function to add a timer, timer->add(); and timer->delete(); through source. See timer.h for more information.

 
Do you mean you want some special effects last for a given time?
I want do that specialeffect in a skill appear after 2 sec. when using the skill.

But specialeffect doesn't has timer variable, Smokexys says that using timer->add() but I don't understand how use this. 

 
Back
Top