Requires there to be an If Statement above it
if (condition) { actions } else { actions }
As well, you dont need curly brackets if there is only 1 action
Requires there to be an If Statement above it
if (condition) { actions } else { actions }
As well, you dont need curly brackets if there is only 1 action