diff options
Diffstat (limited to 'npc/008-2-20/valia.txt')
-rw-r--r-- | npc/008-2-20/valia.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/npc/008-2-20/valia.txt b/npc/008-2-20/valia.txt deleted file mode 100644 index d9545bf5..00000000 --- a/npc/008-2-20/valia.txt +++ /dev/null @@ -1,19 +0,0 @@ -// The Mana World scripts. -// Author: -// Micksha -// Description: -// Our beloved Evil Witch Valia. -// THIS IS A PLACEHOLDER! - -008-2-20,32,22,0 script Valia NPC_VALIA,{ - speech - l("Hi!"), - l("You may remember me, I am Valia."); - l("Better stay away from my basement, you may end up like the poor guy down there."); - - close; - -OnInit: - .distance = 4; - end; -} |