blob: 26130144ef9dc9b75349b926e21fc04419e242ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Evol scripts.
// Authors:
// Reid
// Description:
// Water animations, splash, fishes, etc...
001-1,62,129,0 script #water_animation9 NPC_WATER_SPLASH,{
playertalk
l("These waters are rich in fish!");
close;
OnInit:
.sex = G_OTHER;
.distance = 10;
end;
}
|