need help

  • 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 community!

    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.

RandomPersonOnline

New Member
Jul 19, 2017
6
0
0
i want to replicate this gui because i don't know how to make it save after u leave
if anyone knows how to do this can i get the list of what skript addons i need thx

 
i want to replicate this gui because i don't know how to make it save after u leave
if anyone knows how to do this can i get the list of what skript addons i need thx

Just simple skript and umbaska or Tuske (For GUI). Save it with A LOT variables....and just checking evertime if he going back or forwards. loop his variables... and do stuff


If you're new at GUI, Better, you should learn simple stuff...
 
I know how to do guis but i dont know how to make the one in the video with adding +1 to the books and later saving
 
like i told. Play around. a hint

code_language.skript:
set slot {_s} of player's current inventory to {_n} of book named "test"

on inventory click:
    if name of player's current inventory is "...":
        cancel event
        if clicked item is book:
            set {_c} to amount of clicked item
            add 1 to {_c}
            set slot 5 of player's current inventory to {_c} of book named "test"
 
Status
Not open for further replies.