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, 21 insertions, 0 deletions
diff --git a/npc/042-1/malik.txt b/npc/042-1/malik.txt
new file mode 100644
index 00000000..389d3233
--- /dev/null
+++ b/npc/042-1/malik.txt
@@ -0,0 +1,21 @@
+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;
+}