Difference between revisions of "ISKernel:Macro (Command)"
Jump to navigation
Jump to search
(→Forms) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
== Examples == | == Examples == | ||
+ | ===Record a Macro=== | ||
+ | *Macro -record contra | ||
+ | :Quick, hit up down up down left right left right a b a b select start! | ||
+ | ===Stop recording a macro=== | ||
+ | *Macro -stop | ||
+ | :Sweet, got 30 lives! | ||
+ | ===Run a macro=== | ||
+ | *Macro contra 300 | ||
+ | :Gotta beat it for the 9th time today! | ||
== See Also == | == See Also == | ||
*[[LavishScript:Commands|LavishScript Commands]] | *[[LavishScript:Commands|LavishScript Commands]] | ||
+ | *[[IS:Kernel#Commands|Kernel Commands]] | ||
*[[IS:Session#Commands|Inner Space Session Commands]] | *[[IS:Session#Commands|Inner Space Session Commands]] | ||
+ | |||
{{Command-Stub}} | {{Command-Stub}} | ||
[[Category:Inner Space]] | [[Category:Inner Space]] | ||
− | [[Category:Inner Space | + | [[Category:Inner Space Kernel]] |
− | [[Category:Inner Space | + | [[Category:Inner Space Kernel Commands]] |
Latest revision as of 04:51, 19 October 2005
Contents
Syntax
Macro | |
Usage | Beginner |
Level of Understanding | Beginner |
Computer Savvy | Beginner |
Logic | Beginner |
Macro <name> [speed %]|-record <name>|-stop
Forms
- Macro -record <name> - starts recording key and mouse commands. no interaction with InnerSpace UI will be recorded.
- Macro <name> [speed %] - Starts a macro running at [speed %] of the original macro (Default 100%)
- Macro -stop - stops the macro recording or a playback of a macro
Examples
Record a Macro
- Macro -record contra
- Quick, hit up down up down left right left right a b a b select start!
Stop recording a macro
- Macro -stop
- Sweet, got 30 lives!
Run a macro
- Macro contra 300
- Gotta beat it for the 9th time today!
See Also