summaryrefslogtreecommitdiff
path: root/npc/functions/shops.txt
blob: 0e4917062e55c29f3cb7895638d26af1ce7248aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Evol functions.
// Authors:
//    4144
// Description:
//    Shops utility functions
// Variables:
//    none

function	script	restoreshopitem	{
    if (shopcount(args(0)) < args(1))
        sellitem args(0), -1, args(1);
    return;
}