sets the score to a given value of int
Score set(int val) { return addCommandRet( Command( 'scoreboard players set ${toString()} $val', ), ); }