diff options
Diffstat (limited to 'npc/001-2-40')
-rw-r--r-- | npc/001-2-40/_import.txt | 5 | ||||
-rw-r--r-- | npc/001-2-40/_warps.txt | 4 | ||||
-rw-r--r-- | npc/001-2-40/mapflags.txt | 1 | ||||
-rw-r--r-- | npc/001-2-40/trozz.txt | 21 |
4 files changed, 31 insertions, 0 deletions
diff --git a/npc/001-2-40/_import.txt b/npc/001-2-40/_import.txt new file mode 100644 index 000000000..a7c7abb85 --- /dev/null +++ b/npc/001-2-40/_import.txt @@ -0,0 +1,5 @@ +// Map 001-2-40: unnamed +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/001-2-40/_warps.txt", +"npc/001-2-40/mapflags.txt", +"npc/001-2-40/trozz.txt", diff --git a/npc/001-2-40/_warps.txt b/npc/001-2-40/_warps.txt new file mode 100644 index 000000000..83550f10f --- /dev/null +++ b/npc/001-2-40/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 001-2-40: unnamed warps +001-2-40,45,44,0 warp #001-2-40_45_44 2,0,001-2-33,43,39 +001-2-40,27,47,0 warp #001-2-40_27_44 2,0,001-2-33,25,39 diff --git a/npc/001-2-40/mapflags.txt b/npc/001-2-40/mapflags.txt new file mode 100644 index 000000000..0c9303e82 --- /dev/null +++ b/npc/001-2-40/mapflags.txt @@ -0,0 +1 @@ +001-2-40 mapflag town 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; +} + |