Just simply question... How do I check if player has a scoreboard point and if he have any, execute a command. Basically how to translate into command blocks something like this:
scoreboard_check():
if @p has (x=! 0) in "scb":
return (other_command() @p)
else:
return (yet_another_command()@p)