summaryrefslogtreecommitdiff
path: root/npc/001-2-6/dolfina.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-6/dolfina.txt')
-rw-r--r--npc/001-2-6/dolfina.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/npc/001-2-6/dolfina.txt b/npc/001-2-6/dolfina.txt
deleted file mode 100644
index 8d9c1a2c4..000000000
--- a/npc/001-2-6/dolfina.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-// Evol scripts.
-// Author:
-// Reid
-// Description:
-// Aemil
-
-001-2-6,31,44,0 script Dolfina NPC_ELVEN_FEMALE_READING,{
- mesn;
- mesq l("Stop disturbing me, I already re-read that part twice because of you!");
-
- goto L_Close;
-
-L_Close:
- close;
-
-OnInit:
- .sex = G_FEMALE;
- .distance = 2;
- end;
-}
-