--- a/LuaLibraryAnimate.wiki Wed Jun 21 15:54:45 2023 +0000
+++ b/LuaLibraryAnimate.wiki Wed Jun 21 15:56:12 2023 +0000
@@ -45,7 +45,7 @@
Example 1:
<code language="lua">
--- This calls `AnimSay(myHog, "Snails! SNAILS!", SAY_SAY, 3000)`,
+-- This calls `AnimSay(myHog, "Snails!", SAY_SAY, 3000)`,
-- meaning the hedgehog gear `myHog` will say "Snails!" and set the animation delay to 3000 milliseconds
-- Because `swh` is not set, it is true, so `myHog` also becomes the current hedgehog
local step1 = {func = AnimSay, args = {myHog, "Snails!", SAY_SAY, 3000}}