diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2020-04-15 00:51:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-15 00:51:49 +0200 |
| commit | d33ab5756e3b586f17aa9300b15d33bc86c84663 (patch) | |
| tree | 15f10713dd121cbe34a364a515185fce9dc3a722 | |
| parent | 867f5e91165ceedb4adc93ec7b556ce8421c6bbd (diff) | |
| download | wiki-d33ab5756e3b586f17aa9300b15d33bc86c84663.tar.gz wiki-d33ab5756e3b586f17aa9300b15d33bc86c84663.tar.bz2 wiki-d33ab5756e3b586f17aa9300b15d33bc86c84663.zip | |
fix(commands): How to delete an item with .additem
| -rw-r--r-- | docs/GM-Commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GM-Commands.md b/docs/GM-Commands.md index 763f612..9a67d8c 100644 --- a/docs/GM-Commands.md +++ b/docs/GM-Commands.md @@ -17,7 +17,7 @@ Note: Some commands are working only by selecting a player or a creature. These |account set password|4|Syntax: .account set password $account $password $password Set password for account.| |account set|3|Syntax: .account set $subcommand Type .account set to see the list of possible subcommands or .help account set $subcommand to see info on subcommands| |account|0|Syntax: .account Display the access level of your account.| -|additem|3|Syntax: .additem #itemid/[#itemname]/#shift-click-item-link #itemcount Adds the specified number of items of id #itemid (or exact (!) name $itemname in brackets, or link created by shift-click at item in inventory or recipe) to your or selected character inventory. If #itemcount is omitted, only one item will be added. .| +|additem|3|Syntax: .additem #itemid/[#itemname]/#shift-click-item-link #itemcount Adds the specified number of items of id #itemid (or exact (!) name $itemname in brackets, or link created by shift-click at item in inventory or recipe) to your or selected character inventory. If #itemcount is omitted, only one item will be added. **If #itemcount is negative, it will remove the item(s) from the character.**| |additemset|3|Syntax: .additemset #itemsetid Add items from itemset of id #itemsetid to your or selected character inventory. Will add by one example each item from itemset.| |announce|1|Syntax: .announce $MessageToBroadcast Send a global message to all players online in chat log.| |arena captain|3|Syntax: .arena captain #TeamID $name. A command to set new captain to the team. $name must be in the team| |
