Scoring system rewards

Hi, how would I make it so when a certain score is reached, an event triggers?

hmm, not sure what the question is.

I feel this is not what you’re after?

if (score > 100) { this.triggerEvent(); }