summaryrefslogtreecommitdiff
path: root/npc/001-1/artaxe.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/artaxe.txt')
-rw-r--r--npc/001-1/artaxe.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/001-1/artaxe.txt b/npc/001-1/artaxe.txt
new file mode 100644
index 00000000..b7ce48cc
--- /dev/null
+++ b/npc/001-1/artaxe.txt
@@ -0,0 +1,17 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Helping NPC.
+
+000-1.gat,22,50,0,1 script Artaxe 109;2,{
+ mesn;
+ mesq l("Do you feel too weak when try to hit the surrounding wildlife?");
+ next;
+ mesq l("Then put your anger onto these trees around, you will gain experience by practicing your sword skill on them.");
+ next;
+ mesq l("And you might even gain a fruit if you're lucky!");
+
+ close;
+
+}