I'm totally new to Construct 2. I'm trying to make a sprite (bad_dude) find a path to another sprite (dude) when bad_dude has line of sight to dude.
As my event I have:
"bad_dude" has line of sight to "dude"
and my action is:
"bad_dude" find path to (dude.X, dude.Y)
When I move in front of the bad_dude, he doesn't move towards me. I added a sound event to the line of sight action and the sound plays.
Why doesn't the bad dude move?