summaryrefslogtreecommitdiff
path: root/npc/001-2-40/trozz.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-12-26 21:00:43 +0100
committerReid <reidyaro@gmail.com>2015-12-26 21:00:43 +0100
commit671b284efb662c698807d553e9382d4ec1d73859 (patch)
tree62ab29f0c86c0b4f306294c050d47d1f52a66b78 /npc/001-2-40/trozz.txt
parentf98ff3eab99f4376dbd9f5132eeedfd9a6e2d200 (diff)
downloadserverdata-671b284efb662c698807d553e9382d4ec1d73859.tar.gz
serverdata-671b284efb662c698807d553e9382d4ec1d73859.tar.bz2
serverdata-671b284efb662c698807d553e9382d4ec1d73859.tar.xz
serverdata-671b284efb662c698807d553e9382d4ec1d73859.zip
Move Trozz to #40.
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 00000000..df76c26f
--- /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;
+}
+