Update ReloadAmmo authored by Lxlp's avatar Lxlp
......@@ -11,11 +11,16 @@ will search the caster's inventory for the configured ammo item (or another item
| reloadfailskill | onreloadfail, onfail | Metaskill to execute if the reload fails | |
## Example
## Examples
```yaml
Skills:
- reloadammo{sync=false;
onReload=TestGun-Reload;
onFail=TestGun-Reload-Fail;
onFull=TestGun-Reload-Full
} @self ~onSwing
```
## Aliases
- [x] loadAmmo
\ No newline at end of file