CLEO Help cleo compile error (help)

CLEO related
Status
Not open for further replies.

Anemoiasz

Member
Joined
Feb 14, 2020
Messages
10
Reaction score
0
Location
Brazil
I can't compile this script, can you help me?
 

Attachments

  • mywallrun.cs
    18.6 KB · Views: 2

KamikazeSripterul

Well-known member
Joined
Jun 30, 2019
Messages
353
Reaction score
23
Code:
if
06BD:   no_obstacles_between 7@ 8@ 9@ and 10@ 11@ 12@ solid 1 car 1 actor 1 object 1 particle 1
86BD:   not no_obstacles_between 1@ 2@ 3@ and 4@ 5@ 6@ solid 1 car 1 actor 1 object 1 particle 1
else_jump @WALLRUN_761
wait 0
It should be
IF <conditions>
THEN
You forgot about 'Then'.
 

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,315
Solutions
7
Reaction score
937
Location
Lithuania
Code:
if
06BD:   no_obstacles_between 7@ 8@ 9@ and 10@ 11@ 12@ solid 1 car 1 actor 1 object 1 particle 1
86BD:   not no_obstacles_between 1@ 2@ 3@ and 4@ 5@ 6@ solid 1 car 1 actor 1 object 1 particle 1
else_jump @WALLRUN_761
wait 0
It should be
IF <conditions>
THEN
You forgot about 'Then'.
If you use two params in if it must be
1. IF OR
OR
2. IF AND
 

Anemoiasz

Member
Joined
Feb 14, 2020
Messages
10
Reaction score
0
Location
Brazil
Code:
if
06BD:   no_obstacles_between 7@ 8@ 9@ and 10@ 11@ 12@ solid 1 car 1 actor 1 object 1 particle 1
86BD:   not no_obstacles_between 1@ 2@ 3@ and 4@ 5@ 6@ solid 1 car 1 actor 1 object 1 particle 1
else_jump @WALLRUN_761
wait 0
It should be
IF <conditions>
THEN
You forgot about 'Then'.

the script works without editing it, but when I try to change it like you said, I can compile it but it doesn't work well
 
Status
Not open for further replies.
Top