summaryrefslogtreecommitdiff
path: root/npc/010-4-1/katze.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/010-4-1/katze.txt')
-rw-r--r--npc/010-4-1/katze.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/010-4-1/katze.txt b/npc/010-4-1/katze.txt
new file mode 100644
index 000000000..39761105f
--- /dev/null
+++ b/npc/010-4-1/katze.txt
@@ -0,0 +1,15 @@
+// TMW2/LOF Script.
+// Author:
+// Jesusalva
+// Description:
+// THIS IS A PLACEHOLDER
+
+010-4-1,44,30,0 script Katze NPC_KATZE,{
+ npctalk3 l("Meow.");
+ end;
+OnInit:
+ .distance=5;
+ .sex = G_OTHER;
+ end;
+}
+