Mob following the plater.

Started by CMS on

Topic category: User side tutorials

Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mob following the plater.

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!

Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Player* I am so sorry lol
Wed, 08/05/2020 - 16:09

Player* I am so sorry lol

Joined Oct 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You would have to have a…
Mon, 09/07/2020 - 18:45

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.