Changes
Page history
Update Variables, replaced <scope.ver.variable> with var.variable
authored
Jul 22, 2025
by
mikekevie
Show whitespace changes
Inline
Side-by-side
Skills/Variables.md
View page @
ede9bf76
...
...
@@ -53,7 +53,7 @@ All variable mechanics and conditions accept `var=` and `scope=` attributes to d
-
variablesubtract{var=skill.example;amount=hello}
# Print a set
-
message{m=<skill.v
e
r.example>}
# 1,2,world
-
message{m=<skill.v
a
r.example>}
# 1,2,world
```
### List
...
...
@@ -68,8 +68,8 @@ All variable mechanics and conditions accept `var=` and `scope=` attributes to d
-
variablesubtract{var=skill.example;amount=0}
# Print a list
-
message{m=<skill.v
e
r.example>}
# 2,hello,world
-
message{m=<skill.v
e
r.example.0>}
# 2
-
message{m=<skill.v
a
r.example>}
# 2,hello,world
-
message{m=<skill.v
a
r.example.0>}
# 2
```
### Map
...
...
@@ -84,8 +84,8 @@ All variable mechanics and conditions accept `var=` and `scope=` attributes to d
-
variablesubtract{var=skill.example;amount=hello}
# Print a map
-
message{m=<skill.v
e
r.example>}
# mamma=mia;pizza=pasta;please=help
-
message{m=<skill.v
e
r.example.please>}
# help
-
message{m=<skill.v
a
r.example>}
# mamma=mia;pizza=pasta;please=help
-
message{m=<skill.v
a
r.example.please>}
# help
```
...
...
...
...