Macros
From Iris2
Ghoulsblade (Talk | contribs) (→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 = | + | SetMacro("f3", function() gMyBandageLoopActive = not gMyBandageLoopActive end) |
job.create(function() | job.create(function() | ||
Line 195: | Line 199: | ||
</pre> | </pre> | ||
+ | |||
+ | == more == | ||
+ | |||
+ | please visit [[Scripting_TippsAndTricks]] |