summaryrefslogtreecommitdiff
path: root/npc/001-2-40/trozz.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-40/trozz.txt')
-rw-r--r--npc/001-2-40/trozz.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/001-2-40/trozz.txt b/npc/001-2-40/trozz.txt
new file mode 100644
index 000000000..df76c26f5
--- /dev/null
+++ b/npc/001-2-40/trozz.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Author:
+// Reid
+// Description:
+// Chief of the Legion of Aemil of the city of Artis.
+
+001-2-40,36,46,0 script Trozz#001-2-40 NPC_HUMAN_MALE_CHIEF_ARTIS_LEGION,{
+ mesn;
+ mesq l("Hi.");
+
+ goto L_Close;
+
+L_Close:
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 4;
+ end;
+}
+