removed new syntax inconsistency after gitlab update authored by Lxlp's avatar Lxlp
...@@ -400,7 +400,9 @@ ExampleMob: ...@@ -400,7 +400,9 @@ ExampleMob:
]} @trigger ~onInteract ]} @trigger ~onInteract
``` ```
> In this example you can see both the syntax to write a inline metaskill and some of the features of a normal Metaskill (target inheritance, use of delays) being used > In this example you can see both the syntax to write a inline metaskill and some of the features of a normal Metaskill (target inheritance, use of delays) being used
##
---
```yaml ```yaml
Skills: Skills:
- skill{s=[ - skill{s=[
...@@ -412,7 +414,9 @@ ExampleMob: ...@@ -412,7 +414,9 @@ ExampleMob:
]} @target ]} @target
``` ```
> In this example you can see how Inline Metaskills can be nested and how they share the same [skilltree], enabling them to use skill scoped variables > In this example you can see how Inline Metaskills can be nested and how they share the same [skilltree], enabling them to use skill scoped variables
##
---
```yaml ```yaml
Skills: Skills:
- skill{branch=true;s=[ - skill{branch=true;s=[
... ...
......