added explicit self targeter to nested variables example authored by Lxlp's avatar Lxlp
...@@ -79,8 +79,8 @@ Variables can also be nested indefinitely: if this is done, the innermost variab ...@@ -79,8 +79,8 @@ Variables can also be nested indefinitely: if this is done, the innermost variab
```yaml ```yaml
Skills: Skills:
- setvariable{var=caster.hello;type=STRING;val=example_name} - setvariable{var=caster.hello;type=STRING;val=example_name} @self
- setvariable{var=caster.example_name;type=STRING;val=Hello There!} - setvariable{var=caster.example_name;type=STRING;val=Hello There!} @self
- message{m="<caster.var.<caster.var.hello>>"} @PIR{r=10} - message{m="<caster.var.<caster.var.hello>>"} @PIR{r=10}
``` ```
> In this example, the message would spell "Hello there!" > In this example, the message would spell "Hello there!"
\ No newline at end of file