Skip to content

Programming the Strike Dash, crashes on startup saying "action not set before reading it" #29

Answered by TrianglyRU
July2612 asked this question in Q&A
Discussion options

You must be logged in to vote

I inserted this code underneath the default Peel Out code, so that might be causing issues

The reason this happens is the extra closing bracket at line 66. It is closing the function itself

But the script overall is a huge mess the Strike Dash won't probably work correctly at all even if you delete the bracket due to return false on the next line

return stops the code executing. If return is reached, everything below it basically does not exist

I'm breaking down the CD Peelout here but you get the idea. Make a separate script. Pay close attention to the logic of your code

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@July2612
Comment options

Answer selected by July2612
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants