From 8a4bf716002a017de77fe7df301ef8e4aaf00a2e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 11:00:49 -0300 Subject: Initial commit --- npc/020-1/nickos.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 npc/020-1/nickos.txt (limited to 'npc/020-1/nickos.txt') diff --git a/npc/020-1/nickos.txt b/npc/020-1/nickos.txt new file mode 100644 index 00000000..fb4c61be --- /dev/null +++ b/npc/020-1/nickos.txt @@ -0,0 +1,18 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Nickos, a free soldier working with Nickos on protecting the town from mine mobs. +// THIS IS A PLACEHOLDER! + +020-1,78,237,0 script Nickos NPC_NICKOS,{ + speech + l("Hi there."), + l("Sorry, for now you cannot enter. We sealed the entrance to avoid a monster flood."), + l("Come back later, perhaps you can help keeping things under control."); + close; + +OnInit: + .distance = 4; + end; +} -- cgit v1.2.3-60-g2f50