Started by
CMS
on
Topic category: User side tutorials
Hello! I wanted to make a mob that follows the player when player is near it (like dog does). Is there any tutorial on the internet (I just can't find any)? If no can someone explain in reply? Thanks!
Player* I am so sorry lol
You would have to have a procedure for the entity updating, and detect if entity Player or PlayerMP is near the dog in a specified radius. Then you would call a procedure to move the mob closer to the player.