I have a few questions about some scripting issues I've been having in regard to new 2.55 features.
The first is related to detecting darkrooms with the new alttp/minish cap style darkrooms. I've been using Screen->Flags[SF_VIEW|SFV_DARKROOM] but I get nothing from it when using the new darkroom option. Am I just using it wrong or is there some other functions I should be using? The intended use in my quest is to slowly decrement a lantern fuel counter while in a darkroom and then remove the lantern item if the counter reaches zero. If no way currently exists to detect the new style darkroom I guess I could detect if one of the screen Script_1-5 flags are checked instead and manually set them for each darkroom.
The second is related to the new lift gloves. I'm trying to disallow certain other scripted actions if Link is currently carrying a combo around. I thought that the Link Action LA_LIFTING would be the best way to detect this but that seems to not work and I have not seen any other appropriate link actions such as a LA_CARRYING or anything similar.
Any insight to solve these two problems would be appreciated.