From d7142749218a6c14d0b7d0aac37bc7883ae63bd1 Mon Sep 17 00:00:00 2001 From: Myk Date: Wed, 14 Sep 2022 11:24:27 -0700 Subject: [PATCH] fix reqscript link name --- docs/guides/modding-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/modding-guide.rst b/docs/guides/modding-guide.rst index de07136b3..3c087c80a 100644 --- a/docs/guides/modding-guide.rst +++ b/docs/guides/modding-guide.rst @@ -478,6 +478,6 @@ Inside ``raw/scripts/example-mod/module-a.lua`` you could have code like this:: end end -The `reqscript` function reloads scripts that have changed, so you can modify +The `reqscript ` function reloads scripts that have changed, so you can modify your scripts while DF is running and just disable/enable your mod to load the changes into your ongoing game!