Is it not possible to have 2 different triggers with the same event?
I tried to make another trigger with the same event but different conditions, but then the first one didnt do what it was supposed to do.
So i disabled the second one, and now the first one did what it was supposed to.
JASS:
call TriggerRegisterAnyUnitEventBJ( gg_trg_Trigger, EVENT_PLAYER_UNIT_RESEARCH_FINISH )
//
So i disabled the second one, and now the first one did what it was supposed to.