summaryrefslogtreecommitdiff
path: root/npc/020-2-28/pauline.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-2-28/pauline.txt')
-rw-r--r--npc/020-2-28/pauline.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/020-2-28/pauline.txt b/npc/020-2-28/pauline.txt
new file mode 100644
index 00000000..4e3de4df
--- /dev/null
+++ b/npc/020-2-28/pauline.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Pauline, the War Mage.
+// THIS IS A PLACEHOLDER!
+
+020-2-28,36,20,0 script Pauline NPC_PAULINE,{
+ speech
+ l("Hi!"),
+ l("Should I tell you the secret of a good fight?"),
+ l("CONFRONT AND DESTROY!! (Don't tell your parents I said that.");
+ close;
+
+OnInit:
+ .bodytype = BODYTYPE_2;
+ .distance = 2;
+ end;
+}
+
+