summaryrefslogtreecommitdiff
path: root/npc/009-2-7/leofwin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2-7/leofwin.txt')
-rw-r--r--npc/009-2-7/leofwin.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/009-2-7/leofwin.txt b/npc/009-2-7/leofwin.txt
deleted file mode 100644
index c634b9fb..00000000
--- a/npc/009-2-7/leofwin.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Leofwin is now the status reset NPC
-// THIS IS A PLACEHOLDER!
-
-009-2-7,36,30,0 script Leofwin NPC_LEOFWIN,{
- speech
- l("Do you want a Status Reset?");
-
- ConfirmStatusReset();
- close;
-
-OnInit:
- .distance = 4;
- end;
-}