10-03-2016, 05:32 PM
(10-03-2016, 04:33 PM)Horishy Wrote:(10-03-2016, 09:17 AM)Catar Wrote: Check bbot macro commands, I think there was one to follow creature
yea there is one to follow creature...but idk how to use it...tried putting the name of the character i want to follow and doesnt work....is there a possibility of following a character when not attacking ? Thanks !
Creature.Follow(ID) Follow a creature
U put ID of creature. to get ID
u need to use
Creature.ByName(Name) Gather a ID from the first creature with the name given found
and put it into variable, example
id1:=Creature.ByName(Cyclops)
Creature.Follow(!id1!)