diff options
author | Joseph Botosh <rumly111@gmail.com> | 2015-09-18 04:39:28 +0300 |
---|---|---|
committer | Joseph Botosh <rumly111@gmail.com> | 2015-09-18 04:39:43 +0300 |
commit | d8b4bf9b93cfd1cdb0f7792bab58790f0c15f919 (patch) | |
tree | fb1beb38077ff7c79e2f8a4fc416605214f0ea34 /npc/001-1/wateranimation.txt | |
parent | 7b9e3b5d69a6ca10e7d1bcdefa83badce8cbb666 (diff) | |
download | serverdata-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.txt | 9 |
1 files changed, 4 insertions, 5 deletions
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; |