#Smooth stone

1 messages · Page 1 of 1 (latest)

zealous plover
#

I use 1.8.9 (I use a fork so there's all features of new skript) but I'm wondering how I do this:

    name of item is "&7Smooth Stone"
    set block to double stone slab```

I'm not great at skript, so help on how to do this would be amazing. Thanks!
wise wigeon
#

set block at event-block

gray fern
#

it should be the name of item that errors or fails
set block to is valid syntax

#

place event item returns the plain output so either using skript reflect event.getItemInHand() or doing logic yourself with player's tool and player's offhand tool

wise wigeon
#

set block to works?
i thought you couldn't set the event-block directly like that

#

but yes i overlooked the 2nd line lol

gray fern
wise wigeon
#

Because event values don't have changers

#

Same reason you can't set loop-block directly

vague urchin
gray fern
wise wigeon
#

huh interesting
i was under the impression that event values didn't have changers

#

wonder how i got stuck in that thought

zealous plover
#

now I'm just confused

#

what works

wise wigeon
#

fusezion's right