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