diff options
Diffstat (limited to 'npc/020-2-7/manoli.txt')
-rw-r--r-- | npc/020-2-7/manoli.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/npc/020-2-7/manoli.txt b/npc/020-2-7/manoli.txt deleted file mode 100644 index 578f0569..00000000 --- a/npc/020-2-7/manoli.txt +++ /dev/null @@ -1,19 +0,0 @@ -// 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; -} |