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