Author Topic: Bot Event - Follow and Unfollow Player  (Read 1258 times)

I looked everywhere on the forums and couldn't find an event that lets you make a bot follow and unfollow a player.
The closest thing I've found is https://forum.blockland.us/index.php?topic=227571.0 (link is borked use kenko's archive for download)
However that add-on does not have the most basic feature - unfollowing a player; very big oversight, wouldn't you agree?

Anyhow, are my researching skills complete garbage or has nobody made an event like this?

pretty sure to make them stop following you just set the bots wander radius to off/0 or setBotPowered to 0

kinda strange that event mod doesn't have a followPlayer none option. If the above does not work I could incorporate the follow none into the events if need be

Code: [Select]
if(%int == -1 && %list == 4)
   return;
doesn't this mean you can just set the type to custom and the id to -1 to achieve this?

doesn't this mean you can just set the type to custom and the id to -1 to achieve this?
I have tried doing that, no luck. The bot will keep following you regardless of it's follow status; not only does it ignore any further follow events, but it also won't stop until you're DEAD.

pretty sure to make them stop following you just set the bots wander radius to off/0 or setBotPowered to 0
Negative.
« Last Edit: May 10, 2020, 12:58:16 PM by _OXBADCODE# »

mr adel has supplied me with a working event
to anyone who is also in need of proper bot follow and unfollow, enjoy.

http://www.mediafire.com/file/q5q989cthg2xq0y/Event_FollowPlayer.zip/file