Updated script command callshop documentation

* Fixes #2419.
* Updated documentation to show that the option parameter only works on the 'shop' type NPC.
Thanks to @anacondaqq!
This commit is contained in:
aleos
2017-09-26 16:16:19 -04:00
parent 9b66c32ef7
commit 2572bbbcb9

View File

@@ -6537,6 +6537,8 @@ The options are:
1 = The buy window
2 = The sell window
Note: The <option> parameter only works on the 'shop' type NPC.
A shop called with this command will trigger the labels "OnBuyItem" and "OnSellItem"
(as long as an npcshop* command is executed from that NPC, see note below). These
labels, if used, will replace how the shop handles the buying and selling of items,