MrChristmas
Expert
- Joined
- Jul 29, 2014
- Messages
- 563
- Reaction score
- 26
Hi, I'm making CLEO script h_stop_it_u: and I got little problem with direction.
I made something like this:
:me_gusta:
So if I press F2 the script gonna launch line in "MAKRO 116" and if I press F3 the script gonna launch line in "MAKRO_228". If you don't press any buttons script don't gonna do anything. The only problem is when I try to compile scrypt error pops out saying "Incorrect number of the conditions. 8 max."
Any idea how co I repair this ?
I made something like this:
Code:
:MAKRO_63
wait 5
if
key_down 113
goto @MAKRO_116
wait 5
if
key_down 114
goto @MAKRO_288
wait 5
if or
else_jump @MAKRO_63
So if I press F2 the script gonna launch line in "MAKRO 116" and if I press F3 the script gonna launch line in "MAKRO_228". If you don't press any buttons script don't gonna do anything. The only problem is when I try to compile scrypt error pops out saying "Incorrect number of the conditions. 8 max."
Any idea how co I repair this ?