summaryrefslogtreecommitdiff
path: root/npc/001-1/pious.txt
blob: 8884c63d6f2ef4ae9ebe22a0e5be02d66299e731 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Evol scripts.
// Author:
//    Travolta
// Description:
//    Pious on Market
// Variables:
//    none


001-1,55,119,0	script	#MarketPiou1	NPC_MARKET_PIOU,{
    end;

OnInit:
    .sex = G_OTHER;
    .distance = 2;
    end;
}