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/ekinu.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 npc/020-1/ekinu.txt (limited to 'npc/020-1/ekinu.txt') diff --git a/npc/020-1/ekinu.txt b/npc/020-1/ekinu.txt new file mode 100644 index 00000000..2e9682c0 --- /dev/null +++ b/npc/020-1/ekinu.txt @@ -0,0 +1,18 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Ekinu, a Brotherhood Guard protecting the bridge. +// THIS IS A PLACEHOLDER! + +020-1,170,118,0 script Ekinu NPC_RAIJIN_MALE_BROTHERHOOD,{ + speech + l("Hi!"), + l("You come from Hurnscald? Oh, did you meet my Grandma there? Is she fine?"), + l("Tell her greetings, and give her some flowers from me when you return there."); + close; + +OnInit: + .distance = 4; + end; +} -- cgit v1.2.3-70-g09d2