summaryrefslogtreecommitdiff
path: root/npc/081-1/extra.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/081-1/extra.txt')
-rw-r--r--npc/081-1/extra.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/npc/081-1/extra.txt b/npc/081-1/extra.txt
new file mode 100644
index 00000000..33250358
--- /dev/null
+++ b/npc/081-1/extra.txt
@@ -0,0 +1,31 @@
+// TMW Script.
+// Author:
+// Jesusalva
+// Notes:
+// Christmas 2021 - Extra NPCs & Code Injection
+
+081-1,82,68,0 script Nut Cracker NPC330,{
+ @npcname$ = "Nut Cracker";
+ Banker();
+ close;
+
+OnInit:
+ .distance=5;
+ end;
+}
+
+081-1,57,49,0 script Soul Menhir#Aethyr NPC346,{
+ @map$ = "081-1";
+ setarray @Xs, 54, 54, 54, 55, 55, 55, 56;
+ setarray @Ys, 52, 53, 54, 52, 53, 54, 54;
+ @x = 0;
+ @y = 0;
+ callfunc "SoulMenhir";
+ @map$ = "";
+ cleararray @Xs[0], 0, 7;
+ cleararray @Ys[0], 0, 7;
+ @x = 0;
+ @y = 0;
+ close;
+}
+