CLEO Help Is it possible?

CLEO related
Status
Not open for further replies.

monday

Expert
Joined
Jun 23, 2014
Messages
1,127
Solutions
1
Reaction score
158
Is it possible for cleo to separately read 2 or more lines of the code at the same time by splitting the cleo into few independent parts? And if yes, is it possible to keep the same name of the labels in both parts?

Something like:

Code:
xxxx: Magic opcode to start going through the code in both parts at the same time without interrupting each other

xxxx: Opcode to name 1st part
:123
wait 0
jump [member=6925]123[/member]
xxxx: Opcode to end 1st part

xxxx: Opcode to name 2nd part
:123
wait 0
jump [member=6925]123[/member]
xxxx: Opcode to end 2nd part
 
Status
Not open for further replies.
Top