loms Posted January 16, 2013 Share Posted January 16, 2013 I started coding again but have forgot some stuff so now i need a help i want this script to go visibility and when i press again i want it come back to show so what it's wrong it's works great here is the code thread 'DRIVE' :DRIVE_11wait 0 if Player.Defined($PLAYER_ACTOR)03C0: [email protected] = actor $PLAYER_ACTOR car else_jump @DRIVE_11 if Actor.Driving($PLAYER_ACTOR)else_jump @DRIVE_11 wait 0 jump @DRIVE_66 :DRIVE_66wait 0 if 0AB0: key_pressed 82 else_jump @DRIVE_92 0338: set_car [email protected] visibility 0 :DRIVE_92wait 0 jump @DRIVE_11 Link to comment Share on other sites More sharing options...
ZAZ Posted January 16, 2013 Share Posted January 16, 2013 03C0 isn't a conditional opcode place it there, where the code passed the conditional check if Actor.Driving($PLAYER_ACTOR) CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
Ashwin.Star Posted January 17, 2013 Share Posted January 17, 2013 it cold be something like this thread 'Ash':Await 0 if and Player.Defined($PLAYER_ACTOR) Actor.Driving($PLAYER_ACTOR)else_jump @a03C0: [email protected] = actor $PLAYER_ACTOR car [email protected] = 0 // current Visibility:Swait 0 if 0AB0: key_pressed 82 else_jump @S [email protected] == 0jf @H0338: set_car [email protected] visibility 1 [email protected] = 1:H0338: set_car [email protected] visibility 0 [email protected] = 0jump @A Th Code is untested & not written in SB, Link to comment Share on other sites More sharing options...
loms Posted January 17, 2013 Author Share Posted January 17, 2013 Ashwin i tested that it's works great but it wont come again to visible if i press it again that i want as i said in the first post Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now