COPY PROCESS: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=COPY_PROCESS <from process number>, <to process number> |description=:Copy a process tile to another tile, same as COPY_PROC |param1=<from process number>|param1_desc... |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Procs:Process_Tiles|{{Up}}]] | |||
{{Command|syntax=COPY_PROCESS <from process number>, <to process number> | {{Command|syntax=COPY_PROCESS <from process number>, <to process number> | ||
|description=: | |description=:Make a copy of a process. | ||
|param1=<from process number>|param1_desc= | |param1=<from process number>|param1_desc=Original process number. | ||
|param2=<to process number>|param2_desc= New process tile | |param2=<to process number>|param2_desc=New process tile to be created. | ||
}} | }} | ||
===Example=== | ===Example=== | ||
:COPY_PROCESS 6 | :COPY_PROCESS 2, 6 | ||
[[Category:Procs]] | [[Category:Procs]] |
Latest revision as of 23:23, 14 January 2011
Command
- COPY_PROCESS <from process number>, <to process number>
- Make a copy of a process.
Parameters
- <from process number>
- Original process number.
- <to process number>
- New process tile to be created.
Example
- COPY_PROCESS 2, 6