| Name | path_distance_margin |
| Object | NPCTag |
| Input | ElementTag(Decimal) |
| Related Tags | <NPCTag.path_distance_margin> Returns the NPC's current pathfinding distance margin. That is, how close it needs to get to individual points along its path.
|
| Description | Sets the NPC's path distance margin. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/NPCTag.java#L1920 |