CLEO Help connect scripts? with activ/deactiv?

CLEO related
Status
Not open for further replies.

Wreko

Active member
Joined
Dec 13, 2014
Messages
40
Reaction score
0
So ummm... for example

in this script it is like:

IF
X
THEN
$213 = 1
END

and then other script:

IF
$213 == 1
THEN
XXX
END

etc.

but it doesn't work properly... I've tried this with texdraws too and it just gets mixed up... is there way to connect scripts? like gProject where there is completely different script for just GUI...
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
272
You could make use of latest SF global vars.
You could also use SF memory arrays, which i think gProject uses too(not sure).
 
Status
Not open for further replies.
Top