summaryrefslogtreecommitdiff
path: root/npc/042-1/malik.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-1/malik.txt')
-rw-r--r--npc/042-1/malik.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/npc/042-1/malik.txt b/npc/042-1/malik.txt
deleted file mode 100644
index 389d3233..00000000
--- a/npc/042-1/malik.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-042-1.gat,105,60,0 script Malik 162,{
-
- menu
- "Reset",-,
- "Test Scorpion Fight", L_Scorp,
- "close",L_Close;
- set hasan, 0;
- set kaan, 0;
- set sorfina, 0;
- set tanisha, 0;
- set maggot, 0;
- set FLAGS, FLAGS & ~FLAG_TUTORIAL_DONE;
-L_Close:
- close;
-
-L_Scorp:
- set sorfina, 4;
- set kaan, 4;
- set hasan, 3;
- close;
-}