MOVE OP TILE: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|syntax=MOVE_OP_TILE <from tile>, <to tile>, [<insert tile>] | {{Command|syntax=[[Image:move_op_tile.png|right|MOVE_OP_TILE]]MOVE_OP_TILE <from tile>, <to tile>, [<insert tile>] | ||
|description= | |description=:Moves an existing operation tile to a different place. | ||
|param1=<from tile>|param1_desc={{from tile}} | |param1=<from tile>|param1_desc={{from tile}} | ||
Line 8: | Line 8: | ||
===Example=== | ===Example=== | ||
: | :MOVE_OP_TILE 2, 3, 1 | ||
[[Category:Operations]] | [[Category:Operations]] |
Revision as of 20:02, 23 July 2010
Command
- Moves an existing operation tile to a different place.
Parameters
- <from tile>
- Starting operation number.
- <to tile>
- Ending operation number.
- [<insert tile>]
- 0 = Move the tile, 1 = Insert a new tile in the list (moving subsequent tiles down one) then copy to this position.
Example
- MOVE_OP_TILE 2, 3, 1