In my NFS server you can go to the casino to earn points (leaderboard score), which can be exchanged for money.
The only problem with this is that incScore will keep removing score even if it is negative.
Can someone make an event that can check if your points are negative, and then have two new conditions (onScorePositive and onScoreNegative) for events?
For example, using MoneyMod (mngScore means manage score):
0 - onActivate > Client > mngScore [-1000] [1,2] (Here the first box is the amount of score to add or remove, and the second box is which events to affect)
1 - onScorePositive > Self > MM_addMoney [500]
2 - onScoreNegative > Client > ChatMessage [<color:ffffff>You don't have enough points.]