kingkingyyk3
Visitor (Welcome to the Jungle, Baby!)
- Reaction score
- 216
Unit 1 Heals Unit 3 for 100
Unit 2 Heals Unit 3 for 200 (at the the same time)
It is instant, it will not return wrong value.
[ljass]set StackLevel = StackLevel + 1[/ljass]
This solved the problem that you use HealUnit in heal event callbacks.
Unit 2 Heals Unit 3 for 200 (at the the same time)
It is instant, it will not return wrong value.
[ljass]set StackLevel = StackLevel + 1[/ljass]
This solved the problem that you use HealUnit in heal event callbacks.