From 4e1147bd8f59f8a498128150650d7b0b5fb87cab Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 14 Jul 2018 12:15:52 -0300 Subject: Fishing on 017-1 --- npc/017-1/_import.txt | 1 + npc/017-1/wateranimation.txt | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 npc/017-1/wateranimation.txt (limited to 'npc') diff --git a/npc/017-1/_import.txt b/npc/017-1/_import.txt index aeb37394c..cab934e03 100644 --- a/npc/017-1/_import.txt +++ b/npc/017-1/_import.txt @@ -8,3 +8,4 @@ "npc/017-1/nowhere_man.txt", "npc/017-1/signs.txt", "npc/017-1/soul-menhir.txt", +"npc/017-1/wateranimation.txt", diff --git a/npc/017-1/wateranimation.txt b/npc/017-1/wateranimation.txt new file mode 100644 index 000000000..78389f2e1 --- /dev/null +++ b/npc/017-1/wateranimation.txt @@ -0,0 +1,23 @@ +// TMW2 scripts. +// Author: +// gumi +// Reid +// Saulc +// Jesusalva +// Description: +// Water animations, splash, fishes, etc... + +017-1,109,223,0 script #Lof_WAM0 NPC_WATER_SPLASH,{ + + fishing; // begin or continue fishing + close; + +OnInit: + .sex = G_OTHER; + .distance = 4; + end; +} + +017-1,97,133,0 duplicate(#Lof_WAM0) #Lof_WAM1 NPC_WATER_SPLASH +017-1,88,120,0 duplicate(#Lof_WAM0) #Lof_WAM2 NPC_WATER_SPLASH + -- cgit v1.2.3-60-g2f50