- Joined
- Dec 26, 2021
- Messages
- 47
Hello,
can i get a hand on how to use the jass native SetUnitTrainProgress?
www.hiveworkshop.com
I read about this in various places but I cannot get it going.
call BlzSetUnitTrainProgress(GetEnumUnit(), 1.0)
call SetUnitTrainProgress(GetEnumUnit(), 1.0)
but neither of these work.
I tried adding declaration to my map header but also without success (Although there is room for error in this step as I have never done it before).
Appreciate the help.
can i get a hand on how to use the jass native SetUnitTrainProgress?
Producer Update: Natives List
Comprehensive features and bugs Thank you @Wareditor

I read about this in various places but I cannot get it going.
call BlzSetUnitTrainProgress(GetEnumUnit(), 1.0)
call SetUnitTrainProgress(GetEnumUnit(), 1.0)
but neither of these work.
I tried adding declaration to my map header but also without success (Although there is room for error in this step as I have never done it before).
Appreciate the help.