Macros

From Iris2

Jump to: navigation, search
(example : bandage-loop)
(example : bandage-loop)
Line 185: Line 185:
<pre>
<pre>
-
SetMacro("f3", function()  gMyBandageLoopActive = ~gMyBandageLoopActive    end)
+
SetMacro("f3", function()  gMyBandageLoopActive = not gMyBandageLoopActive    end)
job.create(function()  
job.create(function()  

Revision as of 00:37, 25 July 2010

Personal tools