diff options
Diffstat (limited to 'npc/006-0/piouisle.txt')
-rw-r--r-- | npc/006-0/piouisle.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/006-0/piouisle.txt b/npc/006-0/piouisle.txt new file mode 100644 index 000000000..e9dfeec37 --- /dev/null +++ b/npc/006-0/piouisle.txt @@ -0,0 +1,12 @@ +// TMW2 Script +// Author: +// Jesusalva + +006-0,66,62,0 script Magic Barrier#Pi NPC_HIDDEN,0,0,{ + end; + +OnTouch: + //warp "006-2", 49, 53; + dispbottom l("Please use the warp to the right"); + end; +} |