From 671b284efb662c698807d553e9382d4ec1d73859 Mon Sep 17 00:00:00 2001 From: Reid Date: Sat, 26 Dec 2015 21:00:43 +0100 Subject: Move Trozz to #40. --- npc/001-2-40/trozz.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 npc/001-2-40/trozz.txt (limited to 'npc/001-2-40/trozz.txt') 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; +} + -- cgit v1.2.3-70-g09d2