diff options
Diffstat (limited to 'npc/005-1/underground.txt')
-rw-r--r-- | npc/005-1/underground.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/005-1/underground.txt b/npc/005-1/underground.txt new file mode 100644 index 000000000..ba721aaa6 --- /dev/null +++ b/npc/005-1/underground.txt @@ -0,0 +1,12 @@ +// TMW2 Script +// Author: +// Crazyfefe +// Jesusalva + +005-1,66,62,0 script Magic Barrier NPC_HIDDEN,0,0,{ + end; + +OnTouch: + warp "006-0", 49, 53; + end; +} |