KanbeiKS7 New member Jan 22, 2022 #1 I want to make it possible for one of the enemies I am making for my game just jump after me, (I don't want him to run or walk after me.)
I want to make it possible for one of the enemies I am making for my game just jump after me, (I don't want him to run or walk after me.)
kimono Well-known member Jan 22, 2022 #2 Hi KanbeiKS7, you can use Code: nomove 1 0 and a freespecial attack animation with an high range and jumpframe to make the enemy jump after the player. Upvote 0 Downvote
Hi KanbeiKS7, you can use Code: nomove 1 0 and a freespecial attack animation with an high range and jumpframe to make the enemy jump after the player.
KanbeiKS7 New member Jan 22, 2022 #3 but if I am on a different angle will the enemy still come after me or do I need to add a script for that? Upvote 0 Downvote
but if I am on a different angle will the enemy still come after me or do I need to add a script for that?
kimono Well-known member Jan 22, 2022 #4 The range is enough to provoke a reaction according the player position. Upvote 0 Downvote