how do i something like that: when i step closer to the enem from left side he turn to player direction or whel i go closer wrom the right side he turn to right (?)
Develop games in your browser. Powerful, performant & highly capable.
You can use the directive
distance(x1,y1,x2,y2)
to determine how close the player is. And you can compare player X and Enemy X to see if you are left or right of the foe
yes i read another topics and other says this same as you but i dont know where i find this conditions. I look in 'system' and player/enemy conditions
You have to "type" the directive in the inputbox of the compare event.