That code is actually out-of-date, and since just recently, we know it doesn't cover all brawl quests, also the code has been refined to be less overzealous.


Quest property DGIntimidateQuest autoQuest property C00JorrvaskrFight autoLocation property WhiterunJorrvaskrLocation auto; target is some Actorif ((DGIntimidateQuest.IsRunning() && DGIntimidateQuest.GetCurrentStageID() < 100) || \ (target.GetCurrentLocation() == WhiterunJorrvaskrLocation && \ C00JorrvaskrFight.IsRunning() && C00JorrvaskrFight.GetCurrentStageID() < 100)) ; this is a brawlendif
Quest property DGIntimidateQuest autoQuest property C00JorrvaskrFight autoLocation property WhiterunJorrvaskrLocation auto; target is some Actorif ((DGIntimidateQuest.IsRunning() && DGIntimidateQuest.GetCurrentStageID() < 100) || \ (target.GetCurrentLocation() == WhiterunJorrvaskrLocation && \ C00JorrvaskrFight.IsRunning() && C00JorrvaskrFight.GetCurrentStageID() < 100)) ; this is a brawlendif