In programming, it is often we use a list item as index. Such as:
However, things can be a bit tricky with Skript. Which is the correct syntax to use list item as index of another list?
...
Code:
a[b[c]]
However, things can be a bit tricky with Skript. Which is the correct syntax to use list item as index of another list?
code_language.skript:
message "%{a::{b::{c}}%"
code_language.skript:
message "%{a::%{b::{c}}%}%"
code_language.skript:
message "%{a::%%{b::{c}}%%}%"