diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1/artaxe.txt | 10 | ||||
-rw-r--r-- | npc/001-1/juscare.txt | 3 |
2 files changed, 4 insertions, 9 deletions
diff --git a/npc/001-1/artaxe.txt b/npc/001-1/artaxe.txt index 9e7be3e4..ba7c7598 100644 --- a/npc/001-1/artaxe.txt +++ b/npc/001-1/artaxe.txt @@ -5,14 +5,10 @@ // Description: // Helping NPC. -001-1,92,43,0 script Artaxe NPC_SHOP_BAG,{ - mesn; - mesq l("Do you feel too weak even to do damage to this areas wishy-washy wildlife?"); - next; - mesq l("Then concentrate your anger upon the trees hereabouts, you will gain experience whilst leveling your sword skill on them."); - next; - mesq l("Oh, and a fruit may even fall for you if you are lucky! But stay alert to pick up your drops."); +001-1,90,31,0 script Artaxe NPC_ARTAXE,{ + villagertalk; + closedialog; close; OnInit: diff --git a/npc/001-1/juscare.txt b/npc/001-1/juscare.txt index e6cdc9cb..7ad1ecdb 100644 --- a/npc/001-1/juscare.txt +++ b/npc/001-1/juscare.txt @@ -32,8 +32,7 @@ npc_turntoxy(.@cx, .@cy); } - speech 4, - l("It is a sunny day, don't you think?"); + villagertalk; localClose; |