summaryrefslogtreecommitdiff
path: root/npc/001-1/pious.txt
blob: 668145fd2cd2cb7c20f73e281a70b2269401a801 (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:
    setnpcsex G_OTHER;
    setnpcdistance 2;
    end;
}