I'm in the process of creating a mod to push back the activation of certain "official mods", and would like to know if the following code is accurate, or has errors of any sort.
if ( getStage DLC06ThievesDen == 0 ) if (player.GetInCell Anvil) && ( player.IsInCombat == 0 ) && ( getStage CharacterGen >= 88 ) && ( getPCLevel == 5 ) setstage DLC06ThievesDen 10 set DunbarrowUpgradeCount to 0 endifendif