diff options
Diffstat (limited to 'npc/001-1')
-rw-r--r-- | npc/001-1/salem.txt | 1 | ||||
-rw-r--r-- | npc/001-1/wateranimation.txt | 9 |
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/001-1/salem.txt b/npc/001-1/salem.txt index a9c51450..a201f215 100644 --- a/npc/001-1/salem.txt +++ b/npc/001-1/salem.txt @@ -76,6 +76,7 @@ ArtisQuests_CatchPiou_Difficulcy = 0; if (!BuyPiou(@ArtisQuests_PiouPrice)) ArtisQuests_PiouDiscount = 0; + // else ... } else mesq l("So, where is my piou? You should keep the given promise."); 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; |