diff options
Diffstat (limited to 'npc/027-7/general_razha_exitdoor.txt')
-rw-r--r-- | npc/027-7/general_razha_exitdoor.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/027-7/general_razha_exitdoor.txt b/npc/027-7/general_razha_exitdoor.txt new file mode 100644 index 00000000..0487177f --- /dev/null +++ b/npc/027-7/general_razha_exitdoor.txt @@ -0,0 +1,11 @@ + +027-7,36,61,0 script #GeneralExit2 NPC45,6,0,{ + if ($@CRYPT_FIGHT2 != 0) + goto L_Block; + warp "027-4",73,77; + end; + +L_Block: + message strcharinfo(0), "A force field seems to be blocking you from exiting."; + end; +} |