Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I make this update for all ranks once I change it to like 100000?

Asked by 7 years ago
Edited by Goulstem 7 years ago

If I were to change my networth to 6000, it skips all besides silver money bag?

01local ranks = -- Array of ranks, in ascending order
02{
03    {
04        NetWorth = 0,
05        Bag = "Starter Money Bag",
06    },
07    {
08        NetWorth = 525,
09        Bag = "Rookie Money Bag",
10    },
11    {
12        NetWorth = 2500,
13        Bag = "Silver Money Bag",
14    }
15}
View all 41 lines...
Edited ~ tab your code properly

Answer this question