set/get/delete
behaviour.{...}
curly brackets around their name. Special types of variable are recognisable by a non-alphanumeric character @$#!?
at the start of their name.{variable}
name pattern.trigger
section.{@variable}
name pattern. They are reference variables, and store a reference to the object rather than the object's value itself.{@var}
is different from a variable named {var}
.get_atomic_literal(object)
function from the skript namespace.AtomicVariable
object and may be difficult to manipulate.{_variable}
name pattern. They are reference variables.wait
or sleep
effect will pause the thread.run ... in the background
effect can be used to create a different, branching process that will run at the same time as the current one.{_var}
is different from a variable named {var}
.{_variables}
are different.{!variable}
name pattern. They are reference variables. These are most similar to the normal variables from original Skript.{!variable}
anywhere on any process will access the same value.{!var}
is different from a variable named {var}
.