diff --git a/docs/plugins/script-manager.rst b/docs/plugins/script-manager.rst new file mode 100644 index 000000000..2301c2f6e --- /dev/null +++ b/docs/plugins/script-manager.rst @@ -0,0 +1,10 @@ +script-manager +============== + +.. dfhack-tool:: + :summary: Manages startup tasks for scripts. + :tags: dev + :no-command: + +This plugin connects ``onStateChange()`` hooks for scripts so they can load +saved state and handles enabled state tracking and reporting.