Solved HELP ME WITH SKULL STUFF PLZ TY LY

  • 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.

Jeroeno_Boy

Active Member
Jun 2, 2017
61
2
8
Wierd problem with skulls in the newest version, the value is a user name
code_language.skript:
format gui slot {BMUsed::%{_P}%} of {_P} with 1 skull of {BMCurrentPlayer::%{_P}%}
Error:
ff8a94a60f6b34a3a6861313a471a226.png

1185877c9f240ce8a4e769caac9a1603
 
Last edited:
i may be totally wrong, but your code says "1 skull of" where as your error says "1 skull to" ??
 
Sorry breder to hele of,bdw that also didnt work
First of all not sure what you said.... Second which add-on are you using for formatting the slot?

Also I feel I could help you better if I knew how you got these variables, and also, Im assuming this is put in a loop, so show how you start the loop
 
Last edited by a moderator:
I loop annuuid of the players, then in tja yml database imake from the loop a name, from the i use skquery skutilities tuske and the skunity addon
 
found the fix

use
code_language.skript:
format gui slot {BMUsed::%{_P}%} of {_P} with skull of {BMCurrentPlayer::%{_P}%}

instead of
code_language.skript:
format gui slot {BMUsed::%{_P}%} of {_P} with 1 skull of {BMCurrentPlayer::%{_P}%}

the 1 before skull was messing it up
 
Il test in a couple hours, its 8am
[doublepost=1521802542,1521787333][/doublepost]TY it worked
 
Status
Not open for further replies.