![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Jaiden |
Hey guys, I am working on a project in godot and I need an experienced developer to help me out. I am trying to make mobs for my game their goal is to follow the player once the player is close enough (I got this part working) but, they also need to wonder around the map when the player is not close enough, i.e they need a.i. I do not know how to do this and would really appreciate anyones assistance. Thank you in advance
Your post is a bit sparse on details. 2D or 3D? What node type are you using for your enemy? What type of game are you making? Sidescroller? TopDown? Something else? How exactly do you want the AI to behave? How often shall their change direction? Are they allowed to roam the level freely or restricted to a certain area?
njamster | 2020-06-18 13:36
1: It is 2D
2: Enemy Node type is KinematicBody2D
3: The gameplay all happens in one scene
4: I want the AI to move around on its own and when the player is close enough, I want it to chases the player, but if the player escapes the AI should continue moving around on its own
5: It can change direction at random times and a random amount of times
6: They are allow to roam the level freely as they wish
Jaiden | 2020-06-18 14:23
thank for replying by the way
Jaiden | 2020-06-18 14:25