Fix onTaunt table
authorWuzzy
Thu, 10 Sep 2015 01:26:04 +0000
changeset 623 704e373ae691
parent 622 d7c2a5db19a4
child 624 e5a435750723
Fix onTaunt table
LuaAPI.wiki
--- a/LuaAPI.wiki	Thu Sep 10 01:24:55 2015 +0000
+++ b/LuaAPI.wiki	Thu Sep 10 01:26:04 2015 +0000
@@ -285,14 +285,14 @@
 
 `msgParam` tells you which animation was played:
 
-|| *`msgParam`* || *Animation* || *Associated chat command*
-|| 0 || Rolling up || `/rollup`
-|| 1 || Sad face || `/sad`
-|| 2 || Waving hand || `/wave`
-|| 3 || Stupid winner's grin / “Awesome” face || `/hurrah`
-|| 4 || Peeing || `/ilovelotsoflemonade`
-|| 5 || Shrug || `/shrug`
-|| 6 || Juggling || `/juggle`
+|| *`msgParam`* || *Animation* || *Associated chat command* ||
+|| 0 || Rolling up || `/rollup` ||
+|| 1 || Sad face || `/sad` ||
+|| 2 || Waving hand || `/wave` ||
+|| 3 || Stupid winner's grin / “Awesome” face || `/hurrah` ||
+|| 4 || Peeing || `/ilovelotsoflemonade` ||
+|| 5 || Shrug || `/shrug` ||
+|| 6 || Juggling || `/juggle` ||
 
 === <tt>onTimer(msgParam)</tt> ===
 This function is called when one of the timer keys is pressed.