 Cherry Guest |
Quote
|
2023-05-21 15:25:51 |
|
Anybody pease give me behaviour for advance ai script that avoides obstacles and attacks the player when enemy have physical contact with player.
|
 Robbo Guest |
Quote
|
2023-05-22 02:35:28 |
|
This was already answered by Sven: https://www.ambiera.com/forum.php?t=11525
Has basic pathfinding and attack sequences.
Advanced AI is probably the most difficult thing to code and the most interesting imo, so if the basic version is not enough you will have to learn javascript and code it/adjust the code yourself.
To get the Alien to correctly detect the player with vision and hearing in my 'Aliens Revenge' game and move accordingly with different states was not easy..its really for advanced coders only.
|