Outside of punishment appeals, these forums have been archived.
We hope to see you on our Discord instead!
Discord has a minimum age, found here. You may need to wait, or ask a parent to handle tickets for you.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
It's very easy to understand.
Item tags are basically like hidden save variables.
You can set them like variables, so "/item tag set test 1"
You can read them using the variable GetItemTag block, so input "test" and the item you're reading
The code will output "1" because we set the tag to 1
If...