Score Affecting gameplay

leafeonfan32
22 Feb 2021, 18:46

I want the players score to trigger events when a certain level is reached how can i do this in online mode


jmnevil54
22 Feb 2021, 23:34
if (player.score > 30) {
  msg ("You reached the right score!")
}