summaryrefslogtreecommitdiff
path: root/npc/001-2-12/oscar.txt
blob: ce9762c59702855acc2f9db39007ea07ae1d6c69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Dye seller, she sells and explain how works dye cards.

001-2-12,38,30,0	script	Oscar#001-2-12	NPC_OSCAR,{
    closedialog;
    goodbye;
    close;

OnInit:
    .sex = G_MALE;
    .distance = 3;
    end;
}