If i order just one unit at a time (say, Marine in a Barrack) i have two events:
- BasicCommandEvent event.ability.id = 5088, event.ability.name = TrainMarine
when i order marine
- UnitBornEvent event.name = "Unit born Marine"
when marine production is done
But when I order multiple marines in a queue i just get one BasicCommandEvent "TrainMarine" and then multiple UnitBornEvents, when every marine is done.
Is it possible to catch "train" event when i order every unit in a queue?