AddFollower
lfunLFUN
object * AddFollower (object f)
DESCRIPTION
Add a follower to this objects P_FOLLOWERS.
Argument:
f: the follower to add to P_FOLLOWERS.
Result:
The new P_FOLLOWERS.
EXAMPLE
obj->AddFollower(this_object());
IMPLEMENTED
/std/thing/moving