summaryrefslogtreecommitdiff
path: root/npc/000-1/shop.txt
blob: 763fc2f88b340bba3c487df68e1f68ad9c726137 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Evol scripts.
// Author:
//    Reid
//    4144
// Description:
//    Fexil's shop bag.

000-1,84,98,0	trader	Bag	109,{

OnInit:
    sellitem PiouLegs;
    sellitem Bread;
    sellitem Croconut;
    sellitem Aquada;
    sellitem Armbands;
    sellitem LousyMoccasins;
    sellitem PiouSlayer;

    setnpcsex G_MALE;
    setnpcdistance 2;
    end;
}