Trying to add a baltop

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Fiopon

New Member
Dec 26, 2018
6
0
0
23
How can I create a baltop command? I save my balances like this:
Code:
on quit:
    set {{@databasePrefix}playerinfo.%player's uuid%.lastbal} to "%player's balance%"
I've tried several methods and they've all failed so far.
 
How can I create a baltop command? I save my balances like this:
Code:
on quit:
    set {{@databasePrefix}playerinfo.%player's uuid%.lastbal} to "%player's balance%"
I've tried several methods and they've all failed so far.
You wont be able to do it with regular variables, you will need to use list variables if you want to be able to loop them.
 
You wont be able to do it with regular variables, you will need to use list variables if you want to be able to loop them.
Any way you would recommend? I tried making a list for balances but I did it wrong.
 
It's not easy.
I would suggest looking at my resource named "SkEco"
it has a bal top command, you can see at the bottom of the script, it'll give you insight into how it works.
 
Status
Not open for further replies.