Macros

From Iris2

Jump to: navigation, search
(example : bandage-loop)
 
Line 176: Line 176:
for complex script see [[Scripting]]
for complex script see [[Scripting]]
 +
 +
 +
easyuo ids : 
 +
if (item.artid == easy2open("POF")) then ... end
Line 185: Line 189:
<pre>
<pre>
-
SetMacro("f3", function()  gMyBandageLoopActive = ~gMyBandageLoopActive    end)
+
SetMacro("f3", function()  gMyBandageLoopActive = not gMyBandageLoopActive    end)
job.create(function()  
job.create(function()  
Line 195: Line 199:
</pre>
</pre>
 +
 +
== more ==
 +
 +
please visit [[Scripting_TippsAndTricks]]

Current revision as of 14:58, 29 November 2011

Personal tools