Solved Multi informations in list variable / how to read only one from multiinformation var list

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

Barbarx

Active Member
Feb 25, 2017
71
5
0
70
Hello. i wanna check 1 information and give {_firstinformation} to player how can i do it?
i add informations by
code_language.skript:
set {AukceItem::%player%::*} to slot 2 of player's current inventory
code_language.skript:
            set {_cena} to slot 2 of player's current inventory
            add {_cena} to {AukceItem::%player%::*}
            add "%{AukceItem::%player%::1}%/%player%/%{_cena}%/%now%" to {Aukce::*}
how can i remove all other information in temp var when i wanted to check which item is in %{AukceItem::%player%::1}%? i know it sounds complicated but i cant have no another chance to do it, because i need more informations in one var.

And sorry for my bad english :/
 
Status
Not open for further replies.