From 20df2abc1aca00d6aa5dc78347133890f36b32f3 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sat, 13 Jan 2018 20:50:42 +0100 Subject: Initial commit --- npc/001-1/artaxe.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 npc/001-1/artaxe.txt (limited to 'npc/001-1/artaxe.txt') diff --git a/npc/001-1/artaxe.txt b/npc/001-1/artaxe.txt new file mode 100644 index 000000000..9f8e02f25 --- /dev/null +++ b/npc/001-1/artaxe.txt @@ -0,0 +1,19 @@ +// Evol scripts. +// Author: +// Reid +// Description: +// Legion NPC blocking the north road of Artis. + +001-1,90,31,0 script Artaxe NPC_ARTAXE,{ + speech S_LAST_NEXT, + l("Sorry buddy, you can't pass by this way, we're moving some furniture."), + l("Come back later!"); + + closedialog; + close; + +OnInit: + .sex = G_MALE; + .distance = 2; + end; +} -- cgit v1.2.3-60-g2f50