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
If you use two params in if it must beIt should beCode: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
IF <conditions>
THEN
You forgot about 'Then'.
It should beCode: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
IF <conditions>
THEN
You forgot about 'Then'.