| Name | Resume | 
| Syntax | resume [waypoints/activity] (<duration>) | 
| Short Description | Resumes an NPC's waypoint navigation or goal activity temporarily or indefinitely. | 
| Full Description | The resume command resumes an NPC's waypoint navigation or goal activity temporarily or indefinitely. This works along side pause. See the documentation of the pause command for more details. | 
| Related Tags | <NPCTag.is_navigating>Returns whether the NPC is currently navigating. | 
| Usage Example |  | 
| Group | npc | 
| Requires | Citizens | 
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/PauseCommand.java#L71 |