I need help with a variable

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

Olle

New Member
Apr 19, 2021
8
0
1
23
So what im trying to do is that im trying to make like multiple things "stored" in the same variable display at once.

So this is my code:
Code:
command /tasks:
  trigger:
    send "%{tasks::%player%}%"

So the code only says <none> even though I added stuff to the variable.
Please help me
 
So what im trying to do is that im trying to make like multiple things "stored" in the same variable display at once.

So this is my code:
Code:
command /tasks:
  trigger:
    send "%{tasks::%player%}%"

So the code only says <none> even though I added stuff to the variable.
Please help me
I'm confused on what you are trying to do here. Could you send the rest of the code?
 
Code:
command /tasks:
  trigger:
    send "{tasks::%player's uuid%}"

I think this is what you mean. Add me on discord if u need further help
Discord: Kevis#1000​
 
So what im trying to do is that im trying to make like multiple things "stored" in the same variable display at once.

So this is my code:
Code:
command /tasks:
  trigger:
    send "%{tasks::%player%}%"

So the code only says <none> even though I added stuff to the variable.
Please help me
I'm pretty sure the issue lies with the variables not being stored correctly.
 
Status
Not open for further replies.