Oh brilliant. Thanks.
******************************************************************************** Interaction between RoHT and other mods********************************************************************************I have gone to some lengths to provide you with an easy way to inject RoHT intoyour mods and vice versa. The core product of these efforts is RoHT's plethoraof global variables that allow other mods to determine RoHT's current status.To check a variable's current value, simply add an identically named globalvariable of the same type to your game, and read its value either by dialogueor by script.ALL THESE VARIABLES ARE MEANT TO BE READ ONLY. RoHT relies heavily on them, soif another mod changes their value, it can totally screw things up. The onlycase where I endorse writing access to RoHT's variables is with mods that expandon the other Great Houses. For example, a "Rise of House Hlaalu" mod would needto actively change RoHT's variables if it is going to react to it. In all othercases, I ask you to only read RoHT's variables.Example:If you'd like an NPC to comment on House Telvanni taking over the EastEmpire Company, add the global short variable "RoHT_EEC_status" to your mod, andfilter that NPC's dialogue for "global RoHT_EEC_status = 1". That's it; your moddoesn't even need to be dependent on RoHT for this check.[...]RoHT_PCKilledDukeDren---------------------Type: Global Short VariableThis variable determines if or how Duke Vedam Dren died.It is set to -1 by RoHT_advisor in the dialogue topic "abdicate and it is set to 1 in RoHT_VedamDrenDeadCounter_Scr or by RoHT_advisor in the dialogue "Greeting 1", and it is set to 2 by various other people in the dialogue "Greeting 1" and in RoHT_VedamDrenDeadCounter_ScrIts assigned values are:-1= PC deliberately chose to let the Duke live (NEW with v1.4)0 = PC didn't kill the Duke1 = PC killed the Duke personally2 = PC had the assassin kill Duke DrenIt is used in these scripts: RoHT_FinalRating_Script RoHT_IlmeniDrenDisabler_Script RoHT_lmeniDren_Script RoHT_lmeniDren2_Script RoHT_OrvasDren_Script RoHT_OrvasDrenDisabler_Script RoHT_VedamDrenDeadCounter_Scr RoHT_VedamDrenDisabler_Script