diff options
-rw-r--r-- | npc/001-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/001-1/trozz.txt | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt index aa3dd564..52c93348 100644 --- a/npc/001-1/_import.txt +++ b/npc/001-1/_import.txt @@ -18,4 +18,5 @@ npc: npc/001-1/panels.txt npc: npc/001-1/qonan.txt npc: npc/001-1/taree.txt npc: npc/001-1/treeleaf.txt +npc: npc/001-1/trozz.txt npc: npc/001-1/xilaxa.txt diff --git a/npc/001-1/trozz.txt b/npc/001-1/trozz.txt new file mode 100644 index 00000000..b3b51634 --- /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; +} + |