#Variable list location issue

1 messages · Page 1 of 1 (latest)

valid zinc
#

You're changing {_l} twice before adding it to {loc::*}, which makes it so only the second one is added to the list. You should create the variable, add it to the list, then change it and add it to the list again

charred light
#

or just add player's location and then player's location ~ vect()

shell flume
#

ok nvm that was the real problem

#
set {_stand} to last spawned armor stands```
#

if i have multiple locations on {loc::*} how im supposed to set {_stand} to these armor stands?

charred light
#

loop i guess

#
  spawn an armour stand at loop-value:
    add armour stand to {armourStands::*}```
shell flume
#

Doesn't work