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, 18 insertions, 0 deletions
diff --git a/npc/009-2-7/leofwin.txt b/npc/009-2-7/leofwin.txt
new file mode 100644
index 00000000..c634b9fb
--- /dev/null
+++ b/npc/009-2-7/leofwin.txt
@@ -0,0 +1,18 @@
+// 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;
+}