Changes
Page history
Update Variables
authored
Jul 27, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Variables.md
View page @
3a0dc5b6
...
@@ -68,7 +68,7 @@ Includes INTEGER, FLOAT and DOUBLE since their behavior is functionally the same
...
@@ -68,7 +68,7 @@ Includes INTEGER, FLOAT and DOUBLE since their behavior is functionally the same
-
variableadd{var=skill.example;amount=" world"}
-
variableadd{var=skill.example;amount=" world"}
# Remove every substring from a string
# Remove every substring from a string
-
variablesubtract{var=skill.example;amount="oh
oh
"}
-
variablesubtract{var=skill.example;amount="oh "}
# Print a string
# Print a string
-
message{m=<skill.var.example>}
# hello world
-
message{m=<skill.var.example>}
# hello world
...
...
...
...