|
|
|
## Description
|
|
|
|
Teaches a player a [spell]
|
|
|
|
|
|
|
|
## Attributes
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
|
| spell | s | The [spell] to teach | |
|
|
|
|
| level | l | The level of the taught spell | 1 |
|
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
```yaml
|
|
|
|
Skills:
|
|
|
|
- teachspell{s=ExampleSpell;l=10} @trigger ~onDeath
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
|
- [x] teachRPGSpell
|
|
|
|
|
|
|
|
|
|
|
|
<!-- LINKS -->
|
|
|
|
[spell]: /Spells |
|
|
|
\ No newline at end of file |