CLEO Help Change activator for Jetpack Spawner

CLEO related
Status
Not open for further replies.

Vouldor

Active member
Joined
Dec 2, 2014
Messages
28
Reaction score
0
i tried to change the activator of this cleo mod but when i try to compile it says incorrect number of condition (or whatever)  :table_flip:
pls change the activator to 111 (divide above numpad8)
 

Attachments

  • JetPack.cs
    17.2 KB · Views: 21

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
Code:
{$CLEO .cs}
Model.Load(#JETPACK)

:LABEL_1
wait 0 
if
Model.Available(#JETPACK)
jf @LABEL_1

:LABEL_2
wait 0 
if 
0AB0: 51 
jf @LABEL_2 
if 
Player.Defined($PLAYER_CHAR)
jf @LABEL_2 
if 
not Actor.Driving($PLAYER_ACTOR)
jf @LABEL_2 
07A7: put_jetpack_on_actor $PLAYER_ACTOR 

:LABEL_3
wait 0
if
8AB0: 51
jf @LABEL_3
goto @LABEL_2
 
Status
Not open for further replies.
Top