CLEO Help cleo scripts

CLEO related
Status
Not open for further replies.

Rat

Active member
Joined
Sep 24, 2013
Messages
137
Reaction score
0
i wanna know how to make cleo scripts start automatically. i find it redundant pressing the hot keys to activate one script over and over again each time i crash or relog.
:sweet_jesus:
 

Rat

Active member
Joined
Sep 24, 2013
Messages
137
Reaction score
0
TH3RM4L link said:
Open them with SB and remove the activation condition.
thank you, TH3RM4L.
:eek:h_stop_it_u:

what if i want it to be activated by default without removing the activation? there are some scripts that i need to deactivate in some 'situations'.
:computer_guy:
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
:activate_stuff
// stuff

:deactivation_toggle
wait 0
if
..
jf @deactivation_toggle

:activation_toggle
wait 0
if
..
jf @activation_toggle
goto @activate_stuff
 
Status
Not open for further replies.
Top