From d99be6f946f6afcfe33cd09555c552f3ef9e1fd1 Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 29 Jun 2015 02:14:28 +0200 Subject: Add Lozerk (sword trainer) empty NPC. --- npc/001-1/_import.txt | 1 + npc/001-1/lozerk.txt | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 npc/001-1/lozerk.txt diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt index 33849d8a..58ac598b 100644 --- a/npc/001-1/_import.txt +++ b/npc/001-1/_import.txt @@ -9,6 +9,7 @@ npc: npc/001-1/doors.txt npc: npc/001-1/elmo.txt npc: npc/001-1/enora.txt npc: npc/001-1/harbours.txt +npc: npc/001-1/lozerk.txt npc: npc/001-1/panels.txt npc: npc/001-1/qonan.txt npc: npc/001-1/taree.txt diff --git a/npc/001-1/lozerk.txt b/npc/001-1/lozerk.txt new file mode 100644 index 00000000..04ae4d19 --- /dev/null +++ b/npc/001-1/lozerk.txt @@ -0,0 +1,21 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Sword trainer from the Legion of Aemil guild. + +001-1,56,43,0 script Lozerk 120,{ + mesn; + mesq l("You can't join the sword training clothed that way."); + + goto L_Close; + +L_Close: + close; + +OnInit: + setnpcsex G_MALE; + setnpcdistance 2; + end; +} + -- cgit v1.2.3-70-g09d2