blob: 0aeb724d6747077c9620045e9e40f2b3e5bbed95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// Evol scripts.
// Author:
// Travolta
// Description:
// Pious on Market
// Variables:
// none
001-1,55,119,0 script #MarketPiou1 NPC_MARKET_PIOU,{
narrator
l("These creatures look very cute."),
l("And they are tamed!");
close;
OnInit:
.sex = G_OTHER;
.distance = 2;
end;
}
|