alias ChickenFollower = Follower!(Noai!Chicken); auto chicken = world.spawn!ChickenFollower(); chicken.follow(player!"Kripth");
See Implementation