Posted by: Wisp
« on: September 12, 2020, 03:00:00 AM »QP contains no code for closing the dungeon. When you first enter the area, the dungeon entrance is closed and not opened until you encounter Garren Windspear. QP adds another script block for opening the dungeon after that same encounter, but as far as I can tell, that's it. If you still have the save, I'd suggest you look at the variable states to see if it's possible to deduce where things went wrong. The relevant variables are:
"CloseTempleRuin","AR1200" - has value 1 after the entrance has been closed and 2 if QP's block has run.
"DomainPaladinBattle","GLOBAL" - is set to 1 when Garren Windspear shows up; QP's block runs if the value is greater than 0.
"CloseTempleRuin","AR1200" - has value 1 after the entrance has been closed and 2 if QP's block has run.
"DomainPaladinBattle","GLOBAL" - is set to 1 when Garren Windspear shows up; QP's block runs if the value is greater than 0.