demented Member May 25, 2017 #1 doesnt seem to harvest trees as it should pls help Attachments LumberjackingGolem.cs 14.1 KB · Views: 16
zerodowned Moderator May 25, 2017 #2 // Our target is the land tile under us Map map = this.Map; Point3D loc = this.Location; it's only looking for a tree directly under the golem
// Our target is the land tile under us Map map = this.Map; Point3D loc = this.Location; it's only looking for a tree directly under the golem