blob: 0a3baa1ae3baf0ab9eecd2ce170615f067a880c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// Evol scripts.
// Author:
// Travolta
// Description:
// Pious on Market
// Variables:
// none
001-1,55,119,0 script #MarketPiou1 NPC_MARKET_PIOU,{
end;
OnInit:
.bodytype = BODYTYPE_1;
.distance = 2;
end;
}
|