Hi.
I'm trying to make a Zelda-type game for a Gamejam, but the enemy AI is refusing to work.
Right now, I have a sprite acting as a "bullet" that moves toward the player when within a certain range, and stops when they aren't. (Other enemies will come later.) The problem is that in my current project file, the enemy "bullet" is only moving to the right. I believe I need to use this:
Set Bullet angle of motion to angle(Zombie.X, Zombie.Y, Player.X, Player.Y)
Changing Zombie out for my enemy, and Player for my player name. I cannot use that, though, because Construct 2 is saying that there is a syntax error, so the closest I can get is:
angle of motion to angle(EnemyNameHere.X)
Because for some reason...
angle of motion to angle(EnemyNameHere.X, EnemyNameHere.Y, PlayerNameHere.X, PlayerNameHere.Y)
...highlights the first comma and says it's a syntax error, and "did I forget something" or something to that effect and it's really starting to get on my nerves.
mediafire.com/file/ioj0flgqij1xa4g/ZeldaLike.capx/file