Don't Rush, Be Quiet [Solved]

Sorry, I should have been clearer. Your code needs to be properly formatted, as indentations are critical in determining proper syntax. You can learn how to format your code here: [Essentials] How To Post/Format Your Code Correctly

Also, the hero is supposed to be very slow, hence the level’s title “Don’t Rush, Be Quiet”. But, you are missing both a return statement and an else clause in the second function. You can use the first function as a template…take a close look at your second function and fix it so it is similar to the first.