summaryrefslogtreecommitdiff
path: root/npc/003-0/audsbel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-0/audsbel.txt')
-rw-r--r--npc/003-0/audsbel.txt19
1 files changed, 17 insertions, 2 deletions
diff --git a/npc/003-0/audsbel.txt b/npc/003-0/audsbel.txt
index 9f117c89d..ca5edecbb 100644
--- a/npc/003-0/audsbel.txt
+++ b/npc/003-0/audsbel.txt
@@ -1,3 +1,18 @@
-// Gives #parum
-// coords: (32,24)
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// One of the Mana Magic Leaders
+// Gives #parum
+
+003-0,34,37,0 script Audsbel NPC_AULDSBEL,{
+ goodbye;
+ closedialog;
+ close;
+
+OnInit:
+ .sex=G_MALE;
+ .distance=5;
+ end;
+}