Jump to content

Bynnlaw vamp attack fixes


Recommended Posts

If working for Aran, you get attacked immediately upon entering Bynnlaw by vampires. If they turn to mist and escape, the script to continue the plot fails since it's checkng if they're dead. This patch changes the Dead triggers to !Exists.

 

// bynnlaw initial vmp fight should check for non-existence not dead
COPY_EXISTING ~ar1600.BCS~ ~override~
 DECOMPILE_BCS_TO_BAF
   REPLACE_TEXTUALLY ~Dead("pp\(valen\|paris\|del\)")~
                     ~!Exists("pp\1")~
 COMPILE_BAF_TO_BCS

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...