From d8b4bf9b93cfd1cdb0f7792bab58790f0c15f919 Mon Sep 17 00:00:00 2001 From: Joseph Botosh Date: Fri, 18 Sep 2015 04:39:28 +0300 Subject: add function fishing --- npc/001-1/wateranimation.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'npc/001-1/wateranimation.txt') diff --git a/npc/001-1/wateranimation.txt b/npc/001-1/wateranimation.txt index c01e3b67..466ba6e3 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; -- cgit v1.2.3-70-g09d2