Solved {list::*::something}

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

Pierrelasse

Active Member
Apr 20, 2022
162
7
18
24
Title should say but
when i try to

my list:

{list::slot1::something} = value 1
{list::slot2::something} = value 2
{list::slotsus::something} = value 3
Code:
loop {list::*::something}:
  send "Value: %loop-value%"
should send value 1, value 2
but it comes with
A variable's name must not contain any asterisks (wa that?) except at
the end after '::' to denote al ist variable e.g {variable::*}
(error in variable {list::*::something})

I tried to do stuff like
Code:
loop {list::*}:
  set {_value} to {list::%loop-index%::something}
  send "Value: %{_value}%"
wich din't work plz help ty (lolzy get solution or else...)
 
Status
Not open for further replies.