# HG changeset patch # User RedGrinner # Date 1291665343 0 # Node ID e9375c8b25c7bbe4b6cc692d2bcecfb0b6f52011 # Parent 233360620ae26cf680b3838a8d54c5168e0434d7 Edited wiki page LuaAPI through web user interface. diff -r 233360620ae2 -r e9375c8b25c7 LuaAPI.wiki --- a/LuaAPI.wiki Mon Dec 06 19:54:24 2010 +0000 +++ b/LuaAPI.wiki Mon Dec 06 19:55:43 2010 +0000 @@ -255,9 +255,9 @@ Example: - !HogSay(CurrentHedgehog, "I wonder what to do...", SAY_THINK) -- thought bubble with text - !HogSay(CurrentHedgehog, "I'm hungry...", SAY_SAY) -- speech bubble with text - !HogSay(CurrentHedgehog, "I smell CAKE!", SAY_SHOUT) -- exclamatory bubble with text + !HogSay(!CurrentHedgehog, "I wonder what to do...", SAY_THINK) -- thought bubble with text + !HogSay(!CurrentHedgehog, "I'm hungry...", SAY_SAY) -- speech bubble with text + !HogSay(!CurrentHedgehog, "I smell CAKE!", SAY_SHOUT) -- exclamatory bubble with text === !HogTurnLeft(gearUid, boolean) ===