Verstort Posted December 2, 2016 Author Posted December 2, 2016 I thought about moving item adding on sex to the start of sex rather than the end, would make more sense, but I wanted item adding to be altered in some way, add some animation or something, never got around to it. If you reinstalled 13.6, do items add to the player if you turn on the item adding test in the debug? It should add an item to the player ever X seconds, I don't think I removed it... You weren't trying my patience. I have a bad memory, I had completely forgot you had reported any standing issue. I have a pretty high tolerance for pain when it comes to finding bugs in software I maintain. Then again you make it sound like keystealing/item adding was expected after sex started with DCUR, did you remember to turn on the option in the MCM to allow DEC style sex effects for other mods? It's default setting is to only happen on sex started by DEC. Can I get a complete papyrus log for better state analysis?
Beef Cheeks Posted December 3, 2016 Posted December 3, 2016 I'm getting an error (occurs a few times in the log) that seems to have something to do with Deviously Enslaved Continued: [12/02/2016 - 09:35:22PM] Error: Incorrect number of arguments passed. Expected 2, got 4. stack: <empty stack> [12/02/2016 - 09:35:22PM] [CRDE] crdeSexStartCatch :AnimationStart ... I am using 13.6.1 with a completely new save file. Papyrus.0.log
Verstort Posted December 3, 2016 Author Posted December 3, 2016 I'm getting an error (occurs a few times in the log) that seems to have something to do with Deviously Enslaved Continued: [12/02/2016 - 09:35:22PM] Error: Incorrect number of arguments passed. Expected 2, got 4. stack: <empty stack> [12/02/2016 - 09:35:22PM] [CRDE] crdeSexStartCatch :AnimationStart ... I am using 13.6.1 with a completely new save file. Interesting. I have some in my logs too... I've seen this bug before, but I'm normally looking for it when I find it. It's often the case that when some mod calls a modevent, and you're listening for it, that you will get this exact error if the parameter count isn't correct with the event you want to catch, ergo you tried to catch it incorrectly. In case it isn't obvious, there isn't enough info presented by the error catcher to tell us which mod was trying to catch which mod event incorrectly, we have to guess based on log location and parameter count. I don't think this is DEC, because it goes off right at the same time DEC sucessfully catches the modevent and throws a debug telling us we reached it, I don't think we would get that far if that specific function was the problem. Since this function is catching sexlab starting, This is more concerning to me: [12/02/2016 - 09:30:49PM] [DCUR] [Actor < (6904C86B)>] spotted the player having sex. [12/02/2016 - 09:30:49PM] SEXLAB - NOTICE: ValidateActor(Hadvar) -- TRUE -- HIT [12/02/2016 - 09:30:50PM] [Zad]: ApplyBoundAnim() [12/02/2016 - 09:30:50PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 9.271973 [12/02/2016 - 09:30:50PM] Error: Type mismatch for argument 1. stack: <empty stack> [12/02/2016 - 09:30:50PM] Error: Type mismatch for argument 1. stack: <empty stack> [12/02/2016 - 09:30:50PM] Error: Type mismatch for argument 1. stack: <empty stack> [12/02/2016 - 09:30:50PM] Error: Type mismatch for argument 1. stack: <empty stack> [12/02/2016 - 09:30:50PM] SEXLAB - Thread[0] Event Hook - StageStart ... [12/02/2016 - 09:31:00PM] [CRDE] sexlabhook: sexlab wasn't started by DEC or ALL not set I don't have this at all in my logs, looks like a mod is trying to catch the end of sex. DEC also detects the end of sexlab, but we successfully get far enough to test if DEC started sex, so I don't think DEC is causing that either... The good news is that, which ever mod is causing this error, I'm 95% sure it doesn't cause any problems and won't cause your game to crash or anything, at worst the mod that wants to catch the event should fail. Too bad bethesda didn't think to add any way to help track this bug down, and we can't see the offending mod in the stack because it's called from the base game...
Siudhne Posted December 4, 2016 Posted December 4, 2016 If you reinstalled 13.6, do items add to the player if you turn on the item adding test in the debug? It should add an item to the player ever X seconds, I don't think I removed it... Then again you make it sound like keystealing/item adding was expected after sex started with DCUR, did you remember to turn on the option in the MCM to allow DEC style sex effects for other mods? It's default setting is to only happen on sex started by DEC. Can I get a complete papyrus log for better state analysis? The last time I checked, adding items every X seconds via MCM debug worked even if item equip by sex didn't work. I shall test it again with a reinstalled 13.6. And you are correct, I was expecting keystealing/item adding after non-DCUR sex. I'm aware that the corresponding toggle is off by default and I'm pretty confident that it was toggled, but I will check again to make sure. A papyrus log will be added next time.
Siudhne Posted December 5, 2016 Posted December 5, 2016 Okay, so I loaded up 13.3.7. on a clean save, set the MCM etc., had sex, DCUR found the sexhook, item equip worked. Then I retried 13.6.1. on the very same save. What I tested is the following, in this order: 2x (non-DCUR) sex with "trigger on all sex" and no "requires victim req." (shows "DCUR sexstart" only) 1x "trigger on all sex" set to *off* (shows "DCUR sex disabled or OFF") 1x "trigger on all sex" set to *on* again, but with "victim requirement" (shows "DCUR sexstart" only). Papyrus: [12/05/2016 - 03:21:47PM] Papyrus log opened (PC)[12/05/2016 - 03:21:47PM] Function GetEffectMagnitudes in the empty state on type Ingredient does not exist. Function will not be flagged as callable from tasklets.[12/05/2016 - 03:21:47PM] Update budget: 2.500000ms (Extra tasklet budget: 2.500000ms, Load screen budget: 500.000000ms)[12/05/2016 - 03:21:47PM] Memory page: 128 (min) 512 (max) 76800 (max total)[12/05/2016 - 03:21:47PM] Cannot open store for class "dlc2soulstealscript", missing file?[12/05/2016 - 03:21:47PM] Cannot open store for class "dlc2mq06miraakbossbattle", missing file?[12/05/2016 - 03:21:53PM] Cannot open store for class "fnissmquestscript", missing file?[12/05/2016 - 03:21:53PM] Cannot open store for class "fnissmconfigmenu", missing file?[12/05/2016 - 03:21:55PM] ERROR: Unable to bind script SKI_PlayerLoadGameAlias to AAACrimeDecay (5E000D62) because their base types do not match[12/05/2016 - 03:21:55PM] Cannot open store for class "iddeutilities", missing file?[12/05/2016 - 03:21:58PM] Error: Unable to link types associated with function "ResetStanceOverrides" in state "" on object "_sdqs_fcts_constraints".[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctConstraints_var" on object "_sdqs_fcts_slavery"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctConstraints" on object "_sdqs_fcts_slavery"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctSlavery_var" on object "_sdmes_bound"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctConstraints_var" on object "_sdmes_bound"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctConstraints" on object "_sdmes_bound"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctSlavery" on object "_sdmes_bound"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctConstraints_var" on object "_sdqf_snp_01"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctConstraints" on object "_sdqf_snp_01"[12/05/2016 - 03:21:58PM] ERROR: Unable to bind script _sdqf_snp_01 to _SD_snp (7E004E0D) because their base types do not match[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctConstraints_var" on object "_sdqs_enslavement"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctSlavery_var" on object "_sdqs_enslavement"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctSlavery" on object "_sdqs_enslavement"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctConstraints" on object "_sdqs_enslavement"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctConstraints_var" on object "_sdqf_sprigganslave_01"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctConstraints" on object "_sdqf_sprigganslave_01"[12/05/2016 - 03:21:58PM] ERROR: Unable to bind script _sdqf_sprigganslave_01 to _SD_sprigganslave (7E0253BD) because their base types do not match[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::enslave_var" on object "_sdqs_bountyslave"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "enslave" on object "_sdqs_bountyslave"[12/05/2016 - 03:21:58PM] ERROR: Unable to bind script _sdqs_bountyslave to _SD_bountyslave (7E03C760) because their base types do not match[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctSlavery_var" on object "_SD_Reset"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctSlavery" on object "_SD_Reset"[12/05/2016 - 03:21:58PM] ERROR: Unable to bind script _SD_Reset to _SD__reset (7E112789) because their base types do not match[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::_SD_enslavement_var" on object "_sdras_load"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::_reset_var" on object "_sdras_load"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "_SD_enslavement" on object "_sdras_load"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "_reset" on object "_sdras_load"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::_SD_Enslaved_var" on object "_sdras_player"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctConstraints_var" on object "_sdras_player"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctSlavery_var" on object "_sdras_player"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctConstraints" on object "_sdras_player"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctSlavery" on object "_sdras_player"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "_SD_Enslaved" on object "_sdras_player"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctSlavery_var" on object "_sdqfs_controller_01"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctSlavery" on object "_sdqfs_controller_01"[12/05/2016 - 03:21:58PM] ERROR: Unable to bind script _sdqfs_controller_01 to _SD_controller (7E000D64) because their base types do not match[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctConstraints_var" on object "_sdqs_crime"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctConstraints" on object "_sdqs_crime"[12/05/2016 - 03:21:58PM] ERROR: Unable to bind script _sdqs_crime to _SD_crime (7E01F7F5) because their base types do not match[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctConstraints_var" on object "_sdras_slave"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::enslavement_var" on object "_sdras_slave"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctSlavery_var" on object "_sdras_slave"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctSlavery" on object "_sdras_slave"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctConstraints" on object "_sdras_slave"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "enslavement" on object "_sdras_slave"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctConstraints_var" on object "_sdras_master"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctSlavery_var" on object "_sdras_master"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::enslavement_var" on object "_sdras_master"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::player_var" on object "_sdras_master"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctSlavery" on object "_sdras_master"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "Player" on object "_sdras_master"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctConstraints" on object "_sdras_master"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "enslavement" on object "_sdras_master"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctConstraints_var" on object "_sdqfs_enslavement_01"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctSlavery_var" on object "_sdqfs_enslavement_01"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctConstraints" on object "_sdqfs_enslavement_01"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctSlavery" on object "_sdqfs_enslavement_01"[12/05/2016 - 03:21:58PM] Error: Unable to link types associated with function "Fragment_43" in state "" on object "_sdqfs_enslavement_01".[12/05/2016 - 03:21:58PM] Error: Unable to link types associated with function "Fragment_48" in state "" on object "_sdqfs_enslavement_01".[12/05/2016 - 03:21:58PM] Error: Unable to link types associated with function "Fragment_36" in state "" on object "_sdqfs_enslavement_01".[12/05/2016 - 03:21:58PM] Error: Unable to link types associated with function "Fragment_13" in state "" on object "_sdqfs_enslavement_01".[12/05/2016 - 03:21:58PM] Error: Unable to link types associated with function "Fragment_50" in state "" on object "_sdqfs_enslavement_01".[12/05/2016 - 03:21:58PM] ERROR: Unable to bind script _sdqfs_enslavement_01 to _SD_enslavement (7E00182D) because their base types do not match[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctSlavery_var" on object "_sdsf_snp_05"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::enslave_var" on object "_sdsf_snp_05"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "enslave" on object "_sdsf_snp_05"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctSlavery" on object "_sdsf_snp_05"[12/05/2016 - 03:21:58PM] ERROR: Unable to bind script _sdsf_snp_05 to (7E056E4D) because their base types do not match[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctSlavery_var" on object "_sdsf_snp_03"[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::enslave_var" on object "_sdsf_snp_03"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "enslave" on object "_sdsf_snp_03"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctSlavery" on object "_sdsf_snp_03"[12/05/2016 - 03:21:58PM] ERROR: Unable to bind script _sdsf_snp_03 to (7E027972) because their base types do not match[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctSlavery_var" on object "_sdsf_snp_00"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctSlavery" on object "_sdsf_snp_00"[12/05/2016 - 03:21:58PM] ERROR: Unable to bind script _sdsf_snp_00 to (7E0212E6) because their base types do not match[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctConstraints_var" on object "_sdsf_snp_02"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctConstraints" on object "_sdsf_snp_02"[12/05/2016 - 03:21:58PM] ERROR: Unable to bind script _sdsf_snp_02 to (7E024E57) because their base types do not match[12/05/2016 - 03:21:58PM] Error: Unable to link type of variable "::fctSlavery_var" on object "_sdsf_snp_07"[12/05/2016 - 03:21:58PM] Error: Unable to link type of property "fctSlavery" on object "_sdsf_snp_07"[12/05/2016 - 03:21:58PM] ERROR: Unable to bind script _sdsf_snp_07 to (7E07EA4F) because their base types do not match[12/05/2016 - 03:21:58PM] Cannot open store for class "vkjMQ", missing file?[12/05/2016 - 03:21:58PM] Cannot open store for class "pchswolfclubdaymoyl", missing file?[12/05/2016 - 03:21:58PM] Cannot open store for class "slv_utiilities", missing file?[12/05/2016 - 03:21:58PM] Cannot open store for class "slv_enforcerlocationcheck", missing file?[12/05/2016 - 03:21:58PM] Cannot open store for class "wd_util", missing file?[12/05/2016 - 03:21:58PM] Cannot open store for class "CDxCellController", missing file?[12/05/2016 - 03:21:58PM] Cannot open store for class "QF_crdeRescueFollowers_08055B87", missing file?[12/05/2016 - 03:21:58PM] ERROR: Unable to bind script QF_crdeRescueFollowers_08055B87 to crdeRescueFollowers (83055B87) because their base types do not match[12/05/2016 - 03:22:24PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator01 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator02 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator03 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator04 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator05 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator06 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator07 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator08 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator09 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator10 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator11 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator12 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property WhoreWH on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property Work2 on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property WhoreSO on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property WhoreRI on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property WorkScript on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property Work1 on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property CWSiegeAttackObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property WhoreWR on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property WhoreMK on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property CWSiegeDefendObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property Work3 on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property SafeContainer on script ndun_targetalias_scr attached to alias StrippedEquipment on quest ndun_ErrandQuest (7600387C) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _reset on script _sdras_load attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_enslavement on script _sdras_load attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_Player on script _sdras_load attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_wrists on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_isLeashON on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFP_bounty on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_shackles on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_enslaveMenu on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_ankles on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_enslave on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_SprigganSwarm on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_bound on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_state_isMasterInTransit on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_slavers on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_state_playerRagdoll on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDQP_enslavement on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFL_daedric_items on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_isPlayerHRT on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property Monitor on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_spriggan_infected on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_clothChest on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFL_banned_sex on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_sex on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_slave_days_max on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGV_leash_length on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config_slavery_level_mult on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_armorCuirass on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_state_isMasterFollower on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_escape_furn on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_player_safe on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_safetyMenu on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctConstraints on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDMP_scene_stop on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_lust_m on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_punish on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config_healthMult on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_Enslaved on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDMP_rape_menu on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_bindings on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_isPlayerTG on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDMP_scene_stalled on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_spriggan on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_health_threshold on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property config on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDSP_freedom on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDSP_spent on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_enslaved on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_can_join on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_collar on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFP_thugs on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_punish_items on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property SexLab on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctSlavery on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_sanguine_blessing on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctOutfit on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_master on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_sex_items on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctInventory on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFP_humanoidCreatures on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_SimpleBindingsCosmetic on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_isPlayerBimbo on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_master_items on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_sprigganEnslaved on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_enable_parasites on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property Calm on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_actorTypeNPC on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_spriggan on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property snp on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property funct on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_SimpleBindings on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_state_isMasterTraveller on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_banned_factions on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_collar on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_dreamerScript on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_isPlayerEnslaved on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_punishments on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_lust_f on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_isPlayerSuccubus on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctFactions on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_isPlayerPregnant on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_spriggan_factions on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFL_allowed_creature_sex on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_dreamQuest on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_enable_masterTravel on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_sanguine_blessings on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property FalmerRace on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_wrists on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_isLeashON on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_state_SlaveDominance on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_sex_items on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_ankles on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_enslave on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_bound on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_slaver on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_noenchant on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_slave on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_state_housekeeping on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_punishments on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_demerits_join on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property dreamQuest on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDQP_enslavement_tasks on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_cage on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_state_joined on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config_min_days_before_master_travel on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDSP_SelfShockEffect on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGV_leash_length on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFP_bindings_health on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_buyout on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_snp_busy on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_escape_timer on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_hunt on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_slaver2_f on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property funct on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDQP_thug_slave on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_trust_hands on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_master on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_bindings on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_state_MasterFollowSlave on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDA_collar on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDMOP_lockpick on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_food_vendor on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property Alias__SDRA_lust_f on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDSP_Weak on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_CollarStrangleImod on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFP_slaversFaction on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_join_days on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_slave_clothing on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config_lust on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_work_start on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config_disposition_threshold on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_trade_items on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_banned_locations on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_gender_restrictions on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctConstraints on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDA_gag on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_state_caged on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_can_join on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_escape_radius on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_banned_worldspaces on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_collar on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDSP_SelfVibratingEffect on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDSP_SelfTinglingEffect on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property SexLab on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctSlavery on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config_verboseMerits on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctOutfit on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_sex on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_collar on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_gag on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGV_free_time on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_positions on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_shackles on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_master_items on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property Alias__SDRA_lust_m on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDA_shackles on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_arrest on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_masters_key on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_isMasterTraveller on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctFactions on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property snp on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_gagged on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDCP_sanguines_realms on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property enslavement on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config_safeword on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property slaUtil on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_demerits on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDSP_SelfShockShield on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_slaver2_m on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDSMP_choke_m on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_punish_items on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_trust_feet on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDSMP_choke on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_food_raw on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_food on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_dreamQuest on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDA_bindings on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config_limited_removal on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_nosale on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDLAP_masters_location on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_state_caged on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_spriggan on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_enslave on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGV_free_time on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_master on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_join_days on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_crop on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_slavers on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDQP_enslavement on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_trade_items on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_demerits_join on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_playerStorage on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDQP_enslavement_tasks on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_can_join on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_escape_radius on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_state_MasterFollowSlave on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_sex on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property SexLab on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctSlavery on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_spriggan_infected on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config_verboseMerits on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property gold on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDSP_SelfShockEffect on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGV_leash_length on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_positions on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_bindings on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctOutfit on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDDVP_buyoutEarned on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_buyoutEarned on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property Tasks on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDPP_stall_package on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_health_threshold on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_actorTypeNPC on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctInventory on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property snp on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_buyout on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDCP_sanguines_realms on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property enslavement on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_demerits on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctConstraints on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_forced_allied on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_banned_factions on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property Variables on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property funct on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctFactions on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config_healthMult on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_master on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_food_raw on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_food on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_slave on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_punishments on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property Player on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property FalmerRace on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] ERROR: Property BYOHCarriageDriverFaction on script carriagesystemscript attached to DialogueCarriageSystem (00017F01) cannot be bound because <NULL form> (3B007890) is not the right type[12/05/2016 - 03:22:24PM] warning: Property FreeformMarkarthO on script mdcuestartscript attached to (6E1EC62D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property StopCrime on script ndun_errandquest_scr attached to ndun_ErrandQuest (7600387C) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property prisonerFaction on script xpopNoRemove attached to (6B05622F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property zbfCuffsIronBlack on script SSLV_DAIntScript attached to SSLV_DAInt (7800FB14) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_wrists on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_shackles on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_sex_items on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_ankles on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_enslave on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_slave on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_state_housekeeping on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDQP_enslavement on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_trust_hands on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_demerits_join on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property ufBindingsHealth on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_playerStorage on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDA_bindings on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_slaver on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property uiLowestDemerits on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_state_joined on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDAP_clothing on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDAP_sanguine on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property uiPunishmentsEarned on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDABP_sprigganhost on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFP_spriggan on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property bEscapedSlave on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property bQuestActive on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property bOriginallyEnemies on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_buyout on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_demerits on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctConstraints on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property ActorTypeNPC on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property funct on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_trust_hands on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_master on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_bindings on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_stats_enslaved on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDSP_spriggan_heal on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property companionDialogue on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFP_bountyhunter on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_enslaved on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_punish_items on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property SexLab on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctSlavery on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctOutfit on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctInventory on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_gametime on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_punishments on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_trust_feet on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_trust_feet on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_ignore_items on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctFactions on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_positions on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_allied on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property uiLastDemerits on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_collar on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property ufMedianDemerits on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property uiHighestDemerits on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGV_leash_length on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property bJoinedFaction on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fTimeEnslaved on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_companions on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config_verboseMerits on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFP_slaverCrimeFaction on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_buyoutEarned on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property bSearchForSlave on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDFLP_master_items on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property WEBountyCollectorQST on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDKP_sex on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property oreKeyword on script RTT attached to ReadingTakesTime (2F000D62) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property BountyHunterGuards on script xpobounty attached to xpoBounty (6A043539) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property dunArcherQST on script WilliamTellArrow3dnpc attached to (6E2E1E29) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property flArrows on script WilliamTellArrow3dnpc attached to (6E2E1E29) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property myActor on script WilliamTellArrow3dnpc attached to (6E2E1E29) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] ERROR: Property Pages on script sluts_mcm attached to sluts_kicker (450012C6) cannot be initialized because the value is the incorrect type[12/05/2016 - 03:22:24PM] warning: Property prisonerFaction on script xpopNoRemove attached to (6A027FB0) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property prisonerFaction on script xpopNoRemove attached to (6B055C79) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property girl on script sluts_test_cart_cross attached to (4500EBD0) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property PlayerFollower on script JJNPCWaterAIScript attached to JJNPCWaterAIQuest (5F000D62) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property SSLV_SlaveOutfit2 on script sslv_configscr attached to SSLV_Config (7802FF82) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property BFTHeljarchenHallMarker on script CarriageMenu attached to CarriageMenu (3B0149FD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property CarriageDriverHeljarchenBYOH3 on script CarriageMenu attached to CarriageMenu (3B0149FD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property BFTWinstadManorMarker on script CarriageMenu attached to CarriageMenu (3B0149FD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property BFTLakeviewManorMarker on script CarriageMenu attached to CarriageMenu (3B0149FD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property CarriageDriverLakeviewBYOH1 on script CarriageMenu attached to CarriageMenu (3B0149FD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property CarriageDriverWinstadBYOH2 on script CarriageMenu attached to CarriageMenu (3B0149FD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property USKPDraugrEnableMarker on script QF_FreeformSoljundsSinkholeA_0006136B attached to FreeformSoljundsSinkholeA (0006136B) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] ERROR: Property threshold on script ndun_configquest_scr attached to ndun_ConfigQuest (760012C5) cannot be initialized because the value is the incorrect type[12/05/2016 - 03:22:24PM] warning: Property SLSW_Lilly on script slsw_mcmconfig attached to SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property SLSW_Brothel on script slsw_mcmconfig attached to SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property SLSW_Twig on script slsw_mcmconfig attached to SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property SLSW_DrugBrothel on script slsw_mcmconfig attached to SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property xpoPatchesPCPunished on script xpoMain_SF_GenericKinkyPunishment attached to (6A02AADE) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] ERROR: Property Slots on script xpoanimation attached to xpoAnimation (6A02BB0B) cannot be bound because <NULL form> (0403CE6C) is not the right type[12/05/2016 - 03:22:24PM] warning: Property aliasBanditF on script TelravMasterSCRIPT attached to (0001BA06) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] ERROR: Property SSLV_FarmMark2 on script SSLV_MainScr attached to SimpleSlavery (7800492E) cannot be bound because <NULL form> (7803628D) is not the right type[12/05/2016 - 03:22:24PM] ERROR: Property SSLV_HoldMark1 on script SSLV_MainScr attached to SimpleSlavery (7800492E) cannot be bound because <NULL form> (78028226) is not the right type[12/05/2016 - 03:22:24PM] warning: Property _SD_crawlStrafeBackRight on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_DefaultStance on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property notKeywords on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_crawlTurnRight on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_crawlMoveBackward on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property libs on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctOutfit on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_demerits on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_demerits_join on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_crawlStrafeStartLeft on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctSlavery on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_crawlMoveForward on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property funct on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property SexLab on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_ArmbinderKnee on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDRAP_master on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDIAP_bound on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_crawlTurnLeft on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDIAP_reset on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_crawlStrafeStartRight on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SD_crawlStrafeBackLeft on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property SexLabActiveFaction on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config_max_slavery_level on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_MasterPersonalityType on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config_slavery_level_mult on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_MasterDispositionOverall on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_MasterNeedGold on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_gametime on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_MasterNeedPunishment on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_MasterTrust on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_SlaveryLevel on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property slaveryQuest on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property ZazSlaveControl on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property ActorTypeNPC on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_MasterNeedFood on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctConstraints on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_MasterDisposition on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_enslavedCount on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_isMasterTraveller on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_falmerEnslavedCount on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_MasterNeedSex on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config_min_slavery_level on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctFactions on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_enslaved on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_can_join on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property SexLab on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_config_min_days_before_master_travel on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property _SDGVP_sanguine_blessings on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] warning: Property fctOutfit on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:24PM] VM is freezing...[12/05/2016 - 03:22:24PM] VM is frozen[12/05/2016 - 03:22:24PM] Reverting game...[12/05/2016 - 03:22:25PM] ERROR: Unable to bind script SKI_PlayerLoadGameAlias to AAACrimeDecay (5E000D62) because their base types do not match[12/05/2016 - 03:22:25PM] ERROR: Unable to bind script QF_crdeRescueFollowers_08055B87 to crdeRescueFollowers (83055B87) because their base types do not match[12/05/2016 - 03:22:25PM] warning: Property WhoreWH on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Work2 on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property WhoreSO on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property WhoreRI on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property WorkScript on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Work1 on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property CWSiegeAttackObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property WhoreWR on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property WhoreMK on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property CWSiegeDefendObj on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Work3 on script slsw_scum attached to alias PlayerAlias on quest SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property prisonerFaction on script xpopNoRemove attached to (6A027FB0) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _reset on script _sdras_load attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_enslavement on script _sdras_load attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_Player on script _sdras_load attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_wrists on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_isLeashON on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFP_bounty on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_shackles on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_enslaveMenu on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_ankles on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_enslave on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_SprigganSwarm on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_bound on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_isMasterInTransit on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_slavers on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_playerRagdoll on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDQP_enslavement on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFL_daedric_items on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_isPlayerHRT on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Monitor on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_spriggan_infected on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_clothChest on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFL_banned_sex on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_sex on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_slave_days_max on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGV_leash_length on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_slavery_level_mult on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_armorCuirass on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_isMasterFollower on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_escape_furn on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_player_safe on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_safetyMenu on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctConstraints on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDMP_scene_stop on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_lust_m on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_punish on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_healthMult on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_Enslaved on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDMP_rape_menu on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_bindings on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_isPlayerTG on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDMP_scene_stalled on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_spriggan on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_health_threshold on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property config on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_freedom on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_spent on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_enslaved on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_can_join on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_collar on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFP_thugs on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_punish_items on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SexLab on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctSlavery on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_sanguine_blessing on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctOutfit on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_master on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_sex_items on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctInventory on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFP_humanoidCreatures on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_SimpleBindingsCosmetic on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_isPlayerBimbo on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_master_items on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_sprigganEnslaved on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_enable_parasites on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Calm on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_actorTypeNPC on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_spriggan on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property snp on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property funct on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_SimpleBindings on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_isMasterTraveller on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_banned_factions on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_collar on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_dreamerScript on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_isPlayerEnslaved on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_punishments on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_lust_f on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_isPlayerSuccubus on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctFactions on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_isPlayerPregnant on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_spriggan_factions on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFL_allowed_creature_sex on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_dreamQuest on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_enable_masterTravel on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_sanguine_blessings on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property FalmerRace on script _sdras_player attached to alias _SDRA_player on quest _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property xpoPatchesPCPunished on script xpoMain_SF_GenericKinkyPunishment attached to (6A02AADE) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator01 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator03 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDLAP_masters_location on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_caged on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_spriggan on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_enslave on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGV_free_time on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_master on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_join_days on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_crop on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_slavers on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDQP_enslavement on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_trade_items on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_demerits_join on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_playerStorage on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDQP_enslavement_tasks on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_can_join on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_escape_radius on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_MasterFollowSlave on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_sex on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SexLab on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctSlavery on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_spriggan_infected on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_verboseMerits on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property gold on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_SelfShockEffect on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGV_leash_length on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_positions on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_bindings on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctOutfit on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDDVP_buyoutEarned on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_buyoutEarned on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Tasks on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDPP_stall_package on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_health_threshold on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_actorTypeNPC on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctInventory on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property snp on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_buyout on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDCP_sanguines_realms on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property enslavement on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_demerits on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctConstraints on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_forced_allied on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_banned_factions on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Variables on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property funct on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctFactions on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_healthMult on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_master on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_food_raw on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_food on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_slave on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_punishments on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Player on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property FalmerRace on script _sdras_master attached to alias _SDRA_master on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_demerits on script _sdsf_snp_05 attached to (7E056E4D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_demerits_join on script _sdsf_snp_05 attached to (7E056E4D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDQP_enslavement on script _sdsf_snp_05 attached to (7E056E4D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_marker on script _sdsf_snp_05 attached to (7E056E4D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_female on script _sdsf_snp_05 attached to (7E056E4D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property funct on script _sdsf_snp_05 attached to (7E056E4D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctSlavery on script _sdsf_snp_05 attached to (7E056E4D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFP_slaverCrimeFaction on script _sdsf_snp_05 attached to (7E056E4D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_punish_items on script _sdsf_snp_05 attached to (7E056E4D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_male on script _sdsf_snp_05 attached to (7E056E4D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_bindings on script _sdsf_snp_05 attached to (7E056E4D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property enslave on script _sdsf_snp_05 attached to (7E056E4D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property snp on script _sdsf_snp_05 attached to (7E056E4D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_snp_busy on script _sdsf_snp_05 attached to (7E056E4D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_verboseMerits on script _sdsf_snp_05 attached to (7E056E4D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator10 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property enslave on script _sdqs_bountyslave attached to _SD_bountyslave (7E03C760) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_master on script _sdqs_bountyslave attached to _SD_bountyslave (7E03C760) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_slave on script _sdqs_bountyslave attached to _SD_bountyslave (7E03C760) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_demerits on script _sdqs_crime attached to _SD_crime (7E01F7F5) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_demerits_join on script _sdqs_crime attached to _SD_crime (7E01F7F5) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDQP_enslavement on script _sdqs_crime attached to _SD_crime (7E01F7F5) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property funct on script _sdqs_crime attached to _SD_crime (7E01F7F5) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFP_bountyhunter on script _sdqs_crime attached to _SD_crime (7E01F7F5) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctConstraints on script _sdqs_crime attached to _SD_crime (7E01F7F5) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_master on script _sdqs_crime attached to _SD_crime (7E01F7F5) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_sex on script _sdqs_crime attached to _SD_crime (7E01F7F5) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_slave on script _sdqs_crime attached to _SD_crime (7E01F7F5) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDDVP_buyoutEarned on script _sdqs_crime attached to _SD_crime (7E01F7F5) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_punishments on script _sdqs_crime attached to _SD_crime (7E01F7F5) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_playerRagdoll on script _sdqs_crime attached to _SD_crime (7E01F7F5) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_verboseMerits on script _sdqs_crime attached to _SD_crime (7E01F7F5) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_crawlStrafeBackRight on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_DefaultStance on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property notKeywords on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_crawlTurnRight on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_crawlMoveBackward on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property libs on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctOutfit on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_demerits on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_demerits_join on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_crawlStrafeStartLeft on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctSlavery on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_crawlMoveForward on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property funct on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SexLab on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_ArmbinderKnee on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_master on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDIAP_bound on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_crawlTurnLeft on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDIAP_reset on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_crawlStrafeStartRight on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_crawlStrafeBackLeft on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SexLabActiveFaction on script _sdqs_fcts_constraints attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_player_safe on script _sdqfs_controller_01 attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_player on script _sdqfs_controller_01 attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_enslaved on script _sdqfs_controller_01 attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_lust on script _sdqfs_controller_01 attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctSlavery on script _sdqfs_controller_01 attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_lust_m on script _sdqfs_controller_01 attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_lust_f on script _sdqfs_controller_01 attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_max_slavery_level on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_MasterPersonalityType on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_slavery_level_mult on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_MasterDispositionOverall on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_MasterNeedGold on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_gametime on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_MasterNeedPunishment on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_MasterTrust on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_SlaveryLevel on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property slaveryQuest on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property ZazSlaveControl on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property ActorTypeNPC on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_MasterNeedFood on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctConstraints on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_MasterDisposition on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_enslavedCount on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_isMasterTraveller on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_falmerEnslavedCount on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_MasterNeedSex on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_min_slavery_level on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctFactions on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_enslaved on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_can_join on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SexLab on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_min_days_before_master_travel on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_sanguine_blessings on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctOutfit on script _sdqs_fcts_slavery attached to _SD_controller (7E000D64) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_sprigganslave on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_thugslave on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_arrested on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property GameDaysPassed on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctFactions on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_master on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_enable_beast_master on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_enslavement_tasks on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property libs on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_controller on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_naked_rape_delay on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_mcm_001 on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_snp on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_enslaved on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_naked on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_whore on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctSlavery on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_watcher on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_dream on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_bountyslave on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_naked_rape_chance on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_crime on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_dream_destinations on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_version on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_enslavement on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctOutfit on script _SD_Reset attached to _SD__reset (7E112789) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator09 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] ERROR: Property Pages on script sluts_mcm attached to sluts_kicker (450012C6) cannot be initialized because the value is the incorrect type[12/05/2016 - 03:22:25PM] warning: Property PlayerFollower on script JJNPCWaterAIScript attached to JJNPCWaterAIQuest (5F000D62) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator07 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SLSW_Lilly on script slsw_mcmconfig attached to SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SLSW_Brothel on script slsw_mcmconfig attached to SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SLSW_Twig on script slsw_mcmconfig attached to SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SLSW_DrugBrothel on script slsw_mcmconfig attached to SLSW (3C002863) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_sex on script _sdsf_snp_02 attached to (7E024E57) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property funct on script _sdsf_snp_02 attached to (7E024E57) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_male on script _sdsf_snp_02 attached to (7E024E57) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDQP_sprigganslave on script _sdsf_snp_02 attached to (7E024E57) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_female on script _sdsf_snp_02 attached to (7E024E57) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property snp on script _sdsf_snp_02 attached to (7E024E57) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_snp_busy on script _sdsf_snp_02 attached to (7E024E57) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctConstraints on script _sdsf_snp_02 attached to (7E024E57) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator04 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] ERROR: Property BYOHCarriageDriverFaction on script carriagesystemscript attached to DialogueCarriageSystem (00017F01) cannot be bound because <NULL form> (3B007890) is not the right type[12/05/2016 - 03:22:25PM] warning: Property StopCrime on script ndun_errandquest_scr attached to ndun_ErrandQuest (7600387C) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property prisonerFaction on script xpopNoRemove attached to (6B05622F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_wrists on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_shackles on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_sex_items on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_ankles on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_enslave on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_slave on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_housekeeping on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDQP_enslavement on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_trust_hands on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_demerits_join on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property ufBindingsHealth on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_playerStorage on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDA_bindings on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_slaver on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property uiLowestDemerits on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_joined on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDAP_clothing on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDAP_sanguine on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property uiPunishmentsEarned on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDABP_sprigganhost on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFP_spriggan on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property bEscapedSlave on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property bQuestActive on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property bOriginallyEnemies on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_buyout on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_demerits on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctConstraints on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property ActorTypeNPC on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property funct on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_trust_hands on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_master on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_bindings on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_stats_enslaved on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_spriggan_heal on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property companionDialogue on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFP_bountyhunter on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_enslaved on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_punish_items on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SexLab on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctSlavery on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctOutfit on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctInventory on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_gametime on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_punishments on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_trust_feet on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_trust_feet on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_ignore_items on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctFactions on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_positions on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_allied on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property uiLastDemerits on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_collar on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property ufMedianDemerits on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property uiHighestDemerits on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGV_leash_length on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property bJoinedFaction on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fTimeEnslaved on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_companions on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_verboseMerits on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFP_slaverCrimeFaction on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_buyoutEarned on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property bSearchForSlave on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_master_items on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property WEBountyCollectorQST on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_sex on script _sdqs_enslavement attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_ally_3 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_sex_items on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFP_mistwatch on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctFactions on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_slave_rags on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_forced_allied on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_state_housekeeping on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_sex on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_cage_door_2 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_hostile_1 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_companions on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_companion_0 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_companion_1 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_companion_items on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_companion_2 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_thugs on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_positions on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_cage_door_3 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_forced_joined on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_trust_hands on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDLA_capture_cell on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_bindings on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_shackles on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_slave on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_ally_5 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_playerStorage on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_cage_marker on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_slaver2_f on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_slaver2_m on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_trade_items on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_enslaved on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_hostile_3 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_ally_4 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_key on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDQP_subquests on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_punish_items on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_allies on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctSlavery on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_bounty on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctOutfit on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_vampire on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_crop on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_cage_door_1 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDLA_bounty_castle on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_ally_0 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_joined on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_master_items on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_slave_rags_norm on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_slave_rags_unpb on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_bindings on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctInventory on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_companion_3 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_cage_door_4 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_slave_rags_cbbe on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_ally_2 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_master on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_collar on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property snp on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_collar on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_buyoutEarned on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctConstraints on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_CollarStrangleImod on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_hostile_4 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_ally_1 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_slaver on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_cage on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property funct on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_hostile_2 on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_trust_feet on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_fasttravel on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_cage_door on script _sdqfs_enslavement_01 attached to _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property oreKeyword on script RTT attached to ReadingTakesTime (2F000D62) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDISM_blackout on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDISM_fadeout on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_punish on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_male on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctOutfit on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property libs on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFP_slaverCrimeFaction on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDQP_enslavement on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_trust_hands on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_demerits on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_demerits_join on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_verboseMerits on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property enslave on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_female on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property funct on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_punish_items on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDISM_fadein on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property snp on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_trust_feet on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_bindings on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SexLab on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctSlavery on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_snp_busy on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_marker on script _sdsf_snp_03 attached to (7E027972) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator06 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property BFTHeljarchenHallMarker on script CarriageMenu attached to CarriageMenu (3B0149FD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property CarriageDriverHeljarchenBYOH3 on script CarriageMenu attached to CarriageMenu (3B0149FD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property BFTWinstadManorMarker on script CarriageMenu attached to CarriageMenu (3B0149FD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property BFTLakeviewManorMarker on script CarriageMenu attached to CarriageMenu (3B0149FD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property CarriageDriverLakeviewBYOH1 on script CarriageMenu attached to CarriageMenu (3B0149FD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property CarriageDriverWinstadBYOH2 on script CarriageMenu attached to CarriageMenu (3B0149FD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] ERROR: Property SSLV_FarmMark2 on script SSLV_MainScr attached to SimpleSlavery (7800492E) cannot be bound because <NULL form> (7803628D) is not the right type[12/05/2016 - 03:22:25PM] ERROR: Property SSLV_HoldMark1 on script SSLV_MainScr attached to SimpleSlavery (7800492E) cannot be bound because <NULL form> (78028226) is not the right type[12/05/2016 - 03:22:25PM] ERROR: Property threshold on script ndun_configquest_scr attached to ndun_ConfigQuest (760012C5) cannot be initialized because the value is the incorrect type[12/05/2016 - 03:22:25PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator02 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDQA_sprigganbook on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_spriggan on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDQA_safetysprigganmarker on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_summon on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDQA_hostarmor on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_host_flare on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDQA_hostarmor_unpb on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDABP_sprigganmatron on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDQA_spriggangrove on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_forced_allied on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDQA_spriggan on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SexLab on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_spriggan_secret on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctOutfit on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDQA_sprigganmarker on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDQA_hostarmor_unpb_b on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_sprigganEnslaved on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_sprigganHusk on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_spriggan_punishment on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property snp on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctFactions on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_SprigganSafetyLocationREF on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property GiantFaction on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctConstraints on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDQA_companion on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property sprigganFaction on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDS_spriggan_bloom on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property funct on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDQA_hostarmor_cbbe on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDLA_book_location on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctInventory on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_sex on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_cum on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_enslaved on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Pacify on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDQA_hostarmor_cbbe_b on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDQA_host on script _sdqf_sprigganslave_01 attached to _SD_sprigganslave (7E0253BD) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property BountyHunterGuards on script xpobounty attached to xpoBounty (6A043539) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property girl on script sluts_test_cart_cross attached to (4500EBD0) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] ERROR: Property Slots on script xpoanimation attached to xpoAnimation (6A02BB0B) cannot be bound because <NULL form> (0403CE6C) is not the right type[12/05/2016 - 03:22:25PM] warning: Property _SDKP_wrists on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_isLeashON on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_SlaveDominance on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_sex_items on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_ankles on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_enslave on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_bound on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_slaver on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_noenchant on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_slave on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_housekeeping on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_punishments on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_demerits_join on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property dreamQuest on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDQP_enslavement_tasks on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_cage on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_joined on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_min_days_before_master_travel on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_SelfShockEffect on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGV_leash_length on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFP_bindings_health on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_buyout on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_snp_busy on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_escape_timer on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_hunt on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_slaver2_f on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property funct on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDQP_thug_slave on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_trust_hands on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_master on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_bindings on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_MasterFollowSlave on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDA_collar on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDMOP_lockpick on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_food_vendor on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_lust_f on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_Weak on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_CollarStrangleImod on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFP_slaversFaction on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_join_days on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_slave_clothing on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_lust on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_work_start on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_disposition_threshold on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_trade_items on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_banned_locations on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_gender_restrictions on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctConstraints on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDA_gag on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_state_caged on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_can_join on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_escape_radius on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_banned_worldspaces on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_collar on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_SelfVibratingEffect on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_SelfTinglingEffect on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SexLab on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctSlavery on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_verboseMerits on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctOutfit on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_sex on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_collar on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_gag on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGV_free_time on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_positions on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_shackles on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_master_items on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_lust_m on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDA_shackles on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_arrest on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_masters_key on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_isMasterTraveller on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctFactions on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property snp on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_gagged on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDCP_sanguines_realms on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property enslavement on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_safeword on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property slaUtil on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_demerits on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_SelfShockShield on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_slaver2_m on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSMP_choke_m on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_punish_items on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_trust_feet on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSMP_choke on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_food_raw on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_food on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SD_dreamQuest on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDA_bindings on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_limited_removal on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_nosale on script _sdras_slave attached to alias _SDRA_slave on quest _SD_enslavement (7E00182D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator12 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator05 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator08 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property prisonerFaction on script xpopNoRemove attached to (6B055C79) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_sanguine on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_sanguine_marker on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_sex on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_male on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property PlayerVampireQuest on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property libs on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_spent on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_positions on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_vampire on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_female on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDSP_vampire on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_config_sexvampire on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctOutfit on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property snp on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property funct on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_strapon on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_sex on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctSlavery on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_snp_busy on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_marker on script _sdsf_snp_00 attached to (7E0212E6) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property zzEstrusChaurusTentacleFaction on script zzestruschaurusspectator attached to alias Spectator11 on quest zzestruschaurusSpectators (39048161) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SSLV_SlaveOutfit2 on script sslv_configscr attached to SSLV_Config (7802FF82) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SafeContainer on script ndun_targetalias_scr attached to alias StrippedEquipment on quest ndun_ErrandQuest (7600387C) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_bystander_01 on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_bystander_03 on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_male on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property libs on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctOutfit on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_positions on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDKP_sex on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property snp on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_female on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property funct on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDIAP_reset on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_bystander_02 on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_bystander_04 on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_bystander_05 on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property SexLab on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Whore on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctSlavery on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_snp_busy on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDRAP_marker on script _sdsf_snp_07 attached to (7E07EA4F) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property aliasBanditF on script TelravMasterSCRIPT attached to (0001BA06) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDLA_lockposition on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_naamah on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGVP_gameDaysPassed on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_bed_03 on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_marker on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_bystander_02 on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_meridiana on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_sanguine on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_bystander_04 on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDGV_snp_delay on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_bystander_03 on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property config on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_bystander_05 on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_strapon_cbbe on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_sexlight on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_bed on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property fctConstraints on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_bed_01 on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_strapon_unbp on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_male on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_strapon on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property _SDFLP_invalidRace on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_strapon_thorn on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_bystander_01 on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_sanguine_marker on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDLA_current on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_erect_male on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_female on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property Alias__SDRA_bed_02 on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property snp on script _sdqf_snp_01 attached to _SD_snp (7E004E0D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property zbfCuffsIronBlack on script SSLV_DAIntScript attached to SSLV_DAInt (7800FB14) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property USKPDraugrEnableMarker on script QF_FreeformSoljundsSinkholeA_0006136B attached to FreeformSoljundsSinkholeA (0006136B) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property dunArcherQST on script WilliamTellArrow3dnpc attached to (6E2E1E29) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property flArrows on script WilliamTellArrow3dnpc attached to (6E2E1E29) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property myActor on script WilliamTellArrow3dnpc attached to (6E2E1E29) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:25PM] warning: Property FreeformMarkarthO on script mdcuestartscript attached to (6E1EC62D) cannot be initialized because the script no longer contains that property[12/05/2016 - 03:22:43PM] Loading game...[12/05/2016 - 03:22:43PM] warning: Unable to get type _sdsf_snp_07 referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdqs_bountyslave referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdras_load referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdsf_snp_03 referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdras_player referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdqfs_controller_01 referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdras_master referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdqs_enslavement referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdras_slave referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Variable ::enslavement_var on script _sdras_protect_prisoner has an invalid type _sdqs_enslavement loaded from save. This variable will be skipped.[12/05/2016 - 03:22:44PM] warning: Unable to get type _SD_Reset referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdqf_sprigganslave_01 referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdqs_fcts_slavery referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdqf_snp_01 referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdqfs_enslavement_01 referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdqs_crime referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdqs_fcts_constraints referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Variable ::fctConstraints_var on script _sdqs_functions has an invalid type _sdqs_fcts_constraints loaded from save. This variable will be skipped.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdsf_snp_05 referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdsf_snp_00 referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] warning: Variable ::DLC2BossBattleScript_var on script mqkilldragonscript has an invalid type dlc2mq06miraakbossbattle loaded from save. This variable will be skipped.[12/05/2016 - 03:22:44PM] warning: Variable ::DLC2SoulSteal_var on script mqkilldragonscript has an invalid type dlc2soulstealscript loaded from save. This variable will be skipped.[12/05/2016 - 03:22:44PM] warning: Unable to get type _sdsf_snp_02 referenced by the save game. Objects of this type will not be loaded.[12/05/2016 - 03:22:44PM] ERROR: Object handle 0x378382E0 is missing from the object table - variable value will be cleared[12/05/2016 - 03:22:44PM] ERROR: Unable to load object 0x385C0270 from save game[12/05/2016 - 03:22:44PM] ERROR: Object handle 0x378382E0 is missing from the object table - variable value will be cleared[12/05/2016 - 03:22:44PM] ERROR: Unable to load object 0x385C04E0 from save game[12/05/2016 - 03:22:44PM] warning: Could not find type _sdsf_snp_05 in the type table in save[12/05/2016 - 03:22:44PM] warning: Could not find type _sdqs_bountyslave in the type table in save[12/05/2016 - 03:22:44PM] warning: Could not find type _SD_Reset in the type table in save[12/05/2016 - 03:22:44PM] warning: Could not find type _sdsf_snp_02 in the type table in save[12/05/2016 - 03:22:44PM] ERROR: Object handle 0x378382E0 is missing from the object table - variable value will be cleared[12/05/2016 - 03:22:44PM] ERROR: Unable to load object 0x385C0A90 from save game[12/05/2016 - 03:22:44PM] warning: Could not find type _sdsf_snp_00 in the type table in save[12/05/2016 - 03:22:44PM] warning: Could not find type _sdsf_snp_07 in the type table in save[12/05/2016 - 03:22:44PM] warning: Could not find type _sdras_load in the type table in save[12/05/2016 - 03:22:44PM] warning: Could not find type _sdras_player in the type table in save[12/05/2016 - 03:22:44PM] warning: Could not find type _sdras_master in the type table in save[12/05/2016 - 03:22:44PM] warning: Could not find type _sdqs_crime in the type table in save[12/05/2016 - 03:22:44PM] warning: Could not find type _sdqfs_controller_01 in the type table in save[12/05/2016 - 03:22:44PM] warning: Could not find type _sdqs_fcts_slavery in the type table in save[12/05/2016 - 03:22:44PM] warning: Could not find type _sdqs_fcts_constraints in the type table in save[12/05/2016 - 03:22:44PM] warning: Could not find type _sdras_slave in the type table in save[12/05/2016 - 03:22:44PM] ERROR: Object handle 0x378382E0 is missing from the object table - variable value will be cleared[12/05/2016 - 03:22:44PM] ERROR: Unable to load object 0x38D9F970 from save game[12/05/2016 - 03:22:44PM] warning: Could not find type _sdqfs_enslavement_01 in the type table in save[12/05/2016 - 03:22:44PM] warning: Could not find type _sdqs_enslavement in the type table in save[12/05/2016 - 03:22:44PM] warning: Could not find type _sdsf_snp_03 in the type table in save[12/05/2016 - 03:22:44PM] ERROR: Object handle 0x378382E0 is missing from the object table - variable value will be cleared[12/05/2016 - 03:22:44PM] ERROR: Unable to load object 0x38D9F8A0 from save game[12/05/2016 - 03:22:44PM] ERROR: Object handle 0x378382E0 is missing from the object table - variable value will be cleared[12/05/2016 - 03:22:44PM] ERROR: Unable to load object 0x385C0410 from save game[12/05/2016 - 03:22:44PM] warning: Could not find type _sdqf_snp_01 in the type table in save[12/05/2016 - 03:22:44PM] warning: Could not find type _sdqf_sprigganslave_01 in the type table in save[12/05/2016 - 03:22:44PM] Errors occurred while loading the Papyrus save game data[12/05/2016 - 03:22:44PM] VM is thawing...[12/05/2016 - 03:22:44PM] [CRDE] Init[12/05/2016 - 03:22:44PM] Cannot open store for class "slavetats", missing file?[12/05/2016 - 03:22:44PM] [CRDE]Mods:init ...[12/05/2016 - 03:22:44PM] ERROR: Unable to obtain function call information - returning Nonestack:[crdeDistanceEnslave (83010564)].crdeslavetatsscript.OnInit() - "crdeslavetatsscript.psc" Line 54[12/05/2016 - 03:22:44PM] warning: Assigning None to a non-object variable named "::temp0"stack:[crdeDistanceEnslave (83010564)].crdeslavetatsscript.OnInit() - "crdeslavetatsscript.psc" Line 54[12/05/2016 - 03:22:44PM] [CRDE]Mods:Maintenance ...[12/05/2016 - 03:22:44PM] daymoyl - OnPlayerLoadGame[12/05/2016 - 03:22:44PM] [Zad]: [OrganicVibrateEffect] Loaded: 20%[12/05/2016 - 03:22:44PM][12/05/2016 - 03:22:44PM] =====Loot and Degradation is refreshing itself and searching for addons. Any errors below are harmless.=====[12/05/2016 - 03:22:44PM][12/05/2016 - 03:22:44PM] ERROR: File "Dawnguard.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_EDQuest (34000D62)]._edquestscript.Maintenance() - "_EDQuestScript.psc" Line 1549[alias Player on quest _EDQuest (34000D62)]._EDDegradation.OnPlayerLoadGame() - "_EDDegradation.psc" Line 248[12/05/2016 - 03:22:44PM] ERROR: File "Hearthfires.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_EDQuest (34000D62)]._edquestscript.Maintenance() - "_EDQuestScript.psc" Line 1561[alias Player on quest _EDQuest (34000D62)]._EDDegradation.OnPlayerLoadGame() - "_EDDegradation.psc" Line 248[12/05/2016 - 03:22:44PM] ERROR: File "Dragonborn.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_EDQuest (34000D62)]._edquestscript.Maintenance() - "_EDQuestScript.psc" Line 1566[alias Player on quest _EDQuest (34000D62)]._EDDegradation.OnPlayerLoadGame() - "_EDDegradation.psc" Line 248[12/05/2016 - 03:22:44PM] ERROR: File "Requiem.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_EDQuest (34000D62)]._edquestscript.Maintenance() - "_EDQuestScript.psc" Line 1580[alias Player on quest _EDQuest (34000D62)]._EDDegradation.OnPlayerLoadGame() - "_EDDegradation.psc" Line 248[12/05/2016 - 03:22:44PM] ERROR: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_EDQuest (34000D62)]._edquestscript.Maintenance() - "_EDQuestScript.psc" Line 1594[alias Player on quest _EDQuest (34000D62)]._EDDegradation.OnPlayerLoadGame() - "_EDDegradation.psc" Line 248[12/05/2016 - 03:22:44PM] ERROR: File "Skyrim Immersive Creatures.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_EDQuest (34000D62)]._edquestscript.Maintenance() - "_EDQuestScript.psc" Line 1620[alias Player on quest _EDQuest (34000D62)]._EDDegradation.OnPlayerLoadGame() - "_EDDegradation.psc" Line 248[12/05/2016 - 03:22:44PM] GagSFX: OnPlayerLoadGame() Triggered[12/05/2016 - 03:22:44PM] GagSFX: Hook Start:2[12/05/2016 - 03:22:44PM] SEXLAB - LOADED: Version 16200 / 16200[12/05/2016 - 03:22:44PM] SexLab MCM Loaded CurrentVerison: 16200 / 16200[12/05/2016 - 03:22:44PM] GagSFX: Hook done[12/05/2016 - 03:22:44PM] sluts: kicker checking for CFTO (accursed be its name)[12/05/2016 - 03:22:44PM] sluts_kicker: load event detected[12/05/2016 - 03:22:44PM] [CF][Framework] Creature Framework RC12 (10010) is initialising[12/05/2016 - 03:22:44PM] FNIS AA started (load)[12/05/2016 - 03:22:44PM] ERROR: File "Dragonborn.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias PlayerRef on quest RRRTrackingQuest (4900A98E)].RRRTrackingScript.CompaCheck() - "RRRTrackingScript.psc" Line 95[alias PlayerRef on quest RRRTrackingQuest (4900A98E)].RRRTrackingScript.OnPlayerLoadGame() - "RRRTrackingScript.psc" Line 24[12/05/2016 - 03:22:44PM] RRR: Dragonborn DLC not found...[12/05/2016 - 03:22:44PM] [Zad]: DevicesUnderneath::Maintenance()[12/05/2016 - 03:22:44PM] [slnc] [slncMainQuestScript <slncControllerQuest (500110DF)>]: OnLoadGame() Begin[12/05/2016 - 03:22:44PM] ERROR: File "SexLabNudeCreaturesDG.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[slncControllerQuest (500110DF)].slncMainQuestScript.OnLoadGame() - "slncMainQuestScript.psc" Line 52[alias PlayerAlias on quest slncControllerQuest (500110DF)].slncPlayerAliasScript.OnPlayerLoadGame() - "slncPlayerAliasScript.psc" Line 6[12/05/2016 - 03:22:44PM] [slnc] [slncMainQuestScript <slncControllerQuest (500110DF)>]: DawnGuard esp not installed.[12/05/2016 - 03:22:44PM] ERROR: File "SexLabNudeCreaturesDB.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[slncControllerQuest (500110DF)].slncMainQuestScript.OnLoadGame() - "slncMainQuestScript.psc" Line 61[alias PlayerAlias on quest slncControllerQuest (500110DF)].slncPlayerAliasScript.OnPlayerLoadGame() - "slncPlayerAliasScript.psc" Line 6[12/05/2016 - 03:22:44PM] [slnc] [slncMainQuestScript <slncControllerQuest (500110DF)>]: DragonBorn esp not installed.[12/05/2016 - 03:22:44PM] [Zad]: QuestMonitor is now watching for device events.[12/05/2016 - 03:22:44PM] [Zad]: [Restraints+Armor] Loaded: 0%[12/05/2016 - 03:22:44PM] [Zad]: [Tight Gloves] Loaded: 0%[12/05/2016 - 03:22:44PM] [Zad]: [Vibration] Loaded: 25%[12/05/2016 - 03:22:44PM] [Zad]: [Mounted] Loaded: 100%[12/05/2016 - 03:22:44PM] [Zad]: [Drip] Loaded: 0%[12/05/2016 - 03:22:44PM] [Zad]: [Mana Drain] Loaded: 0%[12/05/2016 - 03:22:44PM] [Zad]: [blindfold Mystery] Loaded: 1%[12/05/2016 - 03:22:44PM] [Zad]: [Restrictive Collar] Loaded: 0%[12/05/2016 - 03:22:44PM] [Zad]: [Chaos Plugs] Loaded: 25%[12/05/2016 - 03:22:44PM] [Zad]: [Harness] Loaded: 0%[12/05/2016 - 03:22:44PM] [Zad]: [Tight Corset] Loaded: 0%[12/05/2016 - 03:22:44PM] [Zad]: [blindfold Trip] Loaded: 0%[12/05/2016 - 03:22:44PM] [Zad]: [belted Empty] Loaded: 0%[12/05/2016 - 03:22:44PM] [Zad]: [Yoke Struggle] Loaded: 50%[12/05/2016 - 03:22:44PM] [CF][Framework] JContainers 3.2 is installed[12/05/2016 - 03:22:44PM] [slnc] [slncMainQuestScript <slncControllerQuest (500110DF)>]: OnLoadGame() End[12/05/2016 - 03:22:44PM] ERROR: File "Dawnguard.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[CFQuestFramework (0B000D62)].creatureframework.initialize() - "CreatureFramework.psc" Line 95[CFQuestConfiguration (0B000D63)].cfconfigmenu.OnGameReload() - "CFConfigMenu.psc" Line 47[alias PlayerAlias on quest CFQuestConfiguration (0B000D63)].SKI_PlayerLoadGameAlias.OnPlayerLoadGame() - "SKI_PlayerLoadGameAlias.psc" Line 6[12/05/2016 - 03:22:44PM] [CF][Framework] SexLab 1.62 is installed[12/05/2016 - 03:22:44PM] [CF][Framework] SexLab Aroused 20140124 is installed[12/05/2016 - 03:22:45PM] SexLab Dialogues: Reset SexLab events[12/05/2016 - 03:22:45PM] [sD] Registering Alicia player start[12/05/2016 - 03:22:45PM] [Zad]: Set Device Hider slot to 41.[12/05/2016 - 03:22:45PM] ERROR: File "Dawnguard.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[sLSF_Configuration (0E016AB9)].slsf_configuration.UpdateLocationsList() - "SLSF_Configuration.psc" Line 342[sLSF_Misc (0E01757F)].slsf_utility.CheckExtensionPresence() - "SLSF_Utility.psc" Line 232[alias PC Monitor on quest SLSF_Monitor (0E0185A7)].slsf_monitor.Maintenance() - "SLSF_Monitor.psc" Line 55[alias PC Monitor on quest SLSF_Monitor (0E0185A7)].slsf_monitor.OnPlayerLoadGame() - "SLSF_Monitor.psc" Line 42[12/05/2016 - 03:22:45PM] ERROR: File "Dragonborn.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[sLSF_Configuration (0E016AB9)].slsf_configuration.UpdateLocationsList() - "SLSF_Configuration.psc" Line 354[sLSF_Misc (0E01757F)].slsf_utility.CheckExtensionPresence() - "SLSF_Utility.psc" Line 232[alias PC Monitor on quest SLSF_Monitor (0E0185A7)].slsf_monitor.Maintenance() - "SLSF_Monitor.psc" Line 55[alias PC Monitor on quest SLSF_Monitor (0E0185A7)].slsf_monitor.OnPlayerLoadGame() - "SLSF_Monitor.psc" Line 42[12/05/2016 - 03:22:45PM][12/05/2016 - 03:22:45PM] =====iNeed (_sn) is refreshing itself and searching for addons. Any errors below are harmless.=====[12/05/2016 - 03:22:45PM][12/05/2016 - 03:22:45PM] ERROR: File "iNeed - Dangerous Diseases.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 330[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:45PM] kuGAxMCM.sendPingTest pingFromMCM[12/05/2016 - 03:22:45PM] [slamainscr <sla_Main (07042D62)>]: starting maintenance... Update frequency 120.000000[12/05/2016 - 03:22:45PM] [Zad]: [Nipple Piercings] Loaded: 55%[12/05/2016 - 03:22:45PM] attempting re-attach[12/05/2016 - 03:22:45PM] sluts: not tethered[12/05/2016 - 03:22:45PM] sluts: CFTO not detected[12/05/2016 - 03:22:45PM] [Zad]: QuestMonitor is now watching for device events.[12/05/2016 - 03:22:45PM] ===============================[DAYMOYL: Ignore all Warnings start]================================[12/05/2016 - 03:22:45PM] daymoyl - SkyUI.esp found[12/05/2016 - 03:22:45PM] daymoyl - 3DNPC.esp found[12/05/2016 - 03:22:45PM] daymoyl - ZaZAnimationPack.esm found[12/05/2016 - 03:22:45PM] ================================[DAYMOYL: Ignore all Warnings end]=================================[12/05/2016 - 03:22:45PM] zbfExternal: Compatibility checking[12/05/2016 - 03:22:45PM] zbfExternal: -------------------------------------------------------[12/05/2016 - 03:22:45PM] zbfExternal: SexLab version: 16200[12/05/2016 - 03:22:45PM] zbfExternal: SlaveTats version:[12/05/2016 - 03:22:45PM] [Zad]: Starting update chain.[12/05/2016 - 03:22:45PM] zbfExternal: RaceMenu version: 7[12/05/2016 - 03:22:45PM] zbfExternal: Non SexLab Animation Pack version: 0[12/05/2016 - 03:22:45PM] zbfExternal: -------------------------------------------------------[12/05/2016 - 03:22:45PM] zbfExternal: SexLab support: TRUE[12/05/2016 - 03:22:45PM] zbfExternal: Overlay support: False[12/05/2016 - 03:22:45PM] zbfExternal: Non SexLab Animation support: False[12/05/2016 - 03:22:45PM] zbfExternal: -------------------------------------------------------[12/05/2016 - 03:22:45PM] [Zad]: [bump Pumps] Loaded: 100%[12/05/2016 - 03:22:45PM] ========== Auto Unequip Ammo: Scanning for supported plugins...[12/05/2016 - 03:22:45PM] ========== ERRORS RELATED TO MISSING FILES SHOULD BE IGNORED![12/05/2016 - 03:22:45PM] ERROR: File "Dawnguard.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[AUA (2A00C6C2)].AUAQuestScript.GameLoaded() - "AUAQuestScript.psc" Line 38[AUA (2A00C6C2)].AUAQuestScript.OnUpdate() - "AUAQuestScript.psc" Line 73[12/05/2016 - 03:22:45PM] ERROR: File "Dragonborn.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[AUA (2A00C6C2)].AUAQuestScript.GameLoaded() - "AUAQuestScript.psc" Line 39[AUA (2A00C6C2)].AUAQuestScript.OnUpdate() - "AUAQuestScript.psc" Line 73[12/05/2016 - 03:22:45PM] ERROR: File "XFLMain.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[AUA (2A00C6C2)].AUAQuestScript.GameLoaded() - "AUAQuestScript.psc" Line 40[AUA (2A00C6C2)].AUAQuestScript.OnUpdate() - "AUAQuestScript.psc" Line 73[12/05/2016 - 03:22:45PM] ========== Auto Unequip Ammo: Scan complete.[12/05/2016 - 03:22:45PM] [slamainscr <sla_Main (07042D62)>]: registered for maintenance[12/05/2016 - 03:22:45PM] [Zad]: RebuildSlotmask()[12/05/2016 - 03:22:45PM] [Zad]: Devious Devices is now creating animations.[12/05/2016 - 03:22:45PM] SEXLAB - GetSetAnimation(DDBeltedSolo): Get[12/05/2016 - 03:22:45PM] SEXLAB - GetSetAnimation(DDArmbinderSolo): Get[12/05/2016 - 03:22:45PM] SEXLAB - GetSetAnimation(DDYokeSolo): Get[12/05/2016 - 03:22:45PM] [Zad]: EnableEventProcessing()[12/05/2016 - 03:22:45PM] [Zad]: Rehooking Mod Events[12/05/2016 - 03:22:45PM] [Zad]: [Plug Moan] Loaded: 100%[12/05/2016 - 03:22:45PM] ERROR: File "zzEstrus.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[alias Player on quest BWAQuest (2E000D62)].BWAroused.OnPlayerLoadGame() - "BWAroused.psc" Line 253[12/05/2016 - 03:22:45PM] [Zad]: [Periodic Shocks] Loaded: 0%[12/05/2016 - 03:22:45PM] [Zad]: [Armbinder Struggle] Loaded: 50%[12/05/2016 - 03:22:45PM] [Zad]: QuestMonitor is now tracking player.[12/05/2016 - 03:22:45PM] [Zad]: [Health Drain] Loaded: 0%[12/05/2016 - 03:22:45PM] InitWidgetLoader()[12/05/2016 - 03:22:45PM] [Zad]: [bra Chafing] Loaded: 0%[12/05/2016 - 03:22:46PM] [Zad]: [Horny] Loaded: 5%[12/05/2016 - 03:22:46PM] [Zad]: [Wet Padding] Loaded: 0%[12/05/2016 - 03:22:46PM] [Zad]: [Posture Collar] Loaded: 0%[12/05/2016 - 03:22:46PM] ERROR: Cannot cast from None to SKI_WidgetBase[]stack:[iHUDControlQuest (63000805)].ihudwidgetscript.initialize() - "iHUDWidgetScript.psc" Line 38[iHUDControlQuest (63000805)].ihudcontrolscript.startUp() - "iHUDControlScript.psc" Line 93[iHUDMaintainanceQuest (63002853)].iHUDMaintainanceScript.startUp() - "iHUDMaintainanceScript.psc" Line 20[alias PlayerAlias on quest iHUDMaintainanceQuest (63002853)].iHUDLoadScript.OnPlayerLoadGame() - "iHUDLoadScript.psc" Line 11[12/05/2016 - 03:22:46PM] [Zad]: [belt Chafing] Loaded: 0%[12/05/2016 - 03:22:46PM] [Zad]: [stamina Drain] Loaded: 0%[12/05/2016 - 03:22:46PM] [Zad]: ZadNpc::DoRegister(1.473286)[12/05/2016 - 03:22:46PM] [Zad]: RepopulateNpcs()[12/05/2016 - 03:22:46PM] [Zad]: Not repopulating NPC slots: Feature is disabled.[12/05/2016 - 03:22:46PM] daymoyl - SKI_MeterWidget OnWidgetReset()[12/05/2016 - 03:22:46PM] daymoyl - SKI_MeterWidget OnWidgetReset()[12/05/2016 - 03:22:46PM] daymoyl - Registering custom quest events[12/05/2016 - 03:22:46PM] daymoyl - SKI_MeterWidget OnWidgetReset()[12/05/2016 - 03:22:46PM] daymoyl - SKI_MeterWidget OnWidgetReset()[12/05/2016 - 03:22:46PM] [Zad]: ==========Begin Compatibility Checks==========[12/05/2016 - 03:22:46PM] [Zad]: Please note that Errors related to missing files should be ignored.[12/05/2016 - 03:22:46PM] [Zad]: [ Dependency Checks ][12/05/2016 - 03:22:46PM] [Zad]: DDi version [6.000000]: OK[12/05/2016 - 03:22:46PM] [Zad]: assets version [3.000000]: OK[12/05/2016 - 03:22:46PM] [Zad]: ZaZ Animation Pack version [610.000000]: OK[12/05/2016 - 03:22:46PM] [Zad]: Aroused version [20140124.000000]: OK[12/05/2016 - 03:22:46PM] [Zad]: SexLab version [16200.000000]: OK[12/05/2016 - 03:22:46PM] [Zad]: [ Third Party Mod Compatibility Checks ][12/05/2016 - 03:22:46PM] [Zad]: [ Sanity Checks ][12/05/2016 - 03:22:46PM] [Zad]: Verifying that installation is untainted by an unsupported upgrade: OK[12/05/2016 - 03:22:46PM] [Zad]: ==========End Compatibility Checks==========[12/05/2016 - 03:22:46PM] [Zad]: Initializing Events arrays.[12/05/2016 - 03:22:46PM] [Zad]: zadEventSlots::Maintenance()[12/05/2016 - 03:22:46PM] [Zad]: Config Interval:1.500000. Total number of events: 0. Next staggered update in 1.500000[12/05/2016 - 03:22:46PM] [Zad]: [OrganicVibrateEffect] Registered. Event #0[12/05/2016 - 03:22:46PM] [Zad]: [Restraints+Armor] Registered. Event #1[12/05/2016 - 03:22:46PM] [Zad]: [Vibration] Registered. Event #2[12/05/2016 - 03:22:46PM] [Zad]: [Yoke Struggle] Registered. Event #3[12/05/2016 - 03:22:46PM] SG_ProgressMeterWidget OnWidgetReset()[12/05/2016 - 03:22:46PM] SG_ProgressMeterWidget OnWidgetReset()[12/05/2016 - 03:22:46PM] [Zad]: [Nipple Piercings] Registered. Event #4[12/05/2016 - 03:22:46PM] [Zad]: Maintenance_ABC()[12/05/2016 - 03:22:46PM] Cannot open store for class "fnis_aa2", missing file?[12/05/2016 - 03:22:46PM] ERROR: Unable to obtain function call information - returning Nonestack:<unknown self>.fnis_aa.GetInstallationCRC() - "FNIS_aa.psc" Line 217[zadQuest (0900F624)].zadboundcombatscript.Maintenance_ABC() - "zadBoundCombatScript.psc" Line 123[zadQuest (0900F624)].zadbq00.Maintenance() - "zadBQ00.psc" Line 208[alias Player on quest zadQuest (0900F624)].zadPlayerScript.OnPlayerLoadGame() - "zadPlayerScript.psc" Line 14[12/05/2016 - 03:22:46PM] warning: Assigning None to a non-object variable named "::temp32"stack:<unknown self>.fnis_aa.GetInstallationCRC() - "FNIS_aa.psc" Line 217[zadQuest (0900F624)].zadboundcombatscript.Maintenance_ABC() - "zadBoundCombatScript.psc" Line 123[zadQuest (0900F624)].zadbq00.Maintenance() - "zadBQ00.psc" Line 208[alias Player on quest zadQuest (0900F624)].zadPlayerScript.OnPlayerLoadGame() - "zadPlayerScript.psc" Line 14[12/05/2016 - 03:22:46PM] [Zad]: Refreshing ABC values...[12/05/2016 - 03:22:46PM] SG_MessageWidget OnWidgetReset()[12/05/2016 - 03:22:46PM] SG_MessageWidget OnWidgetReset()[12/05/2016 - 03:22:46PM] ERROR: Static function GetAAnumber not found on object fnis_aa2. Aborting call and returning Nonestack:<unknown self>.fnis_aa.GetAAModID() - "FNIS_aa.psc" Line 92[zadQuest (0900F624)].zadboundcombatscript.UpdateValues() - "zadBoundCombatScript.psc" Line 37[zadQuest (0900F624)].zadboundcombatscript.Maintenance_ABC() - "zadBoundCombatScript.psc" Line 126[zadQuest (0900F624)].zadbq00.Maintenance() - "zadBQ00.psc" Line 208[alias Player on quest zadQuest (0900F624)].zadPlayerScript.OnPlayerLoadGame() - "zadPlayerScript.psc" Line 14[12/05/2016 - 03:22:46PM] warning: Assigning None to a non-object variable named "::temp9"stack:<unknown self>.fnis_aa.GetAAModID() - "FNIS_aa.psc" Line 92[zadQuest (0900F624)].zadboundcombatscript.UpdateValues() - "zadBoundCombatScript.psc" Line 37[zadQuest (0900F624)].zadboundcombatscript.Maintenance_ABC() - "zadBoundCombatScript.psc" Line 126[zadQuest (0900F624)].zadbq00.Maintenance() - "zadBQ00.psc" Line 208[alias Player on quest zadQuest (0900F624)].zadPlayerScript.OnPlayerLoadGame() - "zadPlayerScript.psc" Line 14[12/05/2016 - 03:22:46PM] ERROR: Static function GetAAprefixList not found on object fnis_aa2. Aborting call and returning Nonestack:<unknown self>.fnis_aa.GetAAModID() - "FNIS_aa.psc" Line 93[zadQuest (0900F624)].zadboundcombatscript.UpdateValues() - "zadBoundCombatScript.psc" Line 37[zadQuest (0900F624)].zadboundcombatscript.Maintenance_ABC() - "zadBoundCombatScript.psc" Line 126[zadQuest (0900F624)].zadbq00.Maintenance() - "zadBQ00.psc" Line 208[alias Player on quest zadQuest (0900F624)].zadPlayerScript.OnPlayerLoadGame() - "zadPlayerScript.psc" Line 14[12/05/2016 - 03:22:46PM] FNIS aa GetAAmodID - MOD MISSING (not included by FNIS generator) mod: DeviousDevices prefix: abc[12/05/2016 - 03:22:46PM] FNIS aa GetGroupBaseValue BAD parameter - mod: DeviousDevices/ modID: -1 groupID:44[12/05/2016 - 03:22:46PM] FNIS aa GetGroupBaseValue BAD parameter - mod: DeviousDevices/ modID: -1 groupID:6[12/05/2016 - 03:22:46PM] FNIS aa GetGroupBaseValue BAD parameter - mod: DeviousDevices/ modID: -1 groupID:34[12/05/2016 - 03:22:46PM] FNIS aa GetGroupBaseValue BAD parameter - mod: DeviousDevices/ modID: -1 groupID:33[12/05/2016 - 03:22:46PM] FNIS aa GetGroupBaseValue BAD parameter - mod: DeviousDevices/ modID: -1 groupID:35[12/05/2016 - 03:22:46PM] FNIS aa GetGroupBaseValue BAD parameter - mod: DeviousDevices/ modID: -1 groupID:51[12/05/2016 - 03:22:46PM] FNIS aa GetGroupBaseValue BAD parameter - mod: DeviousDevices/ modID: -1 groupID:18[12/05/2016 - 03:22:46PM] FNIS aa GetGroupBaseValue BAD parameter - mod: DeviousDevices/ modID: -1 groupID:8[12/05/2016 - 03:22:46PM] FNIS aa GetGroupBaseValue BAD parameter - mod: DeviousDevices/ modID: -1 groupID:52[12/05/2016 - 03:22:46PM] FNIS aa GetGroupBaseValue BAD parameter - mod: DeviousDevices/ modID: -1 groupID:48[12/05/2016 - 03:22:46PM] FNIS aa GetGroupBaseValue BAD parameter - mod: DeviousDevices/ modID: -1 groupID:11[12/05/2016 - 03:22:46PM] FNIS aa GetGroupBaseValue BAD parameter - mod: DeviousDevices/ modID: -1 groupID:10[12/05/2016 - 03:22:46PM] FNIS aa GetGroupBaseValue BAD parameter - mod: DeviousDevices/ modID: -1 groupID:12[12/05/2016 - 03:22:46PM] FNIS aa GetGroupBaseValue BAD parameter - mod: DeviousDevices/ modID: -1 groupID:0[12/05/2016 - 03:22:46PM] [Zad]: [Tight Gloves] Registered. Event #5[12/05/2016 - 03:22:46PM] [Zad]: [Mounted] Registered. Event #6[12/05/2016 - 03:22:46PM] [Zad]: [bump Pumps] Registered. Event #7[12/05/2016 - 03:22:46PM] [Zad]: Begin skse print test.[12/05/2016 - 03:22:46PM] [Zad]: End skse print test.[12/05/2016 - 03:22:46PM] [Zad]: Monitoring Camera state.[12/05/2016 - 03:22:46PM] [Zad]: [Plug Moan] Registered. Event #8[12/05/2016 - 03:22:46PM] [Zad]: [Drip] Registered. Event #9[12/05/2016 - 03:22:46PM] [Zad]: [Periodic Shocks] Registered. Event #10[12/05/2016 - 03:22:46PM] [Zad]: [Mana Drain] Registered. Event #11[12/05/2016 - 03:22:46PM] [Zad]: [Armbinder Struggle] Registered. Event #12[12/05/2016 - 03:22:46PM] [Zad]: [blindfold Mystery] Registered. Event #13[12/05/2016 - 03:22:46PM] [Zad]: [Health Drain] Registered. Event #14[12/05/2016 - 03:22:46PM] [Zad]: [Restrictive Collar] Registered. Event #15[12/05/2016 - 03:22:47PM] [Zad]: [bra Chafing] Registered. Event #16[12/05/2016 - 03:22:47PM] [Zad]: [Chaos Plugs] Registered. Event #17[12/05/2016 - 03:22:47PM] [Zad]: [Harness] Registered. Event #18[12/05/2016 - 03:22:47PM] [Zad]: [Horny] Registered. Event #19[12/05/2016 - 03:22:47PM] [Zad]: [Wet Padding] Registered. Event #20[12/05/2016 - 03:22:47PM] [Zad]: [Tight Corset] Registered. Event #21[12/05/2016 - 03:22:47PM] warning: Replacing native function GetCurrentIdle on unlinked object zzEstrusUtil.[12/05/2016 - 03:22:47PM] [Zad]: [Posture Collar] Registered. Event #22[12/05/2016 - 03:22:47PM] GagSFX: Registering for SexLab Voice Slot Event[12/05/2016 - 03:22:47PM] [crde]in maria eden:mods not finished yet[12/05/2016 - 03:22:47PM] ERROR: Unable to call Delete - no native object bound to the script object, or object is of incorrect typestack:[item 1 in container (00000014)].zadHiderScript.Delete() - "<native>" Line ?[item 1 in container (00000014)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5[12/05/2016 - 03:22:47PM] GagSFX: GagFX v1.040000 ready.[12/05/2016 - 03:22:47PM] xpoPatches.::. xpoConfigStartup: CheckVersions[12/05/2016 - 03:22:47PM] xpoPatches.::. xpoConfigStartup: xpoPatchRegEvents()[12/05/2016 - 03:22:47PM] xpoPatches.::. RegisterForModEvent's: PO -:- Ready![12/05/2016 - 03:22:47PM] [Zad]: [blindfold Trip] Registered. Event #23[12/05/2016 - 03:22:47PM] [Zad]: [belted Empty] Registered. Event #24[12/05/2016 - 03:22:47PM] [Zad]: [stamina Drain] Registered. Event #25[12/05/2016 - 03:22:47PM] [Zad]: [belt Chafing] Registered. Event #26[12/05/2016 - 03:22:47PM][12/05/2016 - 03:22:47PM] =====Loot and Degradation is finished refreshing itself and searching for addons!=====[12/05/2016 - 03:22:47PM][12/05/2016 - 03:22:48PM] ERROR: File "WetandCold.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 356[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Holidays.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 361[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "EFFCore.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 363[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Dawnguard.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 379[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Hearthfires.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 391[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Dragonborn.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 419[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Falskaar.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 452[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "CookingExpanded.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 470[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Hunterborn.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 498[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "HerbalTea.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 635[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "ImprovedFishBASIC.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 663[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Requiem.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 711[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Realistic Wildlife Loot - Realistic.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 730[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Realistic Wildlife Loot - Reduced.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 731[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "ETaC - RESOURCES.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 740[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "HarvestOverhaulCreatures.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 804[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "more plants all extra.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 840[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "skyBirds - Airborne Perching Birds.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 850[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Osare Food.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 861[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "DeliciousCake.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 889[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Wyrmstooth.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 907[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Ambrosia From Valhalla.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 919[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "BonAppetitBase.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 931[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Drinking Fountains of Skyrim.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 972[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "HighlandFarmMilk.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 982[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Real Wildlife Skyrim 0.1.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1003[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Skyrim Immersive Creatures.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1037[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "SpecialFlora.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1049[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "NordicCooking.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1069[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Coffee.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1104[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "CRX.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1116[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Another Recipe Mod.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1164[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "SL00CookingIngredient.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1199[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Farm Animals.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1241[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Farm Animals_HF.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1242[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "GM-CookingRebalanceFinal.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1251[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "GM-CookingRebalanceFinalHearthfire.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1252[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "ZFO-TS10.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1261[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "ZFO-TS6.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1262[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "ZFO-TS8.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1263[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "ZFO-TS10-Labeled.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1264[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "ZFO-TS6-Labeled.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1265[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "ZFO-TS8-Labeled.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1266[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "NerniesCityandVillageExpansion.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1283[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "REGS - Resources.esm" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1284[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Babettes Feast Balanced.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1293[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Babettes Feast Weaker Effects.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1294[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Babettes Feast Overpowered.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1295[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "MilkHearthfire.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1306[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "Milk.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1307[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "PTAlchemyFoodOverhaul.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1316[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "PTAlchemyFoodOverhaul_BetterSorting.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1317[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "PTFoodOverhaul_ONLY.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1318[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "DftT.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1329[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "DftT-NGP-WTLS.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1330[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "DftT-NoGreenPact.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1331[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "DftT-WTLS.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1332[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] ERROR: File "PerkusMaximus_Master.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[_SNDLCQuest (64021E36)]._sndlcquestscript.DLCMaintenance() - "_SNDLCQuestScript.psc" Line 1345[_SNQuest (64000D62)]._snquestscript.Maintenance() - "_SNQuestScript.psc" Line 1654[alias Player on quest _SNQuest (64000D62)]._snplayeralias.OnPlayerLoadGame() - "_SNPlayerAlias.psc" Line 236[12/05/2016 - 03:22:48PM] [CF][Framework] Sending register event[12/05/2016 - 03:22:48PM] [slnc] [slncMainQuestScript <slncControllerQuest (500110DF)>]: OnCreatureFrameworkRegister() Begin[12/05/2016 - 03:22:48PM] [slnc] [slncMainQuestScript <slncControllerQuest (500110DF)>]: OnCreatureFrameworkRegister() Registering[12/05/2016 - 03:22:48PM] [slnc] [slncMainQuestScript <slncControllerQuest (500110DF)>]: OnCreatureFrameworkRegister() End[12/05/2016 - 03:22:49PM] [crde]in maria eden:mods not finished yet[12/05/2016 - 03:22:50PM] [CRDE] mcm:mods not finished yet[12/05/2016 - 03:22:50PM] [CRDE] distant:mods not finished yet[12/05/2016 - 03:22:50PM] [CF][Framework] Beginning JSON registration[12/05/2016 - 03:22:50PM] [CF][Framework] Found 1 JSON files in creatures.d[12/05/2016 - 03:22:50PM] [CF][Framework] Already loaded file slnc.json; skipping[12/05/2016 - 03:22:50PM] [CF][Framework] Finished JSON registration[12/05/2016 - 03:22:50PM] [CF][Framework] Forcing active actor restart[12/05/2016 - 03:22:51PM] [CRDE] distant:mods not finished yet[12/05/2016 - 03:22:51PM] [crde]in maria eden:mods not finished yet[12/05/2016 - 03:22:51PM] [CRDE] Starting DEC v13.6.1[12/05/2016 - 03:22:51PM] ERROR: Cannot set the value of a constant GlobalVariablestack:[KillMoveRandom (0005159D)].GlobalVariable.SetValue() - "<native>" Line ?[GBT_Main_Menu (2D0458B3)].grimymenumain.localLoadAll() - "GrimyMenuMain.psc" Line 8755[GBT_Main_Menu (2D0458B3)].grimymenumain.ImportSettings() - "GrimyMenuMain.psc" Line 9456[alias GBT_PlayerAlias on quest GBT_Main_Menu (2D0458B3)].GrimyMenuMainPlayerRef.OnPlayerLoadGame() - "GrimyMenuMainPlayerRef.psc" Line 13[12/05/2016 - 03:22:51PM] [CRDE] Settings: TRUE[12/05/2016 - 03:22:51PM] [crde]in player:mods not finished yet[12/05/2016 - 03:22:52PM] [CRDE] mcm:mods not finished yet[12/05/2016 - 03:22:52PM] [CRDE]Mods script updateForms() start ...[12/05/2016 - 03:22:52PM] [CRDE] ******** ignore any errors between these two messages START ********[12/05/2016 - 03:22:52PM] [CRDE] distant:mods not finished yet[12/05/2016 - 03:22:52PM] [crde]in npc:mods not finished yet[12/05/2016 - 03:22:52PM] ERROR: File "hydra_slavegirls.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 714[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:22:52PM] ERROR: File "sextoys-calyps-2.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 765[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:22:52PM] CRDE: Defeat registered[12/05/2016 - 03:22:53PM] ERROR: File "ZaForswornStory.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 884[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:22:53PM] ERROR: File "DeviousSurrender.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 903[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:22:53PM] ERROR: File "TemptressVixen.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 959[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:22:53PM] ERROR: File "SexLabWorkingGirl.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 961[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:22:53PM] ERROR: File "Immersive Wenches.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 967[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:22:53PM] ERROR: File "Devious Punishment Equipment.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 969[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:22:53PM] [CRDE] ******** ignore any errors between these two messages FINISH ********[12/05/2016 - 03:22:53PM] [CRDE]Mods:checkStatuses() start ...[12/05/2016 - 03:22:53PM] [CRDE]Mods:checkStatuses() finished ...[12/05/2016 - 03:22:53PM] [CRDE] Mods: TRUE[12/05/2016 - 03:22:53PM] [CRDE]Mods:init ...[12/05/2016 - 03:22:53PM] [CRDE]Mods:Maintenance ...[12/05/2016 - 03:22:53PM] [crde]in player:mods not finished yet[12/05/2016 - 03:22:53PM] [CF][Main Quest] Skipping cloak application; API is restarting active actors[12/05/2016 - 03:22:54PM] [CRDE] mcm:mods not finished yet[12/05/2016 - 03:22:54PM] [CF][Framework] Cleared log Form DB[12/05/2016 - 03:22:54PM] [CF][Framework] Creature Framework is done initialising[12/05/2016 - 03:22:54PM] [crde]in npc:mods not finished yet[12/05/2016 - 03:22:54PM] [CF][Main Quest] The cloak is being applied for the first time since game load[12/05/2016 - 03:22:55PM] [crde]in wolfclub:mods not finished yet[12/05/2016 - 03:22:55PM] [crde]in player:mods not finished yet[12/05/2016 - 03:22:55PM] [slamainscr <sla_Main (07042D62)>]:Defered maintenance...[12/05/2016 - 03:22:55PM] [slamainscr <sla_Main (07042D62)>]: found Devious Devices - Assets.esm[12/05/2016 - 03:22:56PM] [slamainscr <sla_Main (07042D62)>]: Enabled Desire spell[12/05/2016 - 03:22:56PM] [slamainscr <sla_Main (07042D62)>]: Updated notification key to 49[12/05/2016 - 03:22:56PM] [slamainscr <sla_Main (07042D62)>]: finished maintenance[12/05/2016 - 03:22:56PM] [CRDE] mcm:mods not finished yet[12/05/2016 - 03:22:56PM] [crde]in npc:mods not finished yet[12/05/2016 - 03:22:57PM] [crde]in wolfclub:mods not finished yet[12/05/2016 - 03:22:57PM] [crde]in player:mods not finished yet[12/05/2016 - 03:22:58PM] [CRDE] mcm:mods not finished yet[12/05/2016 - 03:22:58PM] [crde]in npc:mods not finished yet[12/05/2016 - 03:22:59PM] [crde]in wolfclub:mods not finished yet[12/05/2016 - 03:22:59PM] [crde]in player:mods not finished yet[12/05/2016 - 03:23:00PM] [CRDE] mcm:mods not finished yet[12/05/2016 - 03:23:00PM] [CRDE]Mods script updateForms() start ...[12/05/2016 - 03:23:00PM] [CRDE] ******** ignore any errors between these two messages START ********[12/05/2016 - 03:23:00PM] [crde]in npc:mods not finished yet[12/05/2016 - 03:23:00PM] ERROR: File "hydra_slavegirls.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 714[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:23:00PM] ERROR: File "sextoys-calyps-2.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 765[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:23:01PM] CRDE: Defeat registered[12/05/2016 - 03:23:01PM] ERROR: File "ZaForswornStory.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 884[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:23:01PM] ERROR: File "DeviousSurrender.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 903[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:23:01PM] ERROR: File "TemptressVixen.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 959[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:23:01PM] ERROR: File "SexLabWorkingGirl.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 961[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:23:01PM] ERROR: File "Immersive Wenches.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 967[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:23:01PM] ERROR: File "Devious Punishment Equipment.esp" does not exist or is not currently loaded.stack:<unknown self>.Game.GetFormFromFile() - "<native>" Line ?[crdeModsMonitor (83000D62)].crdemodsmonitorscript.updateForms() - "crdemodsmonitorscript.psc" Line 969[crdeModsMonitor (83000D62)].crdemodsmonitorscript.Maintenance() - "crdemodsmonitorscript.psc" Line 425[crdeModsMonitor (83000D62)].crdemodsmonitorscript.OnInit() - "crdemodsmonitorscript.psc" Line 439[12/05/2016 - 03:23:01PM] [crde]in wolfclub:mods not finished yet[12/05/2016 - 03:23:01PM] [CRDE] ******** ignore any errors between these two messages FINISH ********[12/05/2016 - 03:23:01PM] [CRDE]Mods:checkStatuses() start ...[12/05/2016 - 03:23:01PM] [CRDE]Mods:checkStatuses() finished ...[12/05/2016 - 03:23:01PM] [CF][Creature Apply] Failure on ["rabbit" [Actor < (00105A3C)>]]; creature isn't registered; race=["rabbit" [Race <HareRace (0006DC99)>]] skin=["rabbit" [Armor < (0006DC9B)>]][12/05/2016 - 03:23:01PM] [CF][Creature Apply] Failure on ["Bandit Plunderer" [Actor < (000C866B)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]][12/05/2016 - 03:23:01PM] [CRDE] Player: TRUE[12/05/2016 - 03:23:01PM] [CRDE]Mods:OnUpdate running ...[12/05/2016 - 03:23:02PM] [CRDE]Player Container Perk was missing, applying ...[12/05/2016 - 03:23:02PM] [CF][Creature Apply] Failure on ["Bandit Marauder" [Actor < (42011626)>]]; creature isn't registered; race=["Wood Elf" [Race <WoodElfRace (00013749)>]] skin=["" [Armor < (00000D64)>]][12/05/2016 - 03:23:02PM] [CRDE] mcm: finished init[12/05/2016 - 03:23:02PM] [crdemcmscript <crdeMCM (8300BF4F)>] INITIALIZED[12/05/2016 - 03:23:03PM][12/05/2016 - 03:23:03PM] =====iNeed (_sn) is finished refreshing itself and searching for addons!=====[12/05/2016 - 03:23:03PM][12/05/2016 - 03:23:07PM] [crdemcmscript <crdeMCM (8300BF4F)>]: Registered Deviously Enslaved at MCM.[12/05/2016 - 03:23:07PM] [CF][Creature Apply] Failure on ["bandit" [Actor < (000C64AD)>]]; creature isn't registered; race=["Redguard" [Race <RedguardRace (00013748)>]] skin=["" [Armor < (00000D64)>]][12/05/2016 - 03:23:07PM] [CF][Creature Apply] Failure on ["Bandit Thug" [Actor < (42011625)>]]; creature isn't registered; race=["Redguard" [Race <RedguardRace (00013748)>]] skin=["" [Armor < (00000D64)>]][12/05/2016 - 03:23:08PM] [CF][Creature Apply] Failure on ["Bandit Highwayman" [Actor < (42011623)>]]; creature isn't registered; race=["IMPERIAL" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]][12/05/2016 - 03:23:08PM] [CF][Creature Apply] Failure on ["Bandit Highwayman" [Actor < (000C866E)>]]; creature isn't registered; race=["Breton" [Race <BretonRace (00013741)>]] skin=["" [Armor < (00000D64)>]][12/05/2016 - 03:23:08PM] [CF][Creature Apply] Failure on ["Bandit Marauder" [Actor < (42011627)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]][12/05/2016 - 03:23:08PM] [CF][Creature Apply] Failure on ["Bandit Marauder" [Actor < (42011622)>]]; creature isn't registered; race=["Redguard" [Race <RedguardRace (00013748)>]] skin=["" [Armor < (00000D64)>]][12/05/2016 - 03:23:08PM] [CF][Creature Apply] Failure on ["bandit" [Actor < (4201161E)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]][12/05/2016 - 03:23:09PM] [CF][Creature Apply] Failure on ["Bandit Highwayman" [Actor < (000C8660)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]][12/05/2016 - 03:23:09PM] [CRDE] OnUpdate time:0.097992[12/05/2016 - 03:23:09PM] [CRDE] closest npc(s):[12/05/2016 - 03:23:52PM] [CF][Creature Apply] Failure on ["Bandit Highwayman" [CarryActorScript < (000C8667)>]]; creature isn't registered; race=["IMPERIAL" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]][12/05/2016 - 03:23:52PM] [CF][Creature Apply] Failure on ["Bandit Highwayman" [Actor < (42011624)>]]; creature isn't registered; race=["Nord" [Race <NordRace (00013746)>]] skin=["" [Armor < (00000D64)>]][12/05/2016 - 03:23:57PM] [CRDE] invalid: Bandit Highwayman is hostile, combat[12/05/2016 - 03:23:57PM] [CRDE] invalid: Bandit Highwayman is hostile, combat[12/05/2016 - 03:23:57PM] [CRDE] invalid: Bandit Marauder is hostile, combat[12/05/2016 - 03:23:57PM] xpoPatches.::. xpoCrimeScanner: (Scanning) OnUpdate[12/05/2016 - 03:23:57PM] [CRDE] invalid: Bandit Plunderer is hostile, combat[12/05/2016 - 03:23:57PM] [CRDE] invalid: Bandit Marauder is hostile, combat[12/05/2016 - 03:23:58PM] [CRDE] invalid: Bandit Marauder is hostile, combat[12/05/2016 - 03:23:58PM] VM is freezing...[12/05/2016 - 03:23:58PM] VM is frozen[12/05/2016 - 03:24:00PM] Saving game...[12/05/2016 - 03:24:02PM] VM is thawing...[12/05/2016 - 03:24:02PM] [CRDE] No nearby NPCs, leaving early[12/05/2016 - 03:24:02PM] [CRDE] OnUpdate time:54.927002[12/05/2016 - 03:24:03PM] [CRDE] closest npc(s): 1:Bandit Highwayman, 2:Bandit Highwayman, 3:Bandit Marauder, 4:Bandit Plunderer, 5:Bandit Marauder, 6:Bandit Marauder[12/05/2016 - 03:24:07PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect typestack:[None]._snautomation.RegisterForSingleUpdate() - "<native>" Line ?[None]._snautomation.OnUpdate() - "_SNAutomation.psc" Line ?[12/05/2016 - 03:24:07PM] [DCUR] - OnHit not in cooldown, proceed[12/05/2016 - 03:24:10PM] Defeat DA Trigger selected[12/05/2016 - 03:24:10PM] daymoyl - Recovering Start[12/05/2016 - 03:24:12PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect typestack:[None]._snautomation.RegisterForSingleUpdate() - "<native>" Line ?[None]._snautomation.OnUpdate() - "_SNAutomation.psc" Line ?[12/05/2016 - 03:24:12PM] Defeat: AddAggressor, Target - [Actor < (000C866B)>] / Slot - 0[12/05/2016 - 03:24:12PM] Defeat: SetAggressors Aggressor / Slot filled - 1 // Aggressor -> [Actor < (000C866E)>][12/05/2016 - 03:24:12PM] Defeat: SetAggressors Aggressor / Slot filled - 2 // Aggressor -> [Actor < (42011622)>][12/05/2016 - 03:24:12PM] Defeat: SetAggressors Aggressor / Slot filled - 3 // Aggressor -> [Actor < (42011627)>][12/05/2016 - 03:24:12PM] Defeat: SetAggressors Aggressor / Slot filled - 4 // Aggressor -> [Actor < (42011625)>][12/05/2016 - 03:24:13PM] Defeat: SetAggressors Accomplices / Slot filled - 0 // Accomplice -> [Actor < (42011626)>][12/05/2016 - 03:24:13PM] Defeat: SetAggressors / Aggressors slots - [[Actor < (000C866B)>], [Actor < (000C866E)>], [Actor < (42011622)>], [Actor < (42011627)>], [Actor < (42011625)>]][12/05/2016 - 03:24:13PM] Defeat: SetAggressors / Accomplices slots - [[Actor < (42011626)>], None, None, None, None][12/05/2016 - 03:24:13PM] Defeat: SetFollowers / Scenario - $All Down // Followers slots - [None, None, None, None, None][12/05/2016 - 03:24:15PM] Defeat: TheNext set - [Actor < (000C866B)>][12/05/2016 - 03:24:15PM] ERROR: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect typestack:[None]._snautomation.RegisterForSingleUpdate() - "<native>" Line ?[None]._snautomation.OnUpdate() - "_SNAutomation.psc" Line ?[12/05/2016 - 03:24:23PM] Defeat: Player victim, Assault - Aggressor [Actor < (000C866B)>], Persuer (Should be the same) -> [Actor < (000C866B)>] // Raped - False // NumRapes - 0 // NumAgg - 5[12/05/2016 - 03:24:25PM] Defeat: [Actor < (000C866B)>] wants to have a piece of ass / IsBadRelation[12/05/2016 - 03:24:29PM] SEXLAB - GetByTags(ActorCount=3, Tags=FMM,Aggressive, TagsSuppressed=, RequireAll=TRUE)[12/05/2016 - 03:24:30PM] SEXLAB - GetByTags(ActorCount=3, Tags=FMM,Aggressive, TagsSuppressed=, RequireAll=TRUE)[12/05/2016 - 03:24:31PM] SEXLAB - GetByTags(ActorCount=3, Tags=FMM,Aggressive, TagsSuppressed=, RequireAll=TRUE)[12/05/2016 - 03:24:31PM] SEXLAB - GetByTags(ActorCount=3, Tags=FMM,Aggressive, TagsSuppressed=, RequireAll=TRUE)[12/05/2016 - 03:24:32PM] SEXLAB - Thread[0] - Entering Making State[12/05/2016 - 03:24:32PM] SEXLAB - GetByTags(ActorCount=2, Tags=Aggressive, TagsSuppressed=sleeping,necro,cowgirl, RequireAll=TRUE)[12/05/2016 - 03:24:33PM] SEXLAB - NOTICE: ValidateActor(Siudhne) -- TRUE -- MISS[12/05/2016 - 03:24:33PM] SEXLAB - ActorAlias[siudhne] SetActor([Actor < (00000014)>]) - [sslActorAlias <alias ActorAlias004 on quest SexLabThread00 (04061EEF)>][12/05/2016 - 03:24:33PM] SEXLAB - NOTICE: ValidateActor(Bandit Plunderer) -- TRUE -- MISS[12/05/2016 - 03:24:33PM] SEXLAB - NOTICE: Bandit Plunderer Seeded Stats: [259.221466, 579.889648, 396.349548, 511.841492, 5.260311, 186.740997, 0.000000, 46.000000, 0.000000, 0.000000, 22.000000, 0.000000, 46.000000, 0.000000, 71.000000, 1072.225830, 268.138641, 22.435810][12/05/2016 - 03:24:33PM] SEXLAB - ActorAlias[bandit Plunderer] SetActor([Actor < (000C866B)>]) - [sslActorAlias <alias ActorAlias003 on quest SexLabThread00 (04061EEF)>][12/05/2016 - 03:24:34PM] SEXLAB - Thread[0] Event Hook - AnimationStarting[12/05/2016 - 03:24:34PM] SEXLAB - Thread[0] Adjustment Profile - NordRaceF.NordRaceM[12/05/2016 - 03:24:34PM] SEXLAB - ActorAlias[bandit Plunderer] - Strip: [True, True, True, False, True, False, False, False, False, True, False, False, False, False, False, False, True, False, False, False, False, False, False, False, True, False, True, False, False, False, False, False, False][12/05/2016 - 03:24:34PM] SEXLAB - ActorAlias[siudhne] - Strip: [False, True, True, False, True, False, False, False, False, True, False, True, False, False, False, False, True, False, False, False, False, False, False, False, True, False, True, False, True, False, False, False, True][12/05/2016 - 03:24:36PM] SEXLAB - ActorAlias[bandit Plunderer] - Equipment: [[Armor < (00013911)>]][12/05/2016 - 03:24:36PM] SEXLAB - ActorAlias[bandit Plunderer] - Scales[1.030000/ DISABLED] Voice[Neutral (Male)] Expression[Angry] BaseEnjoyment[0][12/05/2016 - 03:24:37PM] SEXLAB - ActorAlias[siudhne] - Equipment: [][12/05/2016 - 03:24:37PM] SEXLAB - ActorAlias[siudhne] - Scales[1.030000/ DISABLED] Voice[Mature (Female)] Expression[Angry] BaseEnjoyment[4][12/05/2016 - 03:24:37PM] SEXLAB - Thread[0] SyncDone(Prepare) - Lag Timer: 26.413025[12/05/2016 - 03:24:37PM] [CRDE] Player is busy with Sexlab[12/05/2016 - 03:24:37PM] [CRDE] OnUpdate time:0.078003[12/05/2016 - 03:24:37PM] SEXLAB - Thread[0] Event Hook - AnimationStart[12/05/2016 - 03:24:38PM] [Zad]: OnAnimationStart()[12/05/2016 - 03:24:38PM] [CRDE] crdeSexStartCatch :AnimationStart ...[12/05/2016 - 03:24:38PM] GagSFX: OnAnimationStart()[12/05/2016 - 03:24:38PM] [CRDE] closest npc(s): 1:Bandit Highwayman, 2:Bandit Highwayman, 3:Bandit Marauder, 4:Bandit Plunderer, 5:Bandit Marauder, 6:Bandit Marauder[12/05/2016 - 03:24:38PM] GagSFX: Hooked Controller arg:0 controller is [sslthreadcontroller <SexLabThread00 (04061EEF)>][12/05/2016 - 03:24:38PM] GagSFX: actors involved are:[12/05/2016 - 03:24:38PM] [sLD] isPCVictim: TRUE isPCRapist: False isAnimCorruption: TRUE isAnimSeduction: False[12/05/2016 - 03:24:38PM] [sLD] sexCount: 0 rapePCDom: 0 rapePCSub: 0[12/05/2016 - 03:24:38PM] [sLD] _SD_iDisposition: 0 _SD_iTrust: 0 _SD_iSeduction: 0 _SD_iCorruption: 0 _SD_iRelationshipType: 0[12/05/2016 - 03:24:38PM] GagSFX: - Siudhne [Actor < (00000014)>] Sex is 1[12/05/2016 - 03:24:38PM] GagSFX: voice left untouched[12/05/2016 - 03:24:38PM] GagSFX: - [Actor < (000C866B)>] Sex is 0[12/05/2016 - 03:24:38PM] GagSFX: voice left untouched[12/05/2016 - 03:24:38PM] GagSFX: end[12/05/2016 - 03:24:38PM] [Zad]: PermitAnal TRUE[12/05/2016 - 03:24:38PM] [Zad]: PermitVaginal TRUE[12/05/2016 - 03:24:38PM] [Zad]: PermitBoobs TRUE[12/05/2016 - 03:24:38PM] [Zad]: PermitOral TRUE[12/05/2016 - 03:24:38PM] [Zad]: NoBindings TRUE[12/05/2016 - 03:24:38PM] [Zad]: IsCreatureAnim False[12/05/2016 - 03:24:38PM] [Zad]: UsingArmbinder False[12/05/2016 - 03:24:38PM] [Zad]: UsingYoke False[12/05/2016 - 03:24:38PM] [Zad]: No sex-act-restricted actors present in this sex scene.[12/05/2016 - 03:24:39PM] SEXLAB - Thread[0] - SyncLock(4)[12/05/2016 - 03:24:39PM] SEXLAB - Thread[0] SyncDone(startUp) - Lag Timer: 8.563004[12/05/2016 - 03:24:41PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.688995[12/05/2016 - 03:24:41PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:24:41PM] Found 6 arousedActors[12/05/2016 - 03:24:42PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:43PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Thug got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:44PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:44PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:44PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:24:46PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.932999[12/05/2016 - 03:24:46PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:24:46PM] Found 6 arousedActors[12/05/2016 - 03:24:48PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:49PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:49PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:24:49PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Thug got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:50PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Highwayman got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:51PM] SEXLAB - Thread[0] - SyncLock(1)[12/05/2016 - 03:24:51PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:51PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.835999[12/05/2016 - 03:24:51PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:24:51PM] Found 6 arousedActors[12/05/2016 - 03:24:52PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Thug got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:52PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:24:53PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:54PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:54PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.483002[12/05/2016 - 03:24:54PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:24:54PM] Already locked for ArouseNPCsWithinRadius[12/05/2016 - 03:24:55PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Highwayman got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:55PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:24:55PM] SEXLAB - Thread[0] Event Hook - OrgasmStart[12/05/2016 - 03:24:55PM] SEXLAB - ActorAlias[bandit Plunderer] - Orgasms[1] Enjoyment [51] BaseEnjoyment[0] FullEnjoyment[51][12/05/2016 - 03:24:55PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:24:55PM] SEXLAB - ActorAlias[siudhne] - Orgasms[1] Enjoyment [45] BaseEnjoyment[4] FullEnjoyment[45][12/05/2016 - 03:24:55PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:55PM] SEXLAB - NOTICE: Vaginal:TRUE-1 Oral:False-0 Anal:TRUE-1[12/05/2016 - 03:24:56PM] Found 6 arousedActors[12/05/2016 - 03:24:56PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.382996[12/05/2016 - 03:24:56PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Thug got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:57PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:58PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:58PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Highwayman got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:24:59PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:25:01PM] xpoPatches.::. xpoCrimeScanner: (Scanning) OnUpdate[12/05/2016 - 03:25:07PM] SEXLAB - Thread[0] Event Hook - OrgasmEnd[12/05/2016 - 03:25:07PM] [slainternalscr <sla_Internal (07083137)>]: Siudhne got -30 exposure for being rape victim[12/05/2016 - 03:25:07PM] SEXLAB - Thread[0] Event Hook - AnimationEnding[12/05/2016 - 03:25:08PM] SEXLAB - ActorAlias[bandit Plunderer] - Resetting![12/05/2016 - 03:25:08PM] SEXLAB - ActorAlias[siudhne] - Resetting![12/05/2016 - 03:25:08PM] [slainternalscr <sla_Internal (07083137)>]: Siudhne got -75 exposure for having orgasm[12/05/2016 - 03:25:08PM] SEXLAB - Thread[0] SyncDone(Reset) - Lag Timer: 29.122009[12/05/2016 - 03:25:08PM] SEXLAB - Thread[0] Event Hook - AnimationEnd[12/05/2016 - 03:25:08PM] [Zad]: OnAnimationEnd()[12/05/2016 - 03:25:08PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Plunderer got -12 exposure for having orgasm[12/05/2016 - 03:25:09PM] [slainternalscr <sla_Internal (07083137)>]: Siudhne got -60 exposure for External Modify Exposure Event[12/05/2016 - 03:25:09PM] Defeat: TheNext set - [Actor < (000C866E)>][12/05/2016 - 03:25:10PM] SEXLAB - GetByTags(ActorCount=3, Tags=FMM,Aggressive, TagsSuppressed=, RequireAll=TRUE)[12/05/2016 - 03:25:11PM] SEXLAB - GetByTags(ActorCount=3, Tags=FMM,Aggressive, TagsSuppressed=, RequireAll=TRUE)[12/05/2016 - 03:25:12PM] SEXLAB - GetByTags(ActorCount=3, Tags=FMM,Aggressive, TagsSuppressed=, RequireAll=TRUE)[12/05/2016 - 03:25:12PM] [CRDE] Player's controls are locked, busy[12/05/2016 - 03:25:13PM] [CRDE] OnUpdate time:0.207001[12/05/2016 - 03:25:13PM] [CRDE] closest npc(s): 1:Bandit Highwayman, 2:Bandit Highwayman, 3:Bandit Marauder, 4:Bandit Plunderer, 5:Bandit Marauder, 6:Bandit Marauder[12/05/2016 - 03:25:29PM] Defeat: Player victim, Assault - Aggressor [Actor < (000C866E)>], Persuer (Should be the same) -> [Actor < (000C866E)>] // Raped - TRUE // NumRapes - 1 // NumAgg - 5[12/05/2016 - 03:25:30PM] Defeat: [Actor < (000C866E)>] wants to have a piece of ass / IsBadRelation[12/05/2016 - 03:25:32PM] SEXLAB - Thread[0] - Returning to thread pool...[12/05/2016 - 03:25:34PM] SEXLAB - GetByTags(ActorCount=3, Tags=FMM,Aggressive, TagsSuppressed=, RequireAll=TRUE)[12/05/2016 - 03:25:35PM] SEXLAB - GetByTags(ActorCount=3, Tags=FMM,Aggressive, TagsSuppressed=, RequireAll=TRUE)[12/05/2016 - 03:25:36PM] SEXLAB - GetByTags(ActorCount=3, Tags=FMM,Aggressive, TagsSuppressed=, RequireAll=TRUE)[12/05/2016 - 03:25:37PM] SEXLAB - Thread[0] - Entering Making State[12/05/2016 - 03:25:37PM] SEXLAB - GetByTags(ActorCount=2, Tags=Aggressive, TagsSuppressed=sleeping,necro,cowgirl, RequireAll=TRUE)[12/05/2016 - 03:25:37PM] SEXLAB - NOTICE: ValidateActor(Siudhne) -- TRUE -- HIT[12/05/2016 - 03:25:38PM] SEXLAB - ActorAlias[siudhne] SetActor([Actor < (00000014)>]) - [sslActorAlias <alias ActorAlias004 on quest SexLabThread00 (04061EEF)>][12/05/2016 - 03:25:38PM] SEXLAB - NOTICE: ValidateActor(Bandit Highwayman) -- TRUE -- HIT[12/05/2016 - 03:25:38PM] SEXLAB - ActorAlias[bandit Highwayman] SetActor([Actor < (000C866E)>]) - [sslActorAlias <alias ActorAlias003 on quest SexLabThread00 (04061EEF)>][12/05/2016 - 03:25:38PM] SEXLAB - Thread[0] Event Hook - AnimationStarting[12/05/2016 - 03:25:38PM] SEXLAB - Thread[0] Adjustment Profile - NordRaceF.BretonRaceM[12/05/2016 - 03:25:39PM] SEXLAB - ActorAlias[bandit Highwayman] - Strip: [True, True, True, False, True, False, False, False, False, True, False, False, False, False, False, False, True, False, False, False, False, False, False, False, True, False, True, False, False, False, False, False, False][12/05/2016 - 03:25:39PM] SEXLAB - ActorAlias[siudhne] - Waited [1] cycles for MarkerRef[[ObjectReference < (FF0015A6)>]][12/05/2016 - 03:25:39PM] SEXLAB - ActorAlias[siudhne] - Strip: [False, True, True, False, True, False, False, False, False, True, False, True, False, False, False, False, True, False, False, False, False, False, False, False, True, False, True, False, True, False, False, False, True][12/05/2016 - 03:25:40PM] SEXLAB - ActorAlias[bandit Highwayman] - Equipment: [[Armor < (0010594F)>]][12/05/2016 - 03:25:40PM] SEXLAB - ActorAlias[bandit Highwayman] - Scales[1.000000/ DISABLED] Voice[Neutral (Male)] Expression[Afraid] BaseEnjoyment[1][12/05/2016 - 03:25:41PM] SEXLAB - ActorAlias[siudhne] - Equipment: [][12/05/2016 - 03:25:41PM] SEXLAB - ActorAlias[siudhne] - Scales[1.030000/ DISABLED] Voice[Mature (Female)] Expression[Angry] BaseEnjoyment[1][12/05/2016 - 03:25:42PM] SEXLAB - Thread[0] SyncDone(Prepare) - Lag Timer: 26.902985[12/05/2016 - 03:25:42PM] SEXLAB - Thread[0] Event Hook - AnimationStart[12/05/2016 - 03:25:42PM] [Zad]: OnAnimationStart()[12/05/2016 - 03:25:42PM] GagSFX: OnAnimationStart()[12/05/2016 - 03:25:42PM] [CRDE] crdeSexStartCatch :AnimationStart ...[12/05/2016 - 03:25:42PM] GagSFX: Hooked Controller arg:0 controller is [sslthreadcontroller <SexLabThread00 (04061EEF)>][12/05/2016 - 03:25:42PM] GagSFX: actors involved are:[12/05/2016 - 03:25:42PM] [sLD] isPCVictim: TRUE isPCRapist: False isAnimCorruption: TRUE isAnimSeduction: False[12/05/2016 - 03:25:42PM] [sLD] sexCount: 1 rapePCDom: 0 rapePCSub: 1[12/05/2016 - 03:25:42PM] [sLD] _SD_iDisposition: 0 _SD_iTrust: 0 _SD_iSeduction: 0 _SD_iCorruption: 0 _SD_iRelationshipType: 0[12/05/2016 - 03:25:42PM] GagSFX: - Siudhne [Actor < (00000014)>] Sex is 1[12/05/2016 - 03:25:43PM] GagSFX: voice left untouched[12/05/2016 - 03:25:43PM] GagSFX: - [Actor < (000C866E)>] Sex is 0[12/05/2016 - 03:25:43PM] GagSFX: voice left untouched[12/05/2016 - 03:25:43PM] GagSFX: end[12/05/2016 - 03:25:43PM] [Zad]: PermitAnal TRUE[12/05/2016 - 03:25:43PM] [Zad]: PermitVaginal TRUE[12/05/2016 - 03:25:43PM] [Zad]: PermitBoobs TRUE[12/05/2016 - 03:25:43PM] [Zad]: PermitOral TRUE[12/05/2016 - 03:25:43PM] [Zad]: NoBindings TRUE[12/05/2016 - 03:25:43PM] [Zad]: IsCreatureAnim False[12/05/2016 - 03:25:43PM] [Zad]: UsingArmbinder False[12/05/2016 - 03:25:43PM] [Zad]: UsingYoke False[12/05/2016 - 03:25:43PM] [Zad]: No sex-act-restricted actors present in this sex scene.[12/05/2016 - 03:25:44PM] SEXLAB - Thread[0] SyncDone(startUp) - Lag Timer: 7.910980[12/05/2016 - 03:25:45PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 9.035004[12/05/2016 - 03:25:46PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:25:46PM] Found 6 arousedActors[12/05/2016 - 03:25:47PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:25:48PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:25:49PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:25:50PM] [slamainscr <sla_Main (07042D62)>]:Aroused scan skipped because sexlab is animating or disabled = False.[12/05/2016 - 03:25:51PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.846008[12/05/2016 - 03:25:51PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:25:51PM] Found 6 arousedActors[12/05/2016 - 03:25:52PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:25:53PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:25:54PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:25:55PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.721985[12/05/2016 - 03:25:56PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:25:56PM] Found 6 arousedActors[12/05/2016 - 03:25:57PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:25:57PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:25:59PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:26:00PM] SEXLAB - Thread[0] - SyncLock(1)[12/05/2016 - 03:26:00PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.713989[12/05/2016 - 03:26:00PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:26:01PM] Found 6 arousedActors[12/05/2016 - 03:26:01PM] [CRDE] Player is busy with Sexlab[12/05/2016 - 03:26:01PM] [CRDE] OnUpdate time:0.227997[12/05/2016 - 03:26:01PM] [CRDE] closest npc(s): 1:Bandit Highwayman, 2:Bandit Highwayman, 3:Bandit Marauder, 4:Bandit Plunderer, 5:Bandit Marauder, 6:Bandit Marauder[12/05/2016 - 03:26:02PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:26:02PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:26:04PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:26:05PM] SEXLAB - Thread[0] - SyncLock(1)[12/05/2016 - 03:26:05PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.799011[12/05/2016 - 03:26:05PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:26:06PM] Found 6 arousedActors[12/05/2016 - 03:26:07PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:26:08PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:26:09PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:26:10PM] SEXLAB - Thread[0] - SyncLock(1)[12/05/2016 - 03:26:10PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.843018[12/05/2016 - 03:26:10PM] SEXLAB - Thread[0] Event Hook - OrgasmStart[12/05/2016 - 03:26:10PM] SEXLAB - ActorAlias[bandit Highwayman] - Orgasms[1] Enjoyment [53] BaseEnjoyment[1] FullEnjoyment[53][12/05/2016 - 03:26:10PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:26:11PM] SEXLAB - ActorAlias[siudhne] - Orgasms[1] Enjoyment [53] BaseEnjoyment[1] FullEnjoyment[53][12/05/2016 - 03:26:11PM] SEXLAB - NOTICE: Vaginal:TRUE-2 Oral:False-0 Anal:False-1[12/05/2016 - 03:26:11PM] Found 6 arousedActors[12/05/2016 - 03:26:12PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:26:13PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:26:13PM] SEXLAB - Thread[0] Event Hook - OrgasmEnd[12/05/2016 - 03:26:14PM] [slainternalscr <sla_Internal (07083137)>]: Siudhne got -30 exposure for being rape victim[12/05/2016 - 03:26:14PM] xpoPatches.::. xpoCrimeScanner: (Scanning) OnUpdate[12/05/2016 - 03:26:14PM] SEXLAB - Thread[0] Event Hook - AnimationEnding[12/05/2016 - 03:26:14PM] SEXLAB - ActorAlias[bandit Highwayman] - Resetting![12/05/2016 - 03:26:14PM] SEXLAB - ActorAlias[siudhne] - Resetting![12/05/2016 - 03:26:15PM] [slainternalscr <sla_Internal (07083137)>]: Siudhne got -126 exposure for having orgasm[12/05/2016 - 03:26:15PM] SEXLAB - Thread[0] SyncDone(Reset) - Lag Timer: 29.174988[12/05/2016 - 03:26:15PM] SEXLAB - Thread[0] Event Hook - AnimationEnd[12/05/2016 - 03:26:15PM] [Zad]: OnAnimationEnd()[12/05/2016 - 03:26:15PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Highwayman got -21 exposure for having orgasm[12/05/2016 - 03:26:16PM] [slainternalscr <sla_Internal (07083137)>]: Siudhne got -60 exposure for External Modify Exposure Event[12/05/2016 - 03:26:16PM] Defeat: TheNext set - [Actor < (42011627)>][12/05/2016 - 03:26:20PM] Defeat: Player victim, Assault - Aggressor [Actor < (42011627)>], Persuer (Should be the same) -> [Actor < (42011627)>] // Raped - TRUE // NumRapes - 2 // NumAgg - 5[12/05/2016 - 03:26:21PM] Defeat: [Actor < (42011627)>] wants to have a piece of ass / IsBadRelation[12/05/2016 - 03:26:47PM] SEXLAB - GetByTags(ActorCount=3, Tags=FMM,Aggressive, TagsSuppressed=, RequireAll=TRUE)[12/05/2016 - 03:26:47PM] SEXLAB - Thread[0] - Returning to thread pool...[12/05/2016 - 03:26:48PM] SEXLAB - GetByTags(ActorCount=3, Tags=FMM,Aggressive, TagsSuppressed=, RequireAll=TRUE)[12/05/2016 - 03:26:48PM] SEXLAB - Thread[0] - Entering Making State[12/05/2016 - 03:26:48PM] SEXLAB - GetByTags(ActorCount=2, Tags=Aggressive, TagsSuppressed=sleeping,necro,cowgirl, RequireAll=TRUE)[12/05/2016 - 03:26:48PM] SEXLAB - NOTICE: ValidateActor(Siudhne) -- TRUE -- HIT[12/05/2016 - 03:26:49PM] SEXLAB - ActorAlias[siudhne] SetActor([Actor < (00000014)>]) - [sslActorAlias <alias ActorAlias004 on quest SexLabThread00 (04061EEF)>][12/05/2016 - 03:26:49PM] SEXLAB - NOTICE: ValidateActor(Bandit Marauder) -- TRUE -- HIT[12/05/2016 - 03:26:49PM] SEXLAB - ActorAlias[bandit Marauder] SetActor([Actor < (42011627)>]) - [sslActorAlias <alias ActorAlias003 on quest SexLabThread00 (04061EEF)>][12/05/2016 - 03:26:49PM] SEXLAB - Thread[0] Event Hook - AnimationStarting[12/05/2016 - 03:26:49PM] SEXLAB - Thread[0] Adjustment Profile - NordRaceF.NordRaceM[12/05/2016 - 03:26:50PM] SEXLAB - ActorAlias[bandit Marauder] - Waited [1] cycles for MarkerRef[[ObjectReference < (FF0015A3)>]][12/05/2016 - 03:26:50PM] SEXLAB - ActorAlias[bandit Marauder] - Strip: [True, True, True, False, True, False, False, False, False, True, False, False, False, False, False, False, True, False, False, False, False, False, False, False, True, False, True, False, False, False, False, False, False][12/05/2016 - 03:26:51PM] SEXLAB - ActorAlias[siudhne] - Strip: [False, True, True, False, True, False, False, False, False, True, False, True, False, False, False, False, True, False, False, False, False, False, False, False, True, False, True, False, True, False, False, False, True][12/05/2016 - 03:26:52PM] SEXLAB - ActorAlias[bandit Marauder] - Equipment: [[Armor < (0010594D)>]][12/05/2016 - 03:26:52PM] SEXLAB - ActorAlias[bandit Marauder] - Scales[1.030000/ DISABLED] Voice[Average (Male)] Expression[Afraid] BaseEnjoyment[2][12/05/2016 - 03:26:53PM] SEXLAB - ActorAlias[siudhne] - Equipment: [][12/05/2016 - 03:26:54PM] SEXLAB - ActorAlias[siudhne] - Scales[1.030000/ DISABLED] Voice[Mature (Female)] Expression[sad] BaseEnjoyment[4][12/05/2016 - 03:26:54PM] SEXLAB - Thread[0] SyncDone(Prepare) - Lag Timer: 25.317993[12/05/2016 - 03:26:54PM] SEXLAB - Thread[0] Event Hook - AnimationStart[12/05/2016 - 03:26:54PM] [CRDE] crdeSexStartCatch :AnimationStart ...[12/05/2016 - 03:26:54PM] [Zad]: OnAnimationStart()[12/05/2016 - 03:26:54PM] GagSFX: OnAnimationStart()[12/05/2016 - 03:26:54PM] GagSFX: Hooked Controller arg:0 controller is [sslthreadcontroller <SexLabThread00 (04061EEF)>][12/05/2016 - 03:26:54PM] GagSFX: actors involved are:[12/05/2016 - 03:26:55PM] GagSFX: - Siudhne [Actor < (00000014)>] Sex is 1[12/05/2016 - 03:26:55PM] GagSFX: voice left untouched[12/05/2016 - 03:26:55PM] [sLD] isPCVictim: TRUE isPCRapist: False isAnimCorruption: TRUE isAnimSeduction: False[12/05/2016 - 03:26:55PM] [sLD] sexCount: 2 rapePCDom: 0 rapePCSub: 2[12/05/2016 - 03:26:55PM] [sLD] _SD_iDisposition: 0 _SD_iTrust: 0 _SD_iSeduction: 0 _SD_iCorruption: 0 _SD_iRelationshipType: 0[12/05/2016 - 03:26:55PM] GagSFX: - [Actor < (42011627)>] Sex is 0[12/05/2016 - 03:26:55PM] GagSFX: voice left untouched[12/05/2016 - 03:26:55PM] GagSFX: end[12/05/2016 - 03:26:55PM] [Zad]: PermitAnal TRUE[12/05/2016 - 03:26:55PM] [Zad]: PermitVaginal TRUE[12/05/2016 - 03:26:55PM] [Zad]: PermitBoobs TRUE[12/05/2016 - 03:26:55PM] [Zad]: PermitOral TRUE[12/05/2016 - 03:26:55PM] [Zad]: NoBindings TRUE[12/05/2016 - 03:26:55PM] [Zad]: IsCreatureAnim False[12/05/2016 - 03:26:55PM] [Zad]: UsingArmbinder False[12/05/2016 - 03:26:55PM] [Zad]: UsingYoke False[12/05/2016 - 03:26:55PM] [Zad]: No sex-act-restricted actors present in this sex scene.[12/05/2016 - 03:26:56PM] SEXLAB - Thread[0] SyncDone(startUp) - Lag Timer: 8.470001[12/05/2016 - 03:26:57PM] [CRDE] Player is busy with Sexlab[12/05/2016 - 03:26:57PM] [CRDE] OnUpdate time:0.226990[12/05/2016 - 03:26:57PM] [CRDE] closest npc(s): 1:Bandit Highwayman, 2:Bandit Highwayman, 3:Bandit Marauder, 4:Bandit Plunderer, 5:Bandit Marauder, 6:Bandit Marauder[12/05/2016 - 03:26:57PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.698975[12/05/2016 - 03:26:58PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:26:58PM] Found 6 arousedActors[12/05/2016 - 03:26:59PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Highwayman got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:27:00PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:27:00PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:27:01PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.649994[12/05/2016 - 03:27:02PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:27:02PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:27:02PM] Found 6 arousedActors[12/05/2016 - 03:27:03PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:27:03PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Highwayman got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:27:03PM] Already locked for ArouseNPCsWithinRadius[12/05/2016 - 03:27:04PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.819000[12/05/2016 - 03:27:04PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:27:05PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:27:06PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.860992[12/05/2016 - 03:27:06PM] SEXLAB - Thread[0] Event Hook - OrgasmStart[12/05/2016 - 03:27:07PM] SEXLAB - ActorAlias[bandit Marauder] - Orgasms[1] Enjoyment [52] BaseEnjoyment[2] FullEnjoyment[52][12/05/2016 - 03:27:07PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:27:07PM] SEXLAB - Thread[0] Event Hook - OrgasmEnd[12/05/2016 - 03:27:07PM] SEXLAB - ActorAlias[siudhne] - Orgasms[1] Enjoyment [54] BaseEnjoyment[4] FullEnjoyment[54][12/05/2016 - 03:27:07PM] SEXLAB - NOTICE: Vaginal:False-2 Oral:TRUE-1 Anal:False-1[12/05/2016 - 03:27:07PM] [slainternalscr <sla_Internal (07083137)>]: Siudhne got -30 exposure for being rape victim[12/05/2016 - 03:27:07PM] SEXLAB - Thread[0] Event Hook - AnimationEnding[12/05/2016 - 03:27:07PM] Found 6 arousedActors[12/05/2016 - 03:27:07PM] SEXLAB - ActorAlias[siudhne] - Resetting![12/05/2016 - 03:27:07PM] SEXLAB - ActorAlias[bandit Marauder] - Resetting![12/05/2016 - 03:27:08PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Highwayman got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:27:08PM] SEXLAB - Thread[0] SyncDone(Reset) - Lag Timer: 28.937988[12/05/2016 - 03:27:08PM] SEXLAB - Thread[0] Event Hook - AnimationEnd[12/05/2016 - 03:27:08PM] [Zad]: OnAnimationEnd()[12/05/2016 - 03:27:09PM] [CRDE] sexlabhook: sexlab wasn't started by DEC or ALL not set[12/05/2016 - 03:27:09PM] [slainternalscr <sla_Internal (07083137)>]: Siudhne got -60 exposure for having orgasm[12/05/2016 - 03:27:09PM] [slainternalscr <sla_Internal (07083137)>]: Siudhne got -60 exposure for External Modify Exposure Event[12/05/2016 - 03:27:10PM] Defeat: TheNext set - [Actor < (42011622)>][12/05/2016 - 03:27:10PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:27:10PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got -10 exposure for having orgasm[12/05/2016 - 03:27:10PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:27:13PM] Defeat: Player victim, Assault - Aggressor [Actor < (42011622)>], Persuer (Should be the same) -> [Actor < (42011622)>] // Raped - TRUE // NumRapes - 3 // NumAgg - 5[12/05/2016 - 03:27:15PM] Defeat: [Actor < (42011622)>] wants to have a piece of ass / IsBadRelation[12/05/2016 - 03:27:16PM] [DCUR] Currently there are 25 bound girls active.[12/05/2016 - 03:27:51PM] SEXLAB - GetByTags(ActorCount=3, Tags=FMM,Aggressive, TagsSuppressed=, RequireAll=TRUE)[12/05/2016 - 03:27:51PM] SEXLAB - Thread[0] - Returning to thread pool...[12/05/2016 - 03:27:52PM] SEXLAB - Thread[0] - Entering Making State[12/05/2016 - 03:27:52PM] SEXLAB - GetByTags(ActorCount=2, Tags=Aggressive, TagsSuppressed=sleeping,necro,cowgirl, RequireAll=TRUE)[12/05/2016 - 03:27:53PM] SEXLAB - NOTICE: ValidateActor(Siudhne) -- TRUE -- HIT[12/05/2016 - 03:27:53PM] SEXLAB - ActorAlias[siudhne] SetActor([Actor < (00000014)>]) - [sslActorAlias <alias ActorAlias004 on quest SexLabThread00 (04061EEF)>][12/05/2016 - 03:27:53PM] SEXLAB - NOTICE: ValidateActor(Bandit Marauder) -- TRUE -- HIT[12/05/2016 - 03:27:53PM] SEXLAB - ActorAlias[bandit Marauder] SetActor([Actor < (42011622)>]) - [sslActorAlias <alias ActorAlias003 on quest SexLabThread00 (04061EEF)>][12/05/2016 - 03:27:54PM] SEXLAB - Thread[0] Event Hook - AnimationStarting[12/05/2016 - 03:27:54PM] SEXLAB - Thread[0] Adjustment Profile - NordRaceF.RedguardRaceM[12/05/2016 - 03:27:54PM] SEXLAB - ActorAlias[bandit Marauder] - Waited [1] cycles for MarkerRef[[ObjectReference < (FF0015A3)>]][12/05/2016 - 03:27:55PM] SEXLAB - ActorAlias[siudhne] - Waited [1] cycles for MarkerRef[[ObjectReference < (FF0015A6)>]][12/05/2016 - 03:27:55PM] SEXLAB - ActorAlias[bandit Marauder] - Strip: [True, True, True, False, True, False, False, False, False, True, False, False, False, False, False, False, True, False, False, False, False, False, False, False, True, False, True, False, False, False, False, False, False][12/05/2016 - 03:27:55PM] SEXLAB - ActorAlias[siudhne] - Strip: [False, True, True, False, True, False, False, False, False, True, False, True, False, False, False, False, True, False, False, False, False, False, False, False, True, False, True, False, True, False, False, False, True][12/05/2016 - 03:27:56PM] SEXLAB - ActorAlias[bandit Marauder] - Equipment: [[Armor < (0001B3A2)>]][12/05/2016 - 03:27:56PM] SEXLAB - ActorAlias[bandit Marauder] - Scales[1.005000/ DISABLED] Voice[Neutral (Male)] Expression[Afraid] BaseEnjoyment[0][12/05/2016 - 03:27:57PM] SEXLAB - ActorAlias[siudhne] - Equipment: [][12/05/2016 - 03:27:58PM] SEXLAB - ActorAlias[siudhne] - Scales[1.030000/ DISABLED] Voice[Excitable (Female)] Expression[Angry] BaseEnjoyment[0][12/05/2016 - 03:28:00PM] SEXLAB - Thread[0] SyncDone(Prepare) - Lag Timer: 23.453003[12/05/2016 - 03:28:00PM] SEXLAB - Thread[0] Event Hook - AnimationStart[12/05/2016 - 03:28:01PM] [Zad]: OnAnimationStart()[12/05/2016 - 03:28:01PM] [CRDE] crdeSexStartCatch :AnimationStart ...[12/05/2016 - 03:28:01PM] GagSFX: OnAnimationStart()[12/05/2016 - 03:28:01PM] GagSFX: Hooked Controller arg:0 controller is [sslthreadcontroller <SexLabThread00 (04061EEF)>][12/05/2016 - 03:28:01PM] GagSFX: actors involved are:[12/05/2016 - 03:28:01PM] [sLD] isPCVictim: TRUE isPCRapist: False isAnimCorruption: TRUE isAnimSeduction: False[12/05/2016 - 03:28:01PM] [sLD] sexCount: 3 rapePCDom: 0 rapePCSub: 3[12/05/2016 - 03:28:01PM] [sLD] _SD_iDisposition: 0 _SD_iTrust: 0 _SD_iSeduction: 0 _SD_iCorruption: 0 _SD_iRelationshipType: 0[12/05/2016 - 03:28:01PM] GagSFX: - Siudhne [Actor < (00000014)>] Sex is 1[12/05/2016 - 03:28:01PM] GagSFX: voice left untouched[12/05/2016 - 03:28:01PM] GagSFX: - [Actor < (42011622)>] Sex is 0[12/05/2016 - 03:28:01PM] GagSFX: voice left untouched[12/05/2016 - 03:28:01PM] GagSFX: end[12/05/2016 - 03:28:01PM] [Zad]: PermitAnal TRUE[12/05/2016 - 03:28:01PM] [Zad]: PermitVaginal TRUE[12/05/2016 - 03:28:01PM] [Zad]: PermitBoobs TRUE[12/05/2016 - 03:28:01PM] [Zad]: PermitOral TRUE[12/05/2016 - 03:28:01PM] [Zad]: NoBindings TRUE[12/05/2016 - 03:28:01PM] [Zad]: IsCreatureAnim False[12/05/2016 - 03:28:01PM] [Zad]: UsingArmbinder False[12/05/2016 - 03:28:01PM] [Zad]: UsingYoke False[12/05/2016 - 03:28:01PM] [Zad]: No sex-act-restricted actors present in this sex scene.[12/05/2016 - 03:28:02PM] SEXLAB - Thread[0] SyncDone(startUp) - Lag Timer: 8.065002[12/05/2016 - 03:28:04PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.854004[12/05/2016 - 03:28:04PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:28:05PM] Found 6 arousedActors[12/05/2016 - 03:28:05PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:28:06PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:28:07PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.695984[12/05/2016 - 03:28:08PM] [CRDE] Player is busy with Sexlab[12/05/2016 - 03:28:08PM] [CRDE] OnUpdate time:0.142975[12/05/2016 - 03:28:08PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:28:08PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:28:08PM] [CRDE] closest npc(s): 1:Bandit Highwayman, 2:Bandit Highwayman, 3:Bandit Marauder, 4:Bandit Plunderer, 5:Bandit Marauder, 6:Bandit Marauder[12/05/2016 - 03:28:08PM] Found 6 arousedActors[12/05/2016 - 03:28:09PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:28:09PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.894989[12/05/2016 - 03:28:09PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:28:09PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:28:10PM] Found 6 arousedActors[12/05/2016 - 03:28:10PM] xpoPatches.::. xpoCrimeScanner: (Scanning) OnUpdate[12/05/2016 - 03:28:11PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:28:11PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.683014[12/05/2016 - 03:28:11PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:28:11PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:28:12PM] Found 6 arousedActors[12/05/2016 - 03:28:12PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:28:13PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.785980[12/05/2016 - 03:28:13PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:28:13PM] Found 6 arousedActors[12/05/2016 - 03:28:14PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:28:14PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:28:14PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:28:15PM] Found 6 arousedActors[12/05/2016 - 03:28:15PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.697998[12/05/2016 - 03:28:16PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:28:16PM] SEXLAB - Thread[0] Event Hook - StageEnd[12/05/2016 - 03:28:17PM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 8.632996[12/05/2016 - 03:28:18PM] SEXLAB - Thread[0] Event Hook - OrgasmStart[12/05/2016 - 03:28:18PM] SEXLAB - ActorAlias[bandit Marauder] - Orgasms[1] Enjoyment [63] BaseEnjoyment[0] FullEnjoyment[63][12/05/2016 - 03:28:18PM] SEXLAB - Thread[0] Event Hook - StageStart[12/05/2016 - 03:28:18PM] SEXLAB - ActorAlias[siudhne] - Orgasms[1] Enjoyment [65] BaseEnjoyment[0] FullEnjoyment[65][12/05/2016 - 03:28:18PM] SEXLAB - NOTICE: Vaginal:TRUE-2 Oral:False-1 Anal:False-1[12/05/2016 - 03:28:19PM] Found 6 arousedActors[12/05/2016 - 03:28:20PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got 0 exposure for watching sex of Siudhne[12/05/2016 - 03:28:20PM] SEXLAB - Thread[0] Event Hook - OrgasmEnd[12/05/2016 - 03:28:20PM] [slainternalscr <sla_Internal (07083137)>]: Siudhne got -30 exposure for being rape victim[12/05/2016 - 03:28:20PM] SEXLAB - Thread[0] Event Hook - AnimationEnding[12/05/2016 - 03:28:21PM] SEXLAB - ActorAlias[bandit Marauder] - Resetting![12/05/2016 - 03:28:21PM] SEXLAB - ActorAlias[siudhne] - Resetting![12/05/2016 - 03:28:21PM] [slainternalscr <sla_Internal (07083137)>]: Siudhne got -75 exposure for having orgasm[12/05/2016 - 03:28:21PM] SEXLAB - Thread[0] SyncDone(Reset) - Lag Timer: 29.244019[12/05/2016 - 03:28:21PM] [slainternalscr <sla_Internal (07083137)>]: Bandit Marauder got -12 exposure for having orgasm[12/05/2016 - 03:28:21PM] SEXLAB - Thread[0] Event Hook - AnimationEnd[12/05/2016 - 03:28:21PM] [Zad]: OnAnimationEnd()[12/05/2016 - 03:28:22PM] [slainternalscr <sla_Internal (07083137)>]: Siudhne got -60 exposure for External Modify Exposure Event[12/05/2016 - 03:28:22PM] Defeat: TheNext set - [Actor < (42011625)>][12/05/2016 - 03:28:26PM] Defeat: Player victim, Assault - Aggressor [Actor < (42011625)>], Persuer (Should be the same) -> [Actor < (42011625)>] // Raped - TRUE // NumRapes - 4 // NumAgg - 5[12/05/2016 - 03:28:28PM] Defeat: [Actor < (42011625)>] wants to have a piece of ass / IsBadRelation[12/05/2016 - 03:28:53PM] SEXLAB - Thread[1] - Entering Making State[12/05/2016 - 03:28:53PM] SEXLAB - GetByTags(ActorCount=2, Tags=Aggressive, TagsSuppressed=sleeping,necro,cowgirl, RequireAll=TRUE)[12/05/2016 - 03:28:54PM] SEXLAB - NOTICE: ValidateActor(Siudhne) -- TRUE -- HIT[12/05/2016 - 03:28:54PM] SEXLAB - ActorAlias[siudhne] SetActor([Actor < (00000014)>]) - [sslActorAlias <alias ActorAlias004 on quest SexLabThread01 (04062452)>][12/05/2016 - 03:28:54PM] SEXLAB - Thread[0] - Returning to thread pool...[12/05/2016 - 03:28:54PM] SEXLAB - NOTICE: ValidateActor(Bandit Thug) -- TRUE -- HIT[12/05/2016 - 03:28:54PM] SEXLAB - ActorAlias[bandit Thug] SetActor([Actor < (42011625)>]) - [sslActorAlias <alias ActorAlias003 on quest SexLabThread01 (04062452)>][12/05/2016 - 03:28:55PM] SEXLAB - Thread[1] Event Hook - AnimationStarting[12/05/2016 - 03:28:55PM] SEXLAB - Thread[1] Adjustment Profile - NordRaceF.RedguardRaceM[12/05/2016 - 03:28:55PM] SEXLAB - ActorAlias[bandit Thug] - Waited [1] cycles for MarkerRef[[ObjectReference < (FF0015A3)>]][12/05/2016 - 03:28:56PM] SEXLAB - ActorAlias[bandit Thug] - Strip: [True, True, True, False, True, False, False, False, False, True, False, False, False, False, False, False, True, False, False, False, False, False, False, False, True, False, True, False, False, False, False, False, False][12/05/2016 - 03:28:56PM] SEXLAB - ActorAlias[siudhne] - Strip: [False, True, True, False, True, False, False, False, False, True, False, True, False, False, False, False, True, False, False, False, False, False, False, False, True, False, True, False, True, False, False, False, True][12/05/2016 - 03:28:57PM] SEXLAB - ActorAlias[bandit Thug] - Equipment: [[Armor < (0001B3A2)>]][12/05/2016 - 03:28:57PM] SEXLAB - ActorAlias[bandit Thug] - Scales[1.005000/ DISABLED] Voice[Average (Male)] Expression[Angry] BaseEnjoyment[2][12/05/2016 - 03:28:57PM] SEXLAB - ActorAlias[siudhne] - Equipment: [][12/05/2016 - 03:28:57PM] SEXLAB - ActorAlias[siudhne] - Scales[1.030000/ DISABLED] Voice[stimulated (Female)] Expression[sad] BaseEnjoyment[0][12/05/2016 - 03:29:03PM] VM is freezing...[12/05/2016 - 03:29:03PM] VM is frozen Edit: Oh, and item adding via MCM debug menu works regardless of DCUR version. Edit2: Last version I can get it working with is 13.3.7. From 14.0 and above it fails to catch sexend.
Verstort Posted December 5, 2016 Author Posted December 5, 2016 Okay, so I loaded up 13.3.7. on a clean save, set the MCM etc., had sex, DCUR found the sexhook, item equip worked. Then I retried 13.6.1. on the very same save. What I tested is the following, in this order: 2x (non-DCUR) sex with "trigger on all sex" and no "requires victim req." (shows "DCUR sexstart" only) 1x "trigger on all sex" set to *off* (shows "DCUR sex disabled or OFF") 1x "trigger on all sex" set to *on* again, but with "victim requirement" (shows "DCUR sexstart" only). Edit: Oh, and item adding via MCM debug menu works regardless of DCUR version. Edit2: Last version I can get it working with is 13.3.7. From 14.0 and above it fails to catch sexend. I'll check and see what could cause this tonight. Thank you for the papyrus log, but in the future can you attach it as a file rather than input it as text in a spoiler? It's actually easier to search and read in a separate text editor, and it doesn't increase the size of the web page download for regular viewers. Thank you for mentioning the last version that worked for you, will make finding the bug a lot easier. PS, because my loose use might have added confusion, when I used DCUR earlier I was referring to Deviously cursed loot, which uses "DCUR" is the internal software designation. I should use DCL for cursed loot, but I keep regressing. DEC doesn't care about DCUR started sex specifically, it falls under all sex not started by DEC is all. You have a legit error if any sex doesn't start DEC's after sex interactions anyway with that toggle turned on, but I just want to be clear, and that DCUR has no special case other than making it easier to test. Edit: Found bug, when I rewrote this logic in 13.4 I forgot to include a special case for this option.
Siudhne Posted December 6, 2016 Posted December 6, 2016 Edit: Found bug, when I rewrote this logic in 13.4 I forgot to include a special case for this option. Excellent. :-) Thanks a lot!
Verstort Posted December 7, 2016 Author Posted December 7, 2016 Actually I screwed up again. (in *.3 )If the non-DEC bypass is off, you'll never get post sex effects at all. I really should re-write this whole section of code, I've been making incremental changes to it for quick fixes for so long it's become a mess, it really needs to be cleaned up. Hoping this is the last major bug in that code for awhile...
Inte Posted December 7, 2016 Posted December 7, 2016 @Verstort, are these yours? http://www.loverslab.com/topic/46551-prison-overhaul-v033-patches/page-117?do=findComment&comment=1754744
Verstort Posted December 7, 2016 Author Posted December 7, 2016 Deviously enslaved yes, but not sure what version. crdePlayerMonitorScript::tryEnslaveEvent() has been deprecated for ages, long enough I don't remember when I changed it. "[CRDE] player is Kathryn" and "[CRDE] onUpdate" aren't in the recent version either, I think this user has a reeeeeeaaally old version, maybe even the last Chase version before I started making changes.
Siudhne Posted December 7, 2016 Posted December 7, 2016 New version works well, but when keys are getting removed, only the message in the top-left corner appears - all keys remain in inventory however.
Verstort Posted December 7, 2016 Author Posted December 7, 2016 New version works well, but when keys are getting removed, only the message in the top-left corner appears - all keys remain in inventory however. Hmm, I'll take a look. Thanks for reporting all these issues btw
Verstort Posted December 8, 2016 Author Posted December 8, 2016 Give this a try, Siudhne. It's stealing keys from me now, so maybe I fixed the bug or maybe you have something else, I'm not as sure this fix should have fixed anything at all. Deviously Enslaved Continued(v13.6.5 Testing).7z
Siudhne Posted December 8, 2016 Posted December 8, 2016 Thanks, key stealing works again with 13.6.5.
Zor2k13 Posted December 9, 2016 Posted December 9, 2016 I'm getting an issue where lydia my follower tries to start the DEC convo and instead gives the normal convo stuff instead. She is a bit more saucy now with her comments while following me though:-)
Verstort Posted December 9, 2016 Author Posted December 9, 2016 I'm getting an issue where lydia my follower tries to start the DEC convo and instead gives the normal convo stuff instead. She is a bit more saucy now with her comments while following me though:-) This old bug still exists, eh? Forgot about it.. Follower approach is prone to resetting if it takes too long for the follower to catch up to the player. Specifically, the mod keeps going, and doesn't wait for the approach to complete like it does for regular approach. If it re-checks if an approach should happen, it'll try to cancel but the AI package doesn't disengage because bethesuda. Are the sassy comments things like "Aren't there things you should be doing, slave"? That's not DEC, that's SD+/SDialogues, and last I asked skyrimll he didn't know why that was happening.
Zor2k13 Posted December 10, 2016 Posted December 10, 2016 Lydia was offering to be my character mistress if she wanted it and other kinky stuff. The dialogue cutoff happens instantly as lydia is literally standing right next to my character and engages the dialogue screen only to offer normal dialogue options.
mrtauntaun Posted December 13, 2016 Posted December 13, 2016 So when the check runs, the console keeps telling me that I am in an enslaved faction. This character was only enslaved once this game (via SD after defeat in combat), but escaped. SD Status shows the player as not enslaved,and she's not wearing any restraints or DDs. Any idea what might be causing this? Is there a console command I can use to remove the player manually? I think those factions are invisible, so player.removefac doesn't work after I got the IDs out of TES5Edit.
Verstort Posted December 13, 2016 Author Posted December 13, 2016 So when the check runs, the console keeps telling me that I am in an enslaved faction. This character was only enslaved once this game (via SD after defeat in combat), but escaped. SD Status shows the player as not enslaved,and she's not wearing any restraints or DDs. Any idea what might be causing this? Is there a console command I can use to remove the player manually? I think those factions are invisible, so player.removefac doesn't work after I got the IDs out of TES5Edit. DEC doesn't use the factions, it uses the storageutil variable, which can't be modified with console. I can release a patch for you tonight, if you can't wait that long you could type "SetPQV crdeModsMonitor modLoadedSD 0" in console which should make DEC think SD isn't loaded, and will ignore it.
mrtauntaun Posted December 13, 2016 Posted December 13, 2016 Interesting, so the variable contains the faction information? If the mod ignores SD, will it still use SD for enslavement, or will it ignore that too?
Verstort Posted December 13, 2016 Author Posted December 13, 2016 It'll ignore SD completely, no enslavement either. The variable tells DEC if sd is loaded, it's set when the mod loads for the first time (or if you have it turned on to happen ever save load) but because DEC detects a storageutil variable, and not an actual faction, I can't just tell you to remove the player from a faction or change the faction. It's a temporary solution until I can work on it. I can't really remember why I changed it so that it would use strorageutil instead of faction, I thought I used to use the faction, maybe the faction was broken at some point.
Zor2k13 Posted December 13, 2016 Posted December 13, 2016 Maybe because SD uses factions? I hate the faction stuff it gets kinda screwy in SD with factions if you get enslaved by your housecarl or some other npc that is in strange factions.
Zor2k13 Posted December 14, 2016 Posted December 14, 2016 GODS DAMMIT LYDIA!!!!! she is about as useless as a fifth wheel on a wagon right now for sex. She still tries to initiate dialogue with my character and I only get the default dialogue list instead. I have installed an updated version of the derogatory guards mod and I started using the traps and pitfalls mod too can these things interfere with your mod? I had my character stand in front of lydia buck naked for a while and also just wandered around a bit inside of breezehome and lydia follows of course but she forces dialogue and then I only get the normal list she does this several times with a short amount of time in between each forced dialogue before just giving up for a while and standing there getting horny staring at my naked character.
Verstort Posted December 14, 2016 Author Posted December 14, 2016 You can try this, the only two changes are SD+ uses factions to detect if the player is currently a slave (don't forget to refresh mods to make sure it works) and a maybe fix for followers approaching without dialogue. If this doesn't fix follower dialogue I'll need either to see a papyrus log or assume the follower approach segment needs to be rewritten to fix it. I can't test if these changes work until later tonight though... Deviously Enslaved Continued(v13.6.6 Experimental).7z
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now