It’s literally telling me I didn’t put a colon after else when I just did… (Then stops the whole cleave action and all from working)
Yeah, the error handling system doesn’t always give you the right error. Currently, your error is that your else-block is indented inside your if-block, when it should be on the same level.
I actually fixed this before I got a reply, yeah, the spacing of the Else: wasn’t right, just had to backspace