MOVE OP TILE: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=MOVE_OP_TILE <from tile>, <to tile>, [<insert tile>] |description=*DESCRPTION* |param1=<from tile>|param1_desc= |param2=<to tile>|param2_desc= |param3=[<insert tile>]|par... |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | [[Operations:Operation_Tiles|{{Up}}]] | ||
|param1=<from tile>|param1_desc= | {{Command|syntax=[[Image:move_op_tile.png|right|MOVE_OP_TILE]]MOVE_OP_TILE <from tile>, <to tile>, [<insert tile>] | ||
|param2=<to tile>|param2_desc= | |description=:Moves an existing operation tile. | ||
|param3=[<insert tile>]|param3_desc= | |||
|param1=<from tile>|param1_desc=Original operation tile number. | |||
|param2=<to tile>|param2_desc=new operation tile number. | |||
|param3=[<insert tile>]|param3_desc= 0 = Move the tile, 1 = Insert a new tile in the list (moving subsequent tiles down one) then copy to this position. | |||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :MOVE_OP_TILE 2, 3, 1 | ||
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 19:59, 13 January 2011
Command
- Moves an existing operation tile.
Parameters
- <from tile>
- Original operation tile number.
- <to tile>
- new operation tile 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