Scores can be set to a NBT
Added possibility to set Scores to a given Data Point value, with a given scale.
Examples:
const randomScore = Variable();
randomScore.set(myXMotion, 10);
const randomScore = Variable(myXMotion, 10);
Also, NBT parsing output is now more compact.