blob: 986abe2c3a7839180dcfbd7015a650070f20dfcd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
// TMW2 scripts.
// Author:
// gumi
// Reid
// Saulc
// Description:
// Water animations, splash, fishes, etc...
005-1,74,51,0 script #water_animation_candor0 NPC_WATER_SPLASH,{
pondfishing; // begin or continue fishing
close;
OnInit:
.sex = G_OTHER;
.distance = 4;
end;
}
005-1,78,55,0 duplicate(#water_animation_candor0) #water_animation_candor1 NPC_WATER_SPLASH
|