1 2 3 4 5 6 7 8 9 10 11 12 13 14
// Mini-Boss // General Krukan exit 027-6.gat,38,61,0|script|#GeneralExit1|35,6,0 { if ($@CRYPT_FIGHT1 == 1) goto L_Block; warp "027-3.gat",82,89; end; L_Block: message strcharinfo(0), "A force field seems to be blocking you from exiting."; end; }