Score Affecting gameplay
leafeonfan32
22 Feb 2021, 18:46I 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:34if (player.score > 30) {
msg ("You reached the right score!")
}