ID:162887
 
hey trying to make a follow script on a verb only want 2 followers at a time should i do it this way and loop or?

how do i loop? and how stop!

    verb/Follow()
set src in oview(1)
if(usr.follower >= 2)
usr<<"You have to many followers"
return
else
var/lastf = usr.loc
src.Move(lastf)
usr.follower += 1
HOW DO i make mob follow usr with a verb???
please help me
In response to Kylemark
walk()
walk_to()
walk_towards()

etc...

See, the DM Reference (F1) is useful, if you try checking it out with simple SEARCH terms...