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