summaryrefslogtreecommitdiff
path: root/npc/001-3/ctrl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-3/ctrl.txt')
-rw-r--r--npc/001-3/ctrl.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/npc/001-3/ctrl.txt b/npc/001-3/ctrl.txt
deleted file mode 100644
index 99c6d1f..0000000
--- a/npc/001-3/ctrl.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-// TMW2 Script.
-// Author:
-// Jesusalva
-// Description:
-// None
-
-001-3,127,64,0 script #PatreonTower NPC_HIDDEN,0,0,{
- end;
-OnTouch:
- if (is_sponsor()) warp "003-0-2", 35, 42;
- end;
-}
-
-001-3,103,69,0 script Copper Chest#Saulc NPC_CHEST,{
- // Like common chest but up to +3% bonus
- TreasureBox(rand2(150, 300), CopperKey);
- specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing
- close;
-OnInit:
- .distance=2;
- end;
-}
-