summaryrefslogtreecommitdiff
path: root/npc/003-1/wateranimation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/wateranimation.txt')
-rw-r--r--npc/003-1/wateranimation.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/003-1/wateranimation.txt b/npc/003-1/wateranimation.txt
new file mode 100644
index 000000000..48a4b3cfa
--- /dev/null
+++ b/npc/003-1/wateranimation.txt
@@ -0,0 +1,19 @@
+// Evol scripts.
+// Author:
+// gumi
+// Reid
+// Description:
+// Water animations, splash, fishes, etc...
+
+003-1,104,100,0 script #water_animation0 NPC_WATER_SPLASH,{
+
+ fishing; // begin or continue fishing
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 5;
+ end;
+}
+
+003-1,108,102,0 duplicate(#water_animation0) #water_animation16 NPC_WATER_SPLASH \ No newline at end of file