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, 19 insertions, 0 deletions
diff --git a/npc/008-2-0/celestia.txt b/npc/008-2-0/celestia.txt
new file mode 100644
index 00000000..81fb372b
--- /dev/null
+++ b/npc/008-2-0/celestia.txt
@@ -0,0 +1,19 @@
+// 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;
+}