diff options
Diffstat (limited to 'npc/006-0/core.txt')
-rw-r--r-- | npc/006-0/core.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/006-0/core.txt b/npc/006-0/core.txt new file mode 100644 index 000000000..e12fb134f --- /dev/null +++ b/npc/006-0/core.txt @@ -0,0 +1,12 @@ +// TMW2 Script +// Author: +// Jesusalva + +006-0,46,26,0 script Magic Barrier#0060 NPC_HIDDEN,0,0,{ + end; + +OnTouch: + //warp "006-2", 49, 53; + dispbottom l("The power which lies in Candor rejects your strength."); + end; +} |