Macros

From Iris2

Jump to: navigation, search
(notes)
(notes)
Line 176: Line 176:
for complex script see [[Scripting]]
for complex script see [[Scripting]]
 +
 +
=== example : bandage-loop ===
 +
 +
<pre>job.create(function()
 +
  while (true) do MacroCmd_BandageSelf() job.wait(3*1000) end
 +
end)</pre>

Revision as of 00:08, 25 July 2010

Personal tools