sevensc
New Member
- Reaction score
- 8
I have a trigger that uses EVENT_PLAYER_UNIT_TRAIN_START as it's event.
There are 2 possible units that could be trained in order to trigger this event.
What I need to know is, can I determine which unit has started its training?
GetTriggerUnit() tells me which unit is doing the training and GetTrainedUnit() tells me the a unit that has finished it's training but I can't seem to figure out how to determine which unit has just STARTED it's training.
Any help is appreciated.
There are 2 possible units that could be trained in order to trigger this event.
What I need to know is, can I determine which unit has started its training?
GetTriggerUnit() tells me which unit is doing the training and GetTrainedUnit() tells me the a unit that has finished it's training but I can't seem to figure out how to determine which unit has just STARTED it's training.
Any help is appreciated.