summaryrefslogtreecommitdiff
path: root/npc/001-1/wateranimation.txt
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2015-09-18 04:39:28 +0300
committerJoseph Botosh <rumly111@gmail.com>2015-09-18 04:39:43 +0300
commitd8b4bf9b93cfd1cdb0f7792bab58790f0c15f919 (patch)
treefb1beb38077ff7c79e2f8a4fc416605214f0ea34 /npc/001-1/wateranimation.txt
parent7b9e3b5d69a6ca10e7d1bcdefa83badce8cbb666 (diff)
downloadserverdata-d8b4bf9b93cfd1cdb0f7792bab58790f0c15f919.tar.gz
serverdata-d8b4bf9b93cfd1cdb0f7792bab58790f0c15f919.tar.bz2
serverdata-d8b4bf9b93cfd1cdb0f7792bab58790f0c15f919.tar.xz
serverdata-d8b4bf9b93cfd1cdb0f7792bab58790f0c15f919.zip
add function fishing
Diffstat (limited to 'npc/001-1/wateranimation.txt')
-rw-r--r--npc/001-1/wateranimation.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/npc/001-1/wateranimation.txt b/npc/001-1/wateranimation.txt
index c01e3b67f..466ba6e37 100644
--- a/npc/001-1/wateranimation.txt
+++ b/npc/001-1/wateranimation.txt
@@ -5,11 +5,10 @@
// Water animations, splash, fishes, etc...
001-1,116,123,0 script #water_animation0 NPC_WATER_SPLASH,{
- mesn "Narrator";
- mesq col(l("You see some fish reflecting the sun on the surface of the ocean."), 9);
- next;
- closedialog;
- end;
+ narrator
+ l("You see some fish reflecting the sun on the surface of the ocean.");
+ fishing;
+ close;
OnInit:
setnpcsex G_OTHER;