📙
Skript Tutorials
  • Introduction
    • The Basics
    • Syntax Overview
    • Debugging
    • Useful Resources
  • Core Concepts
    • Indentation and Program Flow
      • Conditionals
      • Loops
      • Functions
    • Variables
      • Global and Local
      • List Basics
      • Options and the Variables Section
      • Memory Variables, Metadata, and Alternatives
    • Lists
      • Filters
      • Index Serialization
    • Text?
    • Custom Commands
    • Vectors
      • Vectors in Skript
        • Other Ways to Create Vectors
      • Working with Vectors
      • Proper Vector Math
  • Unfinished
    • Syntax Types
      • Reading Syntax
      • Events
      • Conditions
      • Effects
      • Literals and Aliases
      • Expressions
      • Sections
    • Auxiliary Guides
      • Cooldowns
      • Using Math
      • Useful Config Options
      • Naming Conventions
      • Writing Good Code
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Core Concepts
  2. Lists

Index Serialization

In Progress

Talk about the weird ways index serialization works, maybe talk about how to tie two values together with list index (block type/location, etc). eg: why you can't just assume stone and %1 stone% will be the same index, why locations can't be taken back out of indices, etc

PreviousFiltersNextText?

Last updated 7 months ago

Was this helpful?