# HG changeset patch
# User RedGrinner
# Date 1291646551 0
# Node ID 5ab1cf4c71948f7cebe43d26468d572b6a9f304f
# Parent  9033b970cbf7489f1a8077e43da3a07497632133
Edited wiki page LuaAPI through web user interface.

diff -r 9033b970cbf7 -r 5ab1cf4c7194 LuaAPI.wiki
--- a/LuaAPI.wiki	Mon Dec 06 14:40:50 2010 +0000
+++ b/LuaAPI.wiki	Mon Dec 06 14:42:31 2010 +0000
@@ -223,8 +223,8 @@
 </blockquote>
 Example:
 
-<code lang="lua">    !SetVisualGearValues(circleUid, 1000,1000, 20, 200, 0, 0, 100, 50, 3, 0xff0000ff) 
--- set a circle to position 1000,1000 pulsing from opacity 20 to 200 (8%-78%), radius of 50, 3px thickness, bright red.
+<code lang="lua">  -- set a circle to position 1000,1000 pulsing from opacity 20 to 200 (8%-78%), radius of 50, 3px thickness, bright red.
+    !SetVisualGearValues(circleUid, 1000,1000, 20, 200, 0, 0, 100, 50, 3, 0xff0000ff)
 </code>
 
 === <tt>!FindPlace(gearUid, fall, left, right)</tt> ===