diff options
author | Chuck Miller <shadowmil@gmail.com> | 2010-07-21 22:57:04 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2010-07-22 18:57:49 -0400 |
commit | 7922c819d4767ace993441bb27209f858e7bdb68 (patch) | |
tree | 007195bb0c39852eb8cf254adb9456cbeb9a8dcc /npc/029-1_Candor/barrier.txt | |
parent | df4e6c4107511d5f533ebe54b710fa6431726300 (diff) | |
download | serverdata-7922c819d4767ace993441bb27209f858e7bdb68.tar.gz serverdata-7922c819d4767ace993441bb27209f858e7bdb68.tar.bz2 serverdata-7922c819d4767ace993441bb27209f858e7bdb68.tar.xz serverdata-7922c819d4767ace993441bb27209f858e7bdb68.zip |
Add the basics for candor
Reviewed-by: Turmfalke
Diffstat (limited to 'npc/029-1_Candor/barrier.txt')
-rw-r--r-- | npc/029-1_Candor/barrier.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/029-1_Candor/barrier.txt b/npc/029-1_Candor/barrier.txt new file mode 100644 index 00000000..cbbecaea --- /dev/null +++ b/npc/029-1_Candor/barrier.txt @@ -0,0 +1,8 @@ +029-1.gat,53,36,0 script #CandorBarrier 127,1,1,{ + if ($@FIGHT_CAVE_STATUS != 0) goto L_Block; + warp "029-3.gat", 47, 22; + end; + + L_Block: + message strcharinfo(0), "Some force seems to be blocking you from entering."; +} |