Hello community,
I have Enemy sprite with LOS behaviour. When Enemy see Player, it charges (bullet behaviour).
My player has bullets and if a bullet hits Enemy, it should slow down (or at least that's what I'm trying to do).
I do have a var=zom_speed = 30
I think the LOS behaviour is preventing this.
Any ideas please?