#effects
1 messages · Page 1 of 1 (latest)
code blocks
just add a wait line
and then check if the player's boots are the same
also, you could check if they take the boots off and disenchant there too
On right click:
If player is {Yeti::*}:
enchant player's boots with frost walker
wait 1 minute
you've done the wait part, yes
now how i remove?
always use these, they make your code much more readable
how i use code blocks?
```code here```
i really dont understand where
copy and paste your code inbetween the backticks
like this:
```on death:```
it will show like thison death:
so '''on right click:''' ?
'''on right click:'''
if player is {Yeti::*}
enchant players boots with frost walker
wait 1 minute
like this?
` this?
yup
On right click:
If player is {Yeti::*}:
enchant player's boots with frost walker
wait 1 minute
my discord transform the message in this , but you can understand i think
all of the code
if you have multiple lines it goes at the end:
```something
something
a hafiwufg g````
in all line?
?
On right click:
If player is {Yeti::*}:
enchant player's boots with frost walker
wait 1 minute
remove enchantment
no, you send your code exactly as it is, except with one ``` at the start and one at the very end
ok
"remove enchantment" part is wrong i know
@red forge
that happens if you enchant with a level of 0? does it remove it
yeah that should work
so the skript works now?
im not sure if this would work
if it does then yes
those backticks are only for sending your code on discord
you dont put them in the actual code
make sense
On right click:
If player is {Yeti::*}:
enchant player's boots with frost walker
wait 1 minute
so how this code disenchant the boots?
how i add a cooldown?
theres a simple cooldown tutorial