# HG changeset patch # User Wuzzy # Date 1687362972 0 # Node ID 70ab0d6cfa858f36d586e4c6cb1d352f0fde271e # Parent 97c035342b4c5b9f2bf9f69888869f9e8b917ef5 LuaLibraryAnimate: fix example diff -r 97c035342b4c -r 70ab0d6cfa85 LuaLibraryAnimate.wiki --- 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: --- 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}}