Hi! i wanted to make an enemy charge at player when near, but only one does this. how to fix this?
nein ale chdzi o to, że 1 wróg to robi a reszta (jak jest 2 czy więcej) już nie, po prostu się zatrzymują
That’s what the the Trigger Once does. If one of the Wrog_Testowy objects has czy_jest_w_walse set to true, the that condition will always be true and never get run again, even when a second or third Wrog_Testowy object has the variable set.
Replace the Trigger once with a “Animation of Wrog_Testowy object is not ‘szarza’” condition.
1 Like
thanks, it now works.
I Like the way how you crossed the Trigger once😂