#help

1 messages · Page 1 of 1 (latest)

hexed lion
tropic crow
#

"Tell me why this doesn't work" you have to figure that part out

#

we don't do that for you

hexed lion
#

it creates the explosion

#

it doesnt make the falling blocks

hexed lion
# tropic crow we don't do that for you

this is a help channel, i am asking for help, obviously you dont have to but it would be nice to know why its not working, thats kind of the point of, you know, help

meager arch
#

why does it say "le" before it says spawn falling block

meager arch
#

ahh

hexed lion
meager arch
#

wait

#

why are you restarting instead of reloading the skript

hexed lion
#

i said every time the server restarts the script doesnt work until i move it into a new file

#

reloading the new file works perfectly fine to update it

#

and reloading the old file doesnt update the script that was already in it even if i add or remove things from the events, but it does effect new events i put in

tropic crow
hexed lion
tropic crow
#

Did you debug?

hexed lion
#

You dont have to be aggressive about it

hexed lion
hexed lion
#

Ive never seen this before

tropic crow
hexed lion
#

But it has been happening to my server for the past few days

tropic crow
#

It's probably because loop-value isn't just a block; it contains the location, too

tropic crow
#

Okay?

hexed lion
#

Loopvalue is a block

tropic crow
#

...

#

Try broadcasting the loop-value

hexed lion
#

Why wouldn't it be

tropic crow
#

Can you just try it?

hexed lion
#

Okay..

#

Mostly air and stone

tropic crow
#

See?

#

It's not just a block type. It's the location too.

#

It's not going to parse as an item type properly

#

Use type of loop-value instead

hexed lion
tropic crow
#

Try broadcasting the things, then. Broadcast {_i}, {_l}, etc.

hexed lion
tropic crow
#

wait, I think it's just parsed as item

hexed lion
tropic crow
#

...

#

you have to stringify it

hexed lion
hexed lion
#

Anyways, I manually replaced the {_i} with stone, it worked

#

so it has to do with loop-value not being able to be substituted as a block type

tropic crow
#

set {_i} to "%type of loop-value%" parsed as item

#

actually

#

set {_i} to type of loop-value I think

hexed lion
hexed lion
#

both produce nothing

tropic crow
#

'Nothing' as in?

meager arch
#

they dont work