diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-02 20:12:30 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-02 20:14:06 -0700 |
commit | f1783d126117d15c409290c405239aabf918080b (patch) | |
tree | 1fd8b86ef4f6f8d3a7c314b0e156d4cac4827161 /npc/029-3/barrier.txt | |
parent | c5e76820b1605d85faf6b635dd1f9e3ce5e811ce (diff) | |
download | serverdata-f1783d126117d15c409290c405239aabf918080b.tar.gz serverdata-f1783d126117d15c409290c405239aabf918080b.tar.bz2 serverdata-f1783d126117d15c409290c405239aabf918080b.tar.xz serverdata-f1783d126117d15c409290c405239aabf918080b.zip |
Fix some CRLF and executable bits
Diffstat (limited to 'npc/029-3/barrier.txt')
-rw-r--r-- | npc/029-3/barrier.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/029-3/barrier.txt b/npc/029-3/barrier.txt index ec8aeb3d..23b37ea3 100644 --- a/npc/029-3/barrier.txt +++ b/npc/029-3/barrier.txt @@ -1,8 +1,8 @@ -029-3.gat,45,20,0 script #FightCaveBarrier 127,1,1,{
- if ($@FIGHT_CAVE_STATUS == 1) goto L_Block;
- warp "029-1.gat", 54, 39;
- end;
-
- L_Block:
- message strcharinfo(0), "Some force seems to be blocking you from exiting.";
-}
+029-3.gat,45,20,0 script #FightCaveBarrier 127,1,1,{ + if ($@FIGHT_CAVE_STATUS == 1) goto L_Block; + warp "029-1.gat", 54, 39; + end; + + L_Block: + message strcharinfo(0), "Some force seems to be blocking you from exiting."; +} |