#Replace an item in cheast when the iterm is removed!

1 messages ยท Page 1 of 1 (latest)

candid vault
#

on interact:
if clicked block is a chest:
wait 1 tick
if clicked block is a chest:
set {_contents} to contents of clicked block
loop 27 times: # Assuming a single chest with 27 slots
set slot %loop-value% of clicked block to {_contents::%loop-value%}

storm marlin
#

!codeblocks

#

!code blocks

#

!codeblock

#

ok

storm marlin
#

!skript-docs

granite belfryBOT
# storm marlin !skript-docs

๐Ÿ“‘ Skript Documentation

Skript documentation, sometimes referred to as "the docs" are a great resource for beginners learning skript or experts reviewing a topic. They hold a wide variety of information on various events, conditions, effects, and expressions. Hereโ€™s a few popular documentation websites:

The skUnity Parser is a great tool which can parse (run) your skript code in a web browser and check for errors!

storm marlin
#

@candid vault Search documentation for a trigger that does exist

blazing pine
#

!format

granite belfryBOT
# blazing pine !format

:technologist: Code Blocks

To make it easier for others to read your code, it is asked that you send it in a code block. On Discord, you can simply send this:

```
Code here
```

blazing pine
#

Thats the one you was lookin for cat_answer_Yes

storm marlin
#

is there someplace I can find a list of them lol?

blazing pine
#

Errr thats a good question

storm marlin
#

!tags

#

well.... worth a try

pseudo wraith
#

I would maybe set a metadata tag when they click on a chest

#

then, on inventory close:, see if that is set

storm marlin