diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/shops.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/shops.txt b/npc/functions/shops.txt index d5dabca7d..a4945c57e 100644 --- a/npc/functions/shops.txt +++ b/npc/functions/shops.txt @@ -7,6 +7,7 @@ // Variables: // Item ID, Item Price, Item Amount +// restoreshopitem(amount) or restoreshopitem(price, amount) function script restoreshopitem { if (getarg(2, -1337) == -1337) { .@amount=getarg(1); |