summaryrefslogtreecommitdiff
path: root/npc/024-16/generals.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-16/generals.txt')
-rw-r--r--npc/024-16/generals.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/npc/024-16/generals.txt b/npc/024-16/generals.txt
new file mode 100644
index 000000000..0fa9cfab6
--- /dev/null
+++ b/npc/024-16/generals.txt
@@ -0,0 +1,24 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// Generals
+
+024-16,29,21,0 script Wizard General NPC_BLUESABER,{
+ hello;
+ end;
+
+OnInit:
+ .distance=5;
+ end;
+}
+
+024-16,31,21,0 script Warrior General NPC_REDSABER,{
+ hello;
+ end;
+
+OnInit:
+ .distance=5;
+ end;
+}
+