You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?