diff options
Diffstat (limited to 'npc/024-2/barrier.txt')
-rw-r--r-- | npc/024-2/barrier.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/npc/024-2/barrier.txt b/npc/024-2/barrier.txt deleted file mode 100644 index ede39644..00000000 --- a/npc/024-2/barrier.txt +++ /dev/null @@ -1,10 +0,0 @@ -// A barrier in the magic school to keep less experienced players out of the canyon - -024-2.gat,31,24,0 script #MagicSchoolBarrier1#M 0,1,1,{ - if (BaseLevel < 40) goto L_PushBack; - close; - -L_PushBack: - warp "024-2.gat", 34, 24; - close; -} |