Log in

View Full Version : Follow player



IronMan
12-14-2015, 10:02 PM
I want to play in MC, but i cant figure out how to follow my character when looking for more respawn. Does anyone got a script for this?

Cdongbatman
12-15-2015, 08:02 PM
Module.New("follow", function(module)
Creature.Follow("charname")
module:Delay(1000)
end)

That will attempt to follow a character "charname" every second. Obviously it wont go up and down holes/ladders/whatever but that's pretty complicated

IronMan
12-15-2015, 08:32 PM
thank you!, but will it stop following to attack monsters?