summaryrefslogtreecommitdiff
path: root/npc/008-2-0/celestia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-0/celestia.txt')
-rw-r--r--npc/008-2-0/celestia.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/npc/008-2-0/celestia.txt b/npc/008-2-0/celestia.txt
deleted file mode 100644
index 81fb372b..00000000
--- a/npc/008-2-0/celestia.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// The Mana World scripts.
-// Author:
-// Micksha
-// Description:
-// Our beloved Princess Celestia.
-// THIS IS A PLACEHOLDER!
-
-008-2-0,30,23,0 script Celestia NPC_CELESTIA,{
- speech
- l("Hi!"),
- l("You may remember me, I am Celestia.");
- l("Take a cup of tea until something happens here.");
-
- close;
-
-OnInit:
- .distance = 4;
- end;
-}