diff options
Diffstat (limited to 'npc/001-2-40/trozz.txt')
-rw-r--r-- | npc/001-2-40/trozz.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/npc/001-2-40/trozz.txt b/npc/001-2-40/trozz.txt deleted file mode 100644 index df76c26f5..000000000 --- a/npc/001-2-40/trozz.txt +++ /dev/null @@ -1,21 +0,0 @@ -// 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; -} - |