From 862551f1341356d88a4b969a90f1c98de82067dc Mon Sep 17 00:00:00 2001 From: Micksha Date: Fri, 5 Oct 2018 22:15:07 +0200 Subject: Trying to add some NPCs for Hurns --- npc/008-2-1/generalstore.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 npc/008-2-1/generalstore.txt (limited to 'npc/008-2-1/generalstore.txt') diff --git a/npc/008-2-1/generalstore.txt b/npc/008-2-1/generalstore.txt new file mode 100644 index 00000000..ac409800 --- /dev/null +++ b/npc/008-2-1/generalstore.txt @@ -0,0 +1,20 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// General Store. +// THIS IS A PLACEHOLDER! + +008-1,38,35,0 script Generalstore#008-1 NPC_GENERAL_STORE,{ + speech + l("Hi!"), + lg("My name is General Store, they still call me this although I left the army a few years ago."); + l("I have nothing to sell, come back later."); + + close; + +OnInit: + .sex = G_MALE; + .distance = 2; + end; +} -- cgit v1.2.3-60-g2f50