diff options
Diffstat (limited to 'npc/020-2-7/manoli.txt')
-rw-r--r-- | npc/020-2-7/manoli.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/020-2-7/manoli.txt b/npc/020-2-7/manoli.txt new file mode 100644 index 00000000..578f0569 --- /dev/null +++ b/npc/020-2-7/manoli.txt @@ -0,0 +1,19 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Manoli, a Legion Guard inside the Legion storage building. +// THIS IS A PLACEHOLDER! + +020-2-7,35,23,0 script Manoli NPC_HUMAN_FEMALE_LEGION_ARTIS,{ + speech + l("Hi there."), + l("Looks like someone ran out of ideas for placeholder NPCs."), + l("So if you want, you can hunt something, or cook something, or craft somethig."), + l("Whatever."); + close; + +OnInit: + .distance = 4; + end; +} |