summaryrefslogtreecommitdiff
path: root/npc/020-2-28/pauline.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 11:00:49 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 11:00:49 -0300
commit8a4bf716002a017de77fe7df301ef8e4aaf00a2e (patch)
tree4947d0b015baad639fa07133369e9a09c8a468bc /npc/020-2-28/pauline.txt
downloadserverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.gz
serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.bz2
serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.xz
serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.zip
Initial commit
Diffstat (limited to 'npc/020-2-28/pauline.txt')
-rw-r--r--npc/020-2-28/pauline.txt39
1 files changed, 39 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..72b47959
--- /dev/null
+++ b/npc/020-2-28/pauline.txt
@@ -0,0 +1,39 @@
+// 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.");
+ select
+ l("You're weird, I have to go sorry."),
+ l("I can't do that, I keep getting killed.");
+ mes "";
+ if (@menu == 1)
+ close;
+ mesn;
+ mesq l("Oh no! Well, I never said to confront alone. Did you try going with friends?");
+ next;
+ if (askyesno() == ASK_NO) {
+ mesn;
+ mesq l("Then you should do that. It is always more fun with friends.");
+ close;
+ }
+ mesn;
+ mesq l("Ah... Then maybe you should summon a monster to your aid, or hire a mercenary.");
+ next;
+ mesn;
+ mesq l("Hold tight. Hire a mercenary? That was not in the script. Please call Jesusalva ASAP.");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}
+
+