Guest Devianza Posted April 26, 2013 Posted April 26, 2013 I found a bug in matchmaker that I just didn't notice before because I wasn't looking for it.At the end of sex using matchmaker, under the magic menu where it lists if you have a disease, etc, and so on, there will be three things listed in there described as "sexual release". They seem to boost the pc's health and stamina for 3 minutes and 0 seconds.The problem is... the 3 minutes never counts down. I left the game running for an hour and came back and it was still at 3 minute and 0 seconds. The only way to get rid of them is to disable matchmaker. I uninstalled Tales of Lycanthropy (the only other script mod I'm using), then went back to my clean save and tried again, but once again it got stuck on 3 minutes and 0 seconds. I should have realized it was an issue yesterday because I noticed the first time I used the mod, my pc started glowing for a moment after having sex the first time, but every time I used matchmaker after, the pc never glowed again.
pds123 Posted April 26, 2013 Posted April 26, 2013 I found a bug in matchmaker that I just didn't notice before because I wasn't looking for it. At the end of sex using matchmaker, under the magic menu where it lists if you have a disease, etc, and so on, there will be three things listed in there described as "sexual release". They seem to boost the pc's health and stamina for 3 minutes and 0 seconds. The problem is... the 3 minutes never counts down. I left the game running for an hour and came back and it was still at 3 minute and 0 seconds. The only way to get rid of them is to disable matchmaker. For the time being, if you can find the name of the magic effect in the script you can manually remove it : http://forums.nexusmods.com/index.php?/topic/872861-tutorial-removing-unwanted-magic-effects-from-the-player
Setekh Posted April 26, 2013 Posted April 26, 2013 I'm wondering if the people CTD'ing after climax with a guy is because of the cum effect overlay. I think there was a similar issue in an early version of Waxen's SexAddict mod.
Guest Devianza Posted April 26, 2013 Posted April 26, 2013 For the time being, if you can find the name of the magic effect in the script you can manually remove it : http://forums.nexusmods.com/index.php?/topic/872861-tutorial-removing-unwanted-magic-effects-from-the-player Thanks, I wasn't aware they could be removed manually. I figure since Working Girl is out now, I'll just rely on that until Ashal can get a chance to fix Matchmaker, that is if he wants to even bother fixing it. If I remember right, it was never really intended to be anything more than a "demo mod" put out so people could test sexlab while waiting for actual add ons, such as working girl. As for the ctd's, the ctd thing started happening yesterday before Working Girl or rev 2 of sexlab were even out.
Dorikin Posted April 26, 2013 Posted April 26, 2013 I'm wondering if the people CTD'ing after climax with a guy is because of the cum effect overlay. I think there was a similar issue in an early version of Waxen's SexAddict mod. That might just be it right there. Cause it seems like it happens right when the cum effect is supposed to show up. Seems like upgrading to Rev. 2 altered the cum effect overlay somehow I'm guessing. But then again I'm not sure how widespread this problem is.
Deathmaw Posted April 26, 2013 Posted April 26, 2013 Im using Rev 2 and the cum effect works fine for me. If i change the hotkeys will they overwrite other game hotkets? Would love to set them to like qwerty.
bjornk Posted April 26, 2013 Posted April 26, 2013 There are no changes in resources and in the esm in Rev2, so whatever the cause of CTDs must be inside sslBaseThread.psc and in EndAnimation function. CTDs occur before rag doll BTW.My guess is it's somewhere in here: function EndAnimation(bool quick = false, int skip = -1) int i = 0 ; Apply cum if !quick while i < actorCount if SexLab.config.bUseCum && anim.GetCum(i) > 0 && gender[i] == anim.female if males > 0 Sound.StopInstance(voicePlaying[i]) voicePlaying[i] = voice[i].Moan(pos[i], 1.0, victim) Sound.SetInstanceVolume(voicePlaying[i], SexLab.config.fVoiceVolume) SexLab.ApplyCum(pos[i],anim.GetCum(i)) elseIf SexLab.config.bAllowFFCum && females > 1 Sound.StopInstance(voicePlaying[i]) voicePlaying[i] = voice[i].Moan(pos[i], 1.0, victim) Sound.SetInstanceVolume(voicePlaying[i], SexLab.config.fVoiceVolume) SexLab.ApplyCum(pos[i],anim.GetCum(i)) endIf endIf i += 1 endWhile endIf ; Reset Idle i = 0 while i < actorCount if i == player Debug.ToggleCollisions() Game.SetInChargen(false, false, false) endIf pos[i].PushActorAway(pos[i], 0.1) i += 1 endWhile Before PushActorAway().
Guest Devianza Posted April 26, 2013 Posted April 26, 2013 Im using Rev 2 and the cum effect works fine for me. If i change the hotkeys will they overwrite other game hotkets? Would love to set them to like qwerty. I use "Space" to advance sex scenes and it works fine and when the animation is over, space goes right back to being my jump key. The only key I found that had to be changed is the "q" key, because the quick inventory still pops up even during an animation, which is why I changed it to the space key with Rev 1. Rev 2 has advance sex set to the ; key but I set it right back to space because I can never find the ; key without looking at the keyboard.
pds123 Posted April 26, 2013 Posted April 26, 2013 There are no changes in resources and in the esm in Rev2, so whatever the cause of CTDs must be inside sslBaseThread.psc and in EndAnimation function. CTDs occur before rag doll BTW. My guess is it's somewhere in here: 719 - Sound.StopInstance(voicePlaying) 758 - self.GoToState("Animating") Corresponds to my log : [04/26/2013 - 03:27:09AM] Error: Attempting to stop an invalid sound instance stack: .Sound.StopInstance() - "" Line ? [sexLabThread (0500792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 719 [sexLabThread (0500792F)].sslthread00.GotoState() - "Form.psc" Line ? [sexLabThread (0500792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 758 [sexLabThread (0500792F)].sslthread00.GotoState() - "Form.psc" Line ? [sexLabThread (0500792F)].sslthread00.OnUpdate() - "sslBaseThread.psc" Line ? [04/26/2013 - 03:27:11AM] Error: Attempting to stop an invalid sound instance stack: .Sound.StopInstance() - "" Line ? [sexLabThread (0500792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 719 [sexLabThread (0500792F)].sslthread00.GotoState() - "Form.psc" Line ? [sexLabThread (0500792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 758 [sexLabThread (0500792F)].sslthread00.GotoState() - "Form.psc" Line ? [sexLabThread (0500792F)].sslthread00.OnUpdate() - "sslBaseThread.psc" Line ? I just posted in working girl about same thing with included save etc https://www.dropbox.com/s/gnfpt0097dknjbk/NazeemCrash.7z
Ashal Posted April 26, 2013 Author Posted April 26, 2013 None of that or what's in your log has to do with the crashing some people are having. The crashes existed before, and the stuff in your log is new from rev2, and has nothing to do with the end of an animation. None of the stuff added in rev2 is very unlikely to be the cause of any crashes. I'm going to be doing some major cleaning and reworking of the animation loop process tomorrow in preparation of adding the foreplay option, I'd suggest just sitting tight and waiting to see if that fixes people's crash issues.
VectorPlexus Posted April 26, 2013 Posted April 26, 2013 I just thought I'd let you guys know, that the mod me and Smurf are developing, SOS- Schlongs of Skyrim, had its release delayed, because we are having the same stability issues (CTD's + Hangs on loads, can be prevented if loaded first a clean save). So this is not exclusive to SexLab. Also a new CK was launched, to match the game version, hopefully that will fix these odd and time consuming problems...
pds123 Posted April 26, 2013 Posted April 26, 2013 Sweet look forward to it. I understand its a beta so it's our job as users to break it as fast as possible and give detailed feedback to iron out the bugs
kevlar69 Posted April 26, 2013 Posted April 26, 2013 For the time being, if you can find the name of the magic effect in the script you can manually remove it : http://forums.nexusmods.com/index.php?/topic/872861-tutorial-removing-unwanted-magic-effects-from-the-player Thanks, I wasn't aware they could be removed manually. I figure since Working Girl is out now, I'll just rely on that until Ashal can get a chance to fix Matchmaker, that is if he wants to even bother fixing it. If I remember right, it was never really intended to be anything more than a "demo mod" put out so people could test sexlab while waiting for actual add ons, such as working girl. Personally, I'd prefer addons for sexlab that didn't apply magic effects. Defeated for Sexis would have been perfectly fine without all of the "extras". But the fact it caused the players health and stamina to stop regenerating for awhile, and added an active magic effect, it just opened the door to things bugging out. Defeated worked 80% of the time for me, but the other 20% of the time I had to go into the settings for sexis and reset everything because the effects would stick. As for the ctd's, the ctd thing started happening yesterday before Working Girl or rev 2 of sexlab were even out. How was the 'added active magic effect' a door to things bugging out? I am trying to write a mod now, and I am using 3 magicEffects already. Is this a problem with Defeated or magicEffects in general?
bjornk Posted April 26, 2013 Posted April 26, 2013 I just replaced sslBaseThread.pex of Rev2 with the one from Rev1 and I didn't get a CTD. How about that?
kevlar69 Posted April 26, 2013 Posted April 26, 2013 What happens between the last stage and orgasm? I added callbacks for stage start/end and the orgasm stage, but notice a large time difference in between. The act seems to continue on Stage 1 for the interim time, the 'Orgasm' stage is right on cue. Some code: anims = .sexLab.GetAnimationsByTag(2, "Anal", "Aggressive") sexLab.StartSex(sexActors, anims) Log: [04/25/2013 - 09:46:12PM] : Stage 1 ends...[04/25/2013 - 09:47:04PM] : Orgasms start for 2 participants
Ashal Posted April 26, 2013 Author Posted April 26, 2013 What happens between the last stage and orgasm? I added callbacks for stage start/end and the orgasm stage, but notice a large time difference in between. The act seems to continue on Stage 1 for the interim time, the 'Orgasm' stage is right on cue. Some code: anims = .sexLab.GetAnimationsByTag(2, "Anal", "Aggressive") sexLab.StartSex(sexActors, anims) Log: [04/25/2013 - 09:46:12PM] : Stage 1 ends... [04/25/2013 - 09:47:04PM] : Orgasms start for 2 participants Just the advancestage state, where it just does a condition check to see if it should goto another stage or orgams. I've done some major changes to how callbacks work though in my current version, so I'd suggest waiting a little bit if your using them for anything.
Guest Devianza Posted April 26, 2013 Posted April 26, 2013 How was the 'added active magic effect' a door to things bugging out? I am trying to write a mod now, and I am using 3 magicEffects already. Is this a problem with Defeated or magicEffects in general? In regards to defeated, the active effects after rape worked most of the time but sometimes they'd make it to where the healthbar and stamina bar never would regenerate, unless reset via the settings in sexis. I'd consider that "opening a door to things bugging out" because if he had just not added that feature, it wouldn't have been an issue. As for matchmaker, I'm just starting a clean save with it disabled and Working GIrl enabled. That way I can just rely on Working Girl without the stuck magic effects, and if Ashal fixes Matchmaker, I'll toss it back into the mix. I don't really use it anymore to start animations between my player and an npc since I have working girl for that, but its still fun to use it to get two guards to go at it while I sneak into a locked room.
Deathmaw Posted April 26, 2013 Posted April 26, 2013 Hmm for some reason when i set advance stage to spacebar it stops functioning as jump but if i assign the other ones like change position to E, E still works for activation
kevlar69 Posted April 26, 2013 Posted April 26, 2013 What happens between the last stage and orgasm? I added callbacks for stage start/end and the orgasm stage, but notice a large time difference in between. The act seems to continue on Stage 1 for the interim time, the 'Orgasm' stage is right on cue. Some code: anims = .sexLab.GetAnimationsByTag(2, "Anal", "Aggressive") sexLab.StartSex(sexActors, anims) Log: [04/25/2013 - 09:46:12PM] : Stage 1 ends... [04/25/2013 - 09:47:04PM] : Orgasms start for 2 participants Just the advancestage state, where it just does a condition check to see if it should goto another stage or orgams. I've done some major changes to how callbacks work though in my current version, so I'd suggest waiting a little bit if your using them for anything. I'm just experimenting right now, so there is nothing to lose. I don't see a way to set the number of stages, or time for each. If a separate startSex() call is required for each stage, how do you prevent the 'orgasm' stage? I don't see this in the API, but it sounds like you already have it in there....
GECK.O Posted April 26, 2013 Posted April 26, 2013 @Ashal Tested for several minutes...and it really surprise me how good it is! There's a lot of options in the MCM menu. It seems every experience we get in LoversPK and Sexout are there. I'm hugely satisfied. I hope similar way will be followed by the Sexlab addons too. Can you also add a new spell? Like the Battle Cry, it will affect the entire area, instead of doing it one by one....kind of a sex party spell. I also want to report a bug, I think it's related with the already mentioned above... I feel the sex scene doesn't finish or close properly. It seems there something still running or stuck in the background. After sex, my followers head, neck above, stuck with the previous sex face expression and the head look at above direction. One of my essential follower, when she is down in the battle, she stuck like that forever, healing hand do nothing. During the stuck like that, when you change room (indoor-outdoor), the game CTD.
Sabres Posted April 26, 2013 Posted April 26, 2013 Is anyone else having an issue after sex? My girl either stands there, kinda floating with magic on hands. Or the sex ends and my mouse is disabled for skills. It works in the menu's tho. I have to restart the game to fix the issues. Is there anyway to remap keys? Having the reposition forward and backward, left and right is confusing with the shift key. I always end up messing it all up. Id like to have them as the 1234 keys. One request would be to know what stage of sex I am on.
GECK.O Posted April 26, 2013 Posted April 26, 2013 Arrgh...I can't wait someone made a Street and Combat Rape with this mod... I hope it soon will be released in the next couple of days.
Jimjim117 Posted April 26, 2013 Posted April 26, 2013 One thing I will suggest is adding a changelog to the Op as well as a Last updated date or put a last updated date in the title. Unless you have a good reason for not doing that.
Grahf84 Posted April 26, 2013 Posted April 26, 2013 Awesome mod can see that alot of time went into this, im having the same problem as quite of few others have had with the ctd after trying to save after an sex act, looks like ashal is already working on fixes for this though.
ratrace Posted April 26, 2013 Posted April 26, 2013 I have a debug log now, surprised how long it is. I can see that this mod http://skyrim.nexusmods.com/mods/23600 is spamming error messages, maybe that is the reason. And I had at some time this mod http://skyrim.nexusmods.com/mods/10753 installed but uninstalled it on the last few trials with the sexlab mod. I followed the author's description on how to properly uninstall it, but however it left a script running in the savegame. Anyway, here is the debug log: [04/26/2013 - 09:34:30AM] Papyrus log opened (PC) [04/26/2013 - 09:34:30AM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms) [04/26/2013 - 09:34:30AM] Memory page: 128 (min) 512 (max) 76800 (max total) [04/26/2013 - 09:34:38AM] Cannot open store for class "dlc1scwispwallscript", missing file? [04/26/2013 - 09:34:39AM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file? [04/26/2013 - 09:34:40AM] Error: Unable to bind script traptriggerbase to TweakTraps (5F00C515) because their base types do not match [04/26/2013 - 09:34:40AM] Error: Unable to bind script TrapBear to TweakTraps (5F00C515) because their base types do not match [04/26/2013 - 09:34:40AM] Cannot open store for class "SF_TweakP1Pose_02017788", missing file? [04/26/2013 - 09:34:40AM] Error: Unable to bind script SF_TweakP1Pose_02017788 to (5F017788) because their base types do not match [04/26/2013 - 09:34:40AM] Cannot open store for class "SF_TweakP1Hangout_02017201", missing file? [04/26/2013 - 09:34:40AM] Error: Unable to bind script SF_TweakP1Hangout_02017201 to (5F017201) because their base types do not match [04/26/2013 - 09:34:41AM] Error: Unable to bind script DLC2WaterScript to (0401AAD8) because their base types do not match [04/26/2013 - 09:34:45AM] Warning: Property zzTrackShoutPowerPerk on script zzTrachShoutAdvancementScript attached to alias zzPlayerRefAlias on quest zzTrackShoutAdvancementQuest (48000D62) cannot be initialized because the script no longer contains that property [04/26/2013 - 09:34:45AM] Warning: Property outfitEmpty on script _NausicaaTweakerMCMQuest attached to NausicaaTweakerMCMQuest (5B3CDF91) cannot be initialized because the script no longer contains that property [04/26/2013 - 09:34:45AM] Warning: Property pTG05KarliahInvisibilitySpell on script QF_TG05_00021551 attached to TG05 (00021551) cannot be initialized because the script no longer contains that property [04/26/2013 - 09:34:45AM] Warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property [04/26/2013 - 09:34:46AM] VM is freezing... [04/26/2013 - 09:34:46AM] VM is frozen [04/26/2013 - 09:34:46AM] Reverting game... [04/26/2013 - 09:34:46AM] Error: Unable to bind script DLC2WaterScript to (0401AAD8) because their base types do not match [04/26/2013 - 09:34:46AM] Error: Unable to bind script SF_TweakP1Pose_02017788 to (5F017788) because their base types do not match [04/26/2013 - 09:34:46AM] Error: Unable to bind script traptriggerbase to TweakTraps (5F00C515) because their base types do not match [04/26/2013 - 09:34:46AM] Error: Unable to bind script TrapBear to TweakTraps (5F00C515) because their base types do not match [04/26/2013 - 09:34:46AM] Error: Unable to bind script SF_TweakP1Hangout_02017201 to (5F017201) because their base types do not match [04/26/2013 - 09:34:46AM] Warning: Property outfitEmpty on script _NausicaaTweakerMCMQuest attached to NausicaaTweakerMCMQuest (5B3CDF91) cannot be initialized because the script no longer contains that property [04/26/2013 - 09:34:46AM] Warning: Property pTG05KarliahInvisibilitySpell on script QF_TG05_00021551 attached to TG05 (00021551) cannot be initialized because the script no longer contains that property [04/26/2013 - 09:34:46AM] Warning: Property zzTrackShoutPowerPerk on script zzTrachShoutAdvancementScript attached to alias zzPlayerRefAlias on quest zzTrackShoutAdvancementQuest (48000D62) cannot be initialized because the script no longer contains that property [04/26/2013 - 09:34:46AM] Warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property [04/26/2013 - 09:34:48AM] Warning: Property Act_DoActionOnlyOnce on script DLC2dunNchardakPedestalScript attached to (0401D4C9) cannot be initialized because the script no longer contains that property [04/26/2013 - 09:34:53AM] Loading game... [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD20_010048DC", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD20_010048DC referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "aaaDeathRecoveryScript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type aaaDeathRecoveryScript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "AUAFollowerAliasScript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type AUAFollowerAliasScript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD03_010012CB", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD03_010012CB referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD10_01002DD4", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD10_01002DD4 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "PF_RAD22OutlawWoundedPackage_010053AD", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type PF_RAD22OutlawWoundedPackage_010053AD referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "_sa_waitquestscript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type _sa_waitquestscript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "RAD16Script", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type RAD16Script referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD19_010048DA", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD19_010048DA referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "_sa_soundprocessor", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type _sa_soundprocessor referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "AUAQuestScript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type AUAQuestScript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "auafollowerquestscript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type auafollowerquestscript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD28_010063E0", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD28_010063E0 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "PF_RAD10SandboxCurrentLocati_01002DD6", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type PF_RAD10SandboxCurrentLocati_01002DD6 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD33_0100BA12", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD33_0100BA12 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD31_010063E8", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD31_010063E8 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD30_010063E6", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD30_010063E6 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "_sa_crquestscript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type _sa_crquestscript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "PF_RAD27SandboxCurrentLocati_010063DF", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type PF_RAD27SandboxCurrentLocati_010063DF referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "RADWorldInteractionsScript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type RADWorldInteractionsScript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD24_010063D7", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD24_010063D7 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "_SA_NPCSandbox", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type _SA_NPCSandbox referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD35_0100DFC8", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD35_0100DFC8 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD21_01004E44", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD21_01004E44 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD17_010048D6", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD17_010048D6 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "CHFollowerHorseAliasScript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type CHFollowerHorseAliasScript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD09_0100230A", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD09_0100230A referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD07Trigger_01001DA2", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD07Trigger_01001DA2 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "chfolloweraliasscript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type chfolloweraliasscript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "vamMCMenuSCT", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type vamMCMenuSCT referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "aaaSetRespawnScript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type aaaSetRespawnScript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD02_010012C7", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD02_010012C7 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD37_0100DFCD", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD37_0100DFCD referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "FlyTomeTeleport", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type FlyTomeTeleport referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "_sa_soundstorage", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type _sa_soundstorage referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "CHConfigQuestScript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type CHConfigQuestScript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "AUAPlayerAliasScript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type AUAPlayerAliasScript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD06_01001D9A", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD06_01001D9A referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD11_01000D62", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD11_01000D62 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD29_010063E4", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD29_010063E4 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD23_01005911", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD23_01005911 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD14_010038A9", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD14_010038A9 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD12_0100389E", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD12_0100389E referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD26_010063DC", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD26_010063DC referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD04_0100182E", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD04_0100182E referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "chhorsealiasscript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type chhorsealiasscript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD05_01001D94", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD05_01001D94 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "_sa_soundmanager", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type _sa_soundmanager referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD18_010048D8", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD18_010048D8 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "chplayeraliasscript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type chplayeraliasscript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD15_010038AB", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD15_010038AB referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "CH_QF_01020329", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type CH_QF_01020329 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD13_010038A0", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD13_010038A0 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "vamMainSCT", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type vamMainSCT referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD16_010038AE", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD16_010038AE referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD34_0100BA15", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD34_0100BA15 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "AAAAdventurersAndTravelers", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type AAAAdventurersAndTravelers referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "CHFollower_QF_01026EF2", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type CHFollower_QF_01026EF2 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "_SA_RandomRapeQuestScript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type _SA_RandomRapeQuestScript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "aaaDispenserScript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type aaaDispenserScript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD22_01004E47", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD22_01004E47 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_ChangeRaceQuest_010012C7", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_ChangeRaceQuest_010012C7 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "SF_RAD22ExecutionScene_01004E49", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type SF_RAD22ExecutionScene_01004E49 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD07_01001DA3", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD07_01001DA3 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD25_010063D9", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD25_010063D9 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "_sa_voiceprocessor", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type _sa_voiceprocessor referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "CHLatencyTestQuestScript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type CHLatencyTestQuestScript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "asx_spells_sexscene", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type asx_spells_sexscene referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "asx_spells_quest", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type asx_spells_quest referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "aaaHijackDeathScript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type aaaHijackDeathScript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "AUAConfigQuestScript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type AUAConfigQuestScript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "AUA_QF_0100C6C2", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type AUA_QF_0100C6C2 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD32_010099C3", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD32_010099C3 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD27_010063DE", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD27_010063DE referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD36_0100DFCB", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD36_0100DFCB referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD08_01002307", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD08_01002307 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "QF_RAD01_010038A4", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type QF_RAD01_010038A4 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "_SA_ProcessorBase", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type _SA_ProcessorBase referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "CH_PF_CHPlayerHorseWhistlePac_0103D499", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type CH_PF_CHPlayerHorseWhistlePac_0103D499 referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "chquestscript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type chquestscript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "chfollowerquestscript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type chfollowerquestscript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "chfollowerplayeraliasscript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type chfollowerplayeraliasscript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Cannot open store for class "RADBrawlAliasScript", missing file? [04/26/2013 - 09:34:53AM] Warning: Unable to get type RADBrawlAliasScript referenced by the save game. Objects of this type will not be loaded. [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type aaaSetRespawnScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type aaaSetRespawnScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type aaaSetRespawnScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type FlyTomeTeleport in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type aaaSetRespawnScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type RADBrawlAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_ChangeRaceQuest_010012C7 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type vamMainSCT in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type vamMCMenuSCT in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHConfigQuestScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CH_QF_01020329 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chquestscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfollowerquestscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollower_QF_01026EF2 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _sa_soundprocessor in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _sa_voiceprocessor in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _sa_soundstorage in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _sa_soundmanager in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _sa_crquestscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_ProcessorBase in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD23_01005911 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD04_0100182E in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AAAAdventurersAndTravelers in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD21_01004E44 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD11_01000D62 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD22_01004E47 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD03_010012CB in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type SF_RAD22ExecutionScene_01004E49 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD13_010038A0 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD01_010038A4 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type PF_RAD22OutlawWoundedPackage_010053AD in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD16_010038AE in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type RAD16Script in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD07Trigger_01001DA2 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD07_01001DA3 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD15_010038AB in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD14_010038A9 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD08_01002307 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD36_0100DFCB in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD24_010063D7 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD34_0100BA15 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD35_0100DFC8 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD10_01002DD4 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type RADWorldInteractionsScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD37_0100DFCD in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD33_0100BA12 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type PF_RAD10SandboxCurrentLocati_01002DD6 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD25_010063D9 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD09_0100230A in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type PF_RAD27SandboxCurrentLocati_010063DF in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD27_010063DE in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD26_010063DC in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD12_0100389E in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD05_01001D94 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD17_010048D6 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD20_010048DC in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD19_010048DA in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD18_010048D8 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD31_010063E8 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD30_010063E6 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD29_010063E4 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD28_010063E0 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD32_010099C3 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD02_010012C7 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type QF_RAD06_01001D9A in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAQuestScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUA_QF_0100C6C2 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type auafollowerquestscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAConfigQuestScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type aaaHijackDeathScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type aaaDispenserScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type aaaDeathRecoveryScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type asx_spells_quest in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type asx_spells_sexscene in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_RandomRapeQuestScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _sa_waitquestscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHLatencyTestQuestScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CH_PF_CHPlayerHorseWhistlePac_0103D499 in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type aaaSetRespawnScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAPlayerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chplayeraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type RADBrawlAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chhorsealiasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chhorsealiasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfollowerplayeraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type _SA_NPCSandbox in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type FlyTomeTeleport in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type aaaSetRespawnScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type chfolloweraliasscript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type AUAFollowerAliasScript in the type table in save [04/26/2013 - 09:34:53AM] Warning: Could not find type CHFollowerHorseAliasScript in the type table in save [04/26/2013 - 09:34:54AM] VM is thawing... [04/26/2013 - 09:34:54AM] SERANA CURE QUEST: Player loading, setting eyes. [04/26/2013 - 09:34:54AM] SERANA CURE QUEST: Setting eye texture. [04/26/2013 - 09:34:54AM] UBG20MaintQuestPlayerAliasScript OnPlayerLoadGame [04/26/2013 - 09:34:54AM] UBG20MaintQuestPlayerAliasScript Maintenance [04/26/2013 - 09:34:54AM] UBG20MaintQuestPlayerAliasScript SKSE installed, release 41 [04/26/2013 - 09:34:54AM] Error: (02002B74): Has no 3D and thus cannot swap his eye textures.. stack: [ (02002B74)].DLC1SeranaLevelingScript.SetEyeTexture() - "<native>" Line ? [DLC1SeranaCureSelfQuest (02005044)].DLC1SeranaCureQuestScript.SetEyes() - "DLC1SeranaCureQuestScript.psc" Line 43 [alias Player on quest DLC1SeranaCureSelfQuest (02005044)].DLC1SeranaCureSelfQuestPlayerScript.OnPlayerLoadGame() - "DLC1SeranaCureSelfQuestPlayerScript.psc" Line 6 [04/26/2013 - 09:34:54AM] Rough Behind [04/26/2013 - 09:34:55AM] InitWidgetLoader() [04/26/2013 - 09:34:55AM] Error: (000FCEA5): is not in a loaded cell and so cannot have a visual effect applied to it. stack: [ (190258F1)].VisualEffect.Play() - "<native>" Line ? [Active effect 1 on (000FCEA5)]._WetColdBreathActor.OnUpdate() - "_WetColdBreathActor.psc" Line ? [04/26/2013 - 09:34:55AM] Error: (000FCEA5): is not in a loaded cell and so cannot have a visual effect applied to it. stack: [ (190258F1)].VisualEffect.Play() - "<native>" Line ? [Active effect 1 on (000FCEA5)]._WetColdBreathActor.OnUpdate() - "_WetColdBreathActor.psc" Line ? [04/26/2013 - 09:34:55AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type stack: [Active effect 1 on (000FCEA5)]._WetColdBreathActor.RegisterForSingleUpdate() - "<native>" Line ? [Active effect 1 on (000FCEA5)]._WetColdBreathActor.OnUpdate() - "_WetColdBreathActor.psc" Line ? [04/26/2013 - 09:34:55AM] SERANA CURE QUEST: Setting eye texture. [04/26/2013 - 09:34:55AM] Error: File "MM_BeluaSangunaireRevisited.esp" does not exist or is not currently loaded. stack: <unknown self>.Game.GetFormFromFile() - "<native>" Line ? <unknown self>.huntersvisionutilityscript.GetFormlistFromMod() - "HuntersVisionUtilityScript.psc" Line 10 <unknown self>.huntersvisionutilityscript.GetBeluaVampireLordLevitateSpellsList() - "HuntersVisionUtilityScript.psc" Line 19 <unknown self>.huntersvisionutilityscript.AddToBSRSpells() - "HuntersVisionUtilityScript.psc" Line 51 [GophersHuntersVisionQuest (39000800)].huntersvisionmaintainancescript.Maintenance() - "HuntersVisionMaintainanceScript.psc" Line 45 [alias Player on quest GophersHuntersVisionQuest (39000800)].HuntersVisionLoadScript.OnPlayerLoadGame() - "HuntersVisionLoadScript.psc" Line 10 [04/26/2013 - 09:34:55AM] Error: File "MM_BeluaSangunaireRevisited.esp" does not exist or is not currently loaded. stack: <unknown self>.Game.GetFormFromFile() - "<native>" Line ? <unknown self>.huntersvisionutilityscript.GetFormlistFromMod() - "HuntersVisionUtilityScript.psc" Line 10 <unknown self>.huntersvisionutilityscript.GetBeluaVampireLordWalkingSpellsList() - "HuntersVisionUtilityScript.psc" Line 23 <unknown self>.huntersvisionutilityscript.AddToBSRSpells() - "HuntersVisionUtilityScript.psc" Line 52 [GophersHuntersVisionQuest (39000800)].huntersvisionmaintainancescript.Maintenance() - "HuntersVisionMaintainanceScript.psc" Line 45 [alias Player on quest GophersHuntersVisionQuest (39000800)].HuntersVisionLoadScript.OnPlayerLoadGame() - "HuntersVisionLoadScript.psc" Line 10 [04/26/2013 - 09:34:55AM] Error: File "MM_BeluaSangunaireRevisited.esp" does not exist or is not currently loaded. stack: <unknown self>.Game.GetFormFromFile() - "<native>" Line ? <unknown self>.huntersvisionutilityscript.GetFormlistFromMod() - "HuntersVisionUtilityScript.psc" Line 10 <unknown self>.huntersvisionutilityscript.GetBeluaVampireLordLevitateSpellsList() - "HuntersVisionUtilityScript.psc" Line 19 <unknown self>.huntersvisionutilityscript.AddToBSRSpells() - "HuntersVisionUtilityScript.psc" Line 51 [GophersHuntersVisionQuest (39000800)].huntersvisionmaintainancescript.Maintenance() - "HuntersVisionMaintainanceScript.psc" Line 46 [alias Player on quest GophersHuntersVisionQuest (39000800)].HuntersVisionLoadScript.OnPlayerLoadGame() - "HuntersVisionLoadScript.psc" Line 10 [04/26/2013 - 09:34:55AM] Error: File "MM_BeluaSangunaireRevisited.esp" does not exist or is not currently loaded. stack: <unknown self>.Game.GetFormFromFile() - "<native>" Line ? <unknown self>.huntersvisionutilityscript.GetFormlistFromMod() - "HuntersVisionUtilityScript.psc" Line 10 <unknown self>.huntersvisionutilityscript.GetBeluaVampireLordWalkingSpellsList() - "HuntersVisionUtilityScript.psc" Line 23 <unknown self>.huntersvisionutilityscript.AddToBSRSpells() - "HuntersVisionUtilityScript.psc" Line 52 [GophersHuntersVisionQuest (39000800)].huntersvisionmaintainancescript.Maintenance() - "HuntersVisionMaintainanceScript.psc" Line 46 [alias Player on quest GophersHuntersVisionQuest (39000800)].HuntersVisionLoadScript.OnPlayerLoadGame() - "HuntersVisionLoadScript.psc" Line 10 [04/26/2013 - 09:34:55AM] Error: (02002B74): Has no 3D and thus cannot swap his eye textures.. stack: [ (02002B74)].DLC1SeranaLevelingScript.SetEyeTexture() - "<native>" Line ? [DLC1SeranaCureSelfQuest (02005044)].DLC1SeranaCureQuestScript.SetEyes() - "DLC1SeranaCureQuestScript.psc" Line 43 [alias Serana on quest DLC1SeranaCureSelfQuest (02005044)].DLC1SeranaCureQuestAliasScript.OnObjectUnequipped() - "DLC1SeranaCureQuestAliasScript.psc" Line 10 [04/26/2013 - 09:34:55AM] SERANA CURE QUEST: Setting eye texture. [04/26/2013 - 09:34:55AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:55AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:55AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:55AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:55AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:55AM] [04/26/2013 - 09:34:55AM] =====Wet and Cold is refreshing itself and searching for addons. Any errors below are harmless.===== [04/26/2013 - 09:34:55AM] [04/26/2013 - 09:34:55AM] Error: File "1nivWICCloaksCRAFT.esp" does not exist or is not currently loaded. stack: <unknown self>.Game.GetFormFromFile() - "<native>" Line ? [_WetQuest (19000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 239 [alias Player on quest _WetQuest (19000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 10 [04/26/2013 - 09:34:55AM] Error: File "1nivWICCloaks.esp" does not exist or is not currently loaded. stack: <unknown self>.Game.GetFormFromFile() - "<native>" Line ? [_WetQuest (19000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 241 [alias Player on quest _WetQuest (19000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 10 [04/26/2013 - 09:34:55AM] Error: File "1nivWICCloaksNoGuards.esp" does not exist or is not currently loaded. stack: <unknown self>.Game.GetFormFromFile() - "<native>" Line ? [_WetQuest (19000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 243 [alias Player on quest _WetQuest (19000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 10 [04/26/2013 - 09:34:55AM] Error: File "Cloaks.esp" does not exist or is not currently loaded. stack: <unknown self>.Game.GetFormFromFile() - "<native>" Line ? [_WetQuest (19000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 250 [alias Player on quest _WetQuest (19000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 10 [04/26/2013 - 09:34:55AM] Error: File "Cloaks - No Imperial.esp" does not exist or is not currently loaded. stack: <unknown self>.Game.GetFormFromFile() - "<native>" Line ? [_WetQuest (19000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 252 [alias Player on quest _WetQuest (19000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 10 [04/26/2013 - 09:34:55AM] Error: File "Cloaks - Player Only.esp" does not exist or is not currently loaded. stack: <unknown self>.Game.GetFormFromFile() - "<native>" Line ? [_WetQuest (19000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 254 [alias Player on quest _WetQuest (19000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 10 [04/26/2013 - 09:34:55AM] Error: File "Wyrmstooth.esp" does not exist or is not currently loaded. stack: <unknown self>.Game.GetFormFromFile() - "<native>" Line ? [_WetQuest (19000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 303 [alias Player on quest _WetQuest (19000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 10 [04/26/2013 - 09:34:55AM] Error: File "Chesko_Frostfall.esp" does not exist or is not currently loaded. stack: <unknown self>.Game.GetFormFromFile() - "<native>" Line ? [_WetQuest (19000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 310 [alias Player on quest _WetQuest (19000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 10 [04/26/2013 - 09:34:55AM] Error: File "getSnowy.esp" does not exist or is not currently loaded. stack: <unknown self>.Game.GetFormFromFile() - "<native>" Line ? [_WetQuest (19000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 363 [alias Player on quest _WetQuest (19000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 10 [04/26/2013 - 09:34:55AM] Error: File "ClimatesOfTamriel-WinterEdition.esp" does not exist or is not currently loaded. stack: <unknown self>.Game.GetFormFromFile() - "<native>" Line ? [_WetQuest (19000D63)]._wetquestscript.Maintenance() - "_WetQuestScript.psc" Line 369 [alias Player on quest _WetQuest (19000D63)]._WetPlayerAlias.OnPlayerLoadGame() - "_WetPlayerAlias.psc" Line 10 [04/26/2013 - 09:34:55AM] Error: Cannot look at a None target stack: [ (00000014)].Actor.SetLookAt() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 131 [04/26/2013 - 09:34:55AM] Error: Unable to call GetRelationshipRank - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetRelationshipRank() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 132 [04/26/2013 - 09:34:55AM] Warning: Assigning None to a non-object variable named "::temp26" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 132 [04/26/2013 - 09:34:55AM] [04/26/2013 - 09:34:55AM] =====Wet and Cold is finished refreshing itself and searching for addons!===== [04/26/2013 - 09:34:55AM] [04/26/2013 - 09:34:56AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:56AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:56AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:56AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:56AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:56AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:56AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:56AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:56AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:56AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:56AM] Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type stack: [None]._WetUpdate.RegisterForSingleUpdate() - "<native>" Line ? [None]._WetUpdate.OnLocationChange() - "_WetUpdate.psc" Line ? [04/26/2013 - 09:34:56AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:56AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:56AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:56AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:56AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:56AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:56AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:56AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:56AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:56AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:57AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:57AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:57AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:57AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:57AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:57AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:57AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:57AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:57AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:57AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:57AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:57AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:57AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:57AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:57AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:57AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:57AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:57AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:57AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:57AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:58AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:58AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:58AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:58AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:58AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:58AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:58AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:58AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:58AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:58AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:58AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:58AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:58AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:58AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:58AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:58AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:58AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:58AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:58AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:58AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:59AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:59AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:59AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:59AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:59AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:59AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:59AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:59AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:59AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:59AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:59AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:59AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:59AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:59AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:59AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:59AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:59AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:59AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:59AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:59AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:59AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:34:59AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:59AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:34:59AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:34:59AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:00AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:00AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:00AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:00AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:00AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:00AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:00AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:00AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:00AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:00AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:00AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:00AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:00AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:00AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:00AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:00AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:00AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:00AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:00AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:00AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:00AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:00AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:00AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:00AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:00AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:01AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:01AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:01AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:01AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:01AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:01AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:01AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:01AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:01AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:01AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:01AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:01AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:01AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:01AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:01AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:01AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:01AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:01AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:01AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:01AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:02AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:02AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:02AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:02AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:02AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:02AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:02AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:02AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:02AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:02AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:02AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:02AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:02AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:02AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:02AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:02AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:02AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:02AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:02AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:02AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:03AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:03AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:03AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:03AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:03AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:03AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:03AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:03AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:03AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:03AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:03AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:03AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:03AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:03AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:03AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:03AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:03AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:03AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:03AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:03AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:03AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:03AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:03AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:03AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:03AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:04AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:04AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:04AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:04AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:04AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:04AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:04AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:04AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:04AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:04AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:04AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:04AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:04AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:04AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:04AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:04AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:04AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:04AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:04AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:04AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:04AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:04AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:04AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:04AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:04AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:05AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:05AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:05AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:05AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:05AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:05AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:05AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:05AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:05AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:05AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:05AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:05AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:05AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:05AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:05AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:05AM] Error: Cannot look at a None target stack: [ (00000014)].Actor.SetLookAt() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 131 [04/26/2013 - 09:35:05AM] Error: Unable to call GetRelationshipRank - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetRelationshipRank() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 132 [04/26/2013 - 09:35:05AM] Warning: Assigning None to a non-object variable named "::temp26" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 132 [04/26/2013 - 09:35:05AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:05AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:05AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:05AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:05AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:06AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:06AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:06AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:06AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:06AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:06AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:06AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:06AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:06AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:06AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:06AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:06AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:06AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:06AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:06AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:06AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:06AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:06AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:06AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:06AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:06AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:06AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:07AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:07AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:07AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:07AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:07AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:07AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:07AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:07AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:07AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:07AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:07AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:07AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:07AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:07AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:07AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:07AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:07AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:07AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:07AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:07AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:07AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:07AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:07AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:08AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:08AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:08AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:08AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:08AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:08AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:08AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:08AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:08AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:08AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:08AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:08AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:08AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:08AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:08AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:08AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:08AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:08AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:08AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:08AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:09AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:09AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:09AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:09AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:09AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:09AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:09AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:09AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:09AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:09AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:09AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:09AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:09AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:09AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:09AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:09AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:09AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:09AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:09AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:09AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:09AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:09AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:09AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:09AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:09AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:10AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:10AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:10AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:10AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:10AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:10AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:10AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:10AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:10AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:10AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:10AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:10AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:10AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:10AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:10AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:10AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:10AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:10AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:10AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:10AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:10AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:10AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:10AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:10AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:10AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:11AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:11AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:11AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:11AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:11AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:11AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:11AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:11AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:11AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:11AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:11AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:11AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:11AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:11AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:11AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:11AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:11AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:11AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:11AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:11AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:11AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:11AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:11AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:11AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:11AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:11AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:11AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:11AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:11AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:11AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:12AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:12AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:12AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:12AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:12AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:12AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:12AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:12AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:12AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:12AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:12AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:12AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:12AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:12AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:12AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:12AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:12AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:12AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:12AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:12AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:13AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:13AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:13AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:13AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:13AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:13AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:13AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:13AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:13AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:13AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:13AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:13AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:13AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:13AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:13AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:13AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:13AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:13AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:13AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:13AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:13AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:13AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:13AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:13AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:13AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:14AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:14AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:14AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:14AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:14AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:14AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:14AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:14AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:14AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:14AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:14AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:14AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:14AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:14AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:14AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:14AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:14AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:14AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:14AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:14AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:14AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:14AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:14AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:14AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:14AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:15AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:15AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:15AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:15AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:15AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:15AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:15AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:15AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:15AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:15AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:15AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:15AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:15AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:15AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:15AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:15AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:15AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:15AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:15AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:15AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:15AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:15AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:15AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:15AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:15AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:16AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:16AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:16AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:16AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:16AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:19AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:19AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:19AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:19AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:19AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:20AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:20AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:20AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:20AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:20AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:20AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:20AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:20AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:20AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:20AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:20AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:20AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:20AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:20AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:20AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:20AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:20AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:20AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:20AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:20AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:20AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:20AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:20AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:20AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:20AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:21AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:21AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:21AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:21AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:21AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:21AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:21AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:21AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:21AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:21AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:21AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:21AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:21AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:21AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:21AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:21AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:21AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:21AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:21AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:21AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:21AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:21AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:21AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:21AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:21AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:22AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:22AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:22AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:22AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:22AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:22AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:22AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:22AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:22AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:22AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:22AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:22AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:22AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:22AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:22AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:22AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:22AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:22AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:22AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:22AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:22AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:22AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:22AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:22AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:22AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:22AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:22AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:22AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:23AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:23AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:23AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:23AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:23AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:23AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:23AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:23AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:23AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:23AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:23AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:23AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:23AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:23AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:23AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:23AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:23AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:23AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:23AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:23AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:23AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:23AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:23AM] --SEXLAB NOTICE GetAnimationsByType(Selected [[sslAnimAggrBehind <SexLabAnimation (080022EB)>], [sslAnimAggrDoggyStyle <SexLabAnimation (080022EB)>], [sslAnimAggrMissionary <SexLabAnimation (080022EB)>], [sslAnimBoobjob <SexLabAnimation (080022EB)>], [sslAnimDoggyStyle <SexLabAnimation (080022EB)>], [sslAnimHuggingSex <SexLabAnimation (080022EB)>], [sslAnimMissionary <SexLabAnimation (080022EB)>], [sslAnimReverseCowgirl <SexLabAnimation (080022EB)>], [sslAnimSideways <SexLabAnimation (080022EB)>], [sslAnimStanding <SexLabAnimation (080022EB)>], [sslAnimArrokBlowjob <SexLabAnimation (080022EB)>], [sslAnimArrokBoobjob <SexLabAnimation (080022EB)>], [sslAnimArrokCowgirl <SexLabAnimation (080022EB)>], [sslAnimArrokDoggyStyle <SexLabAnimation (080022EB)>], [sslAnimArrokForeplay <SexLabAnimation (080022EB)>], [sslAnimArrokLegUp <SexLabAnimation (080022EB)>], [sslAnimArrokMissionary <SexLabAnimation (080022EB)>], [sslAnimArrokOral <SexLabAnimation (080022EB)>], [sslAnimArrokReverseCowgirl <SexLabAnimation (080022EB)>], ...]) --- actors=2, males=1, females=1, stages=-1, aggress=False, sexual=TRUE [04/26/2013 - 09:35:23AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:23AM] --SEXLAB NOTICE GetAnimationsByType(Selected [[sslAnimTribadism <SexLabAnimation (080022EB)>]]) --- actors=2, males=0, females=2, stages=-1, aggress=False, sexual=TRUE [04/26/2013 - 09:35:23AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:23AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:24AM] --SEXLAB NOTICE StartSex(Starting animation thread[0]) --- sexActors=[[DLC1SeranaLevelingScript < (02002B74)>], [Actor < (00000014)>]] [04/26/2013 - 09:35:24AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:24AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:24AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:24AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:24AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:24AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:24AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:24AM] SERANA CURE QUEST: Setting eye texture. [04/26/2013 - 09:35:24AM] SERANA CURE QUEST: Setting eye texture. [04/26/2013 - 09:35:24AM] SERANA CURE QUEST: Setting eye texture. [04/26/2013 - 09:35:24AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:24AM] SERANA CURE QUEST: Setting eye texture. [04/26/2013 - 09:35:24AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:24AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:24AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:24AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:24AM] SERANA CURE QUEST: Setting eye texture. [04/26/2013 - 09:35:24AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:24AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:24AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:24AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:24AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:24AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:24AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:24AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:24AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:24AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:25AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:25AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:25AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:25AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:25AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:25AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:25AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:25AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:25AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:25AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:25AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:25AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:25AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:25AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:25AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:25AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:25AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:25AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:25AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:25AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:26AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:26AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:26AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:26AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:26AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:26AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:26AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:26AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:26AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:26AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:26AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:26AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:26AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:26AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:26AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:26AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:26AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:26AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:26AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:26AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:26AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:26AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:26AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:26AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:26AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:27AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:27AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:27AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:27AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:27AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:27AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:27AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:27AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:27AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:27AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:27AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:27AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:27AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:27AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:27AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:27AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:27AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:27AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:27AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:27AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:27AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:27AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:27AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:27AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:27AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:28AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:28AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:28AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:28AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:28AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:28AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:28AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:28AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:28AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:28AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:28AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:28AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:28AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:28AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:28AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:28AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:28AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:28AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:28AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:28AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:28AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:28AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:28AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:29AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:29AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:29AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:29AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:29AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:29AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:29AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:29AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:29AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:29AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:29AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:29AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:29AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:29AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:29AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:29AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:29AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:29AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:29AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:29AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:29AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:29AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:30AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:30AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:30AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:30AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:30AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:30AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:30AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:30AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:30AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:30AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:30AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:30AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:30AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:30AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:30AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:30AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:30AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:30AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:30AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:30AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:30AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:30AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:30AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:30AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:30AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:31AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:31AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:31AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:31AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:31AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:31AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:31AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:31AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:31AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:31AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:31AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:31AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:31AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:31AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:31AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:32AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:32AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:32AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:32AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:32AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:32AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:32AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:32AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:32AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:32AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:32AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:32AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:32AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:32AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:32AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:32AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:32AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:32AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:32AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:32AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:32AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:32AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:32AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:32AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:32AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:33AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:33AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:33AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:33AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:33AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:33AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:33AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:33AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:33AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:33AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:33AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:33AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:33AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:33AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:33AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:33AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:33AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:33AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:33AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:33AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:34AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:34AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:34AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:34AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:34AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:34AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:34AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:34AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:34AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:34AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:34AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:34AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:34AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:34AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:34AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:34AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:34AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:34AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:34AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:34AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:34AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:34AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:34AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:34AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:34AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:35AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:35AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:35AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:35AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:35AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:35AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:35AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:35AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:35AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:35AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:35AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:35AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:35AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:35AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:35AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:35AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:35AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:35AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:35AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:35AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:35AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:35AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:35AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:35AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:35AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:36AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:36AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:36AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:36AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:36AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:36AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:36AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:36AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:36AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:36AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:36AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:36AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:36AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:36AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:36AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:36AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:36AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:36AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:36AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:36AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:36AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:36AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:36AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:36AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:36AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:37AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:37AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:37AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:37AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:37AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:37AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:37AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:37AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:37AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:37AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:37AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:37AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:37AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:37AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:37AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:37AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:37AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:37AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:37AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:37AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:37AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:37AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:37AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:38AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:38AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:38AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:38AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:38AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:38AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:38AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:38AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:38AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:38AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:38AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:38AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:38AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:38AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:38AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:38AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:38AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:38AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:38AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:38AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:38AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:38AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:38AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:38AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:38AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:39AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:39AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:39AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:39AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:39AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:39AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:39AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:39AM] Error: Attempting to stop an invalid sound instance stack: <unknown self>.Sound.StopInstance() - "<native>" Line ? [SexLabThread (0800792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 719 [SexLabThread (0800792F)].sslthread00.GotoState() - "Form.psc" Line ? [SexLabThread (0800792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 758 [SexLabThread (0800792F)].sslthread00.GotoState() - "Form.psc" Line ? [SexLabThread (0800792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 744 [SexLabThread (0800792F)].sslthread00.GotoState() - "Form.psc" Line ? [SexLabThread (0800792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 758 [SexLabThread (0800792F)].sslthread00.GotoState() - "Form.psc" Line ? [SexLabThread (0800792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 744 [SexLabThread (0800792F)].sslthread00.GotoState() - "Form.psc" Line ? [SexLabThread (0800792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 758 <truncated stack> [04/26/2013 - 09:35:39AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:39AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:39AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:39AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:39AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:39AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:39AM] Error: Attempting to stop an invalid sound instance stack: <unknown self>.Sound.StopInstance() - "<native>" Line ? [SexLabThread (0800792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 719 [SexLabThread (0800792F)].sslthread00.GotoState() - "Form.psc" Line ? [SexLabThread (0800792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 758 [SexLabThread (0800792F)].sslthread00.GotoState() - "Form.psc" Line ? [SexLabThread (0800792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 744 [SexLabThread (0800792F)].sslthread00.GotoState() - "Form.psc" Line ? [SexLabThread (0800792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 758 [SexLabThread (0800792F)].sslthread00.GotoState() - "Form.psc" Line ? [SexLabThread (0800792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 744 [SexLabThread (0800792F)].sslthread00.GotoState() - "Form.psc" Line ? [SexLabThread (0800792F)].sslthread00.onBeginState() - "sslBaseThread.psc" Line 758 <truncated stack> [04/26/2013 - 09:35:39AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:39AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:39AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:39AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:39AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:39AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:39AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:39AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:39AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:39AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:39AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:39AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:39AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:39AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:40AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:40AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:40AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:40AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:40AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:40AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:40AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:40AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:40AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:40AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:40AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:40AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:40AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:40AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:40AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:40AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:40AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:40AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:40AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:40AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:40AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:40AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:40AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:41AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:41AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:41AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:41AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:41AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:41AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:41AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:41AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:41AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:41AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:41AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:41AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:41AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:41AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:41AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:41AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:41AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:41AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:41AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:41AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:41AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:41AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:41AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:41AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:41AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:41AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:41AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:42AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:42AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:42AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:42AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:42AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:42AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:42AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:42AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:42AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:42AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:42AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:42AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:42AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:42AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:42AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:42AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:42AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:42AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:42AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:42AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:42AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:43AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:43AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:43AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:43AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:43AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:43AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:43AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:43AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:43AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:43AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:43AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:43AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:43AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:43AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:43AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:43AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:43AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:43AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:43AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:43AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:43AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:43AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:43AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:43AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:43AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:43AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:43AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:43AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:43AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:44AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:44AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:44AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:44AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:44AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:44AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:44AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:44AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:44AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:44AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:44AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:44AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:44AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:44AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:44AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:44AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:44AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:44AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:44AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:44AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:44AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:44AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:44AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:44AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:44AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:45AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:45AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:45AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:45AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:45AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:45AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:45AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:45AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:45AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:45AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:45AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:45AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:45AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:45AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:45AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:45AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:45AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:45AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:45AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:45AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:46AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:46AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:46AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:46AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:46AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:46AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:46AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:46AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:46AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:46AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:46AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:46AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:46AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:46AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:46AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:46AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:46AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:46AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:46AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:46AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:46AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:46AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:46AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:46AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:46AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:47AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:47AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:47AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:47AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:47AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:47AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:47AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:47AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:47AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:47AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:47AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:47AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:47AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:47AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:47AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:47AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:47AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:47AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:47AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:47AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:47AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:47AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:47AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:47AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:47AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:48AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:48AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:48AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:48AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:48AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:48AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:48AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:48AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:48AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:48AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:48AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:48AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:48AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:48AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:48AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:48AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:48AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:48AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:48AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:48AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:48AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:48AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:48AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:48AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:48AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:49AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:49AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:49AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:49AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:49AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:49AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:49AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:49AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:49AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:49AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:49AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:49AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:49AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:49AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:49AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:49AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:49AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:49AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:49AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:49AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:49AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:49AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:49AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:49AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:49AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:50AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:50AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:50AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:50AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:50AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:50AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:50AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:50AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:50AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:50AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:50AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:50AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:50AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:50AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:50AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:50AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:50AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:50AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:50AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:50AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:51AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:51AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:51AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:51AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:51AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:51AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:51AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:51AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:51AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:51AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:51AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:51AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:51AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:51AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:51AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:51AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:51AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:51AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:51AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:51AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:51AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:51AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:51AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:51AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:51AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:52AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:52AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:52AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:52AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:52AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:52AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:52AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:52AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:52AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:52AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:52AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:52AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:52AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:52AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:52AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:52AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:52AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:52AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:52AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:52AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:52AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:52AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:52AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:52AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:52AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:53AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:53AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:53AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:53AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:53AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:53AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:53AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:53AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:53AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:53AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:53AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:53AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:53AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:53AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:53AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:53AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:53AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:53AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:53AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:53AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:53AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:53AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:53AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:53AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:53AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:54AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:54AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:54AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:54AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:54AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:54AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:54AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:54AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:54AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:54AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:54AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:54AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:54AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:54AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:54AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:54AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:54AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:54AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:54AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:54AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:54AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:54AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:54AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:54AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:54AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:55AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:55AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:55AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:55AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:55AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:55AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:55AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:55AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:55AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:55AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:55AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:55AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:55AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:55AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:55AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:55AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:55AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:55AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:55AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:55AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:55AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:55AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:55AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:55AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:55AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:56AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:56AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:56AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:56AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:56AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:56AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:56AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:56AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:56AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:56AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:56AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:56AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:56AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:56AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:56AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:56AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:56AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:56AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:56AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:56AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:56AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:56AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:56AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:56AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:56AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:57AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:57AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:57AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:57AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:57AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:57AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:57AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:57AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:57AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:57AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:57AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:57AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:57AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:57AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:57AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:57AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:57AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:57AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:57AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:57AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:57AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:57AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:57AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:57AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:57AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:57AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:57AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:57AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:58AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:58AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:58AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:58AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:58AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:58AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:58AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:58AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:58AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:58AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:58AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:58AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:58AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:58AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:58AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:58AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:58AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:58AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:58AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:58AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:58AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:58AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:58AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:58AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:58AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:58AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:58AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:59AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:59AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:59AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:59AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:59AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:59AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:59AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:59AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:59AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:59AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:59AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:59AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:59AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:59AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:59AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:59AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:59AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:59AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:59AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:59AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:59AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:35:59AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:59AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:35:59AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:35:59AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:00AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:00AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:00AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:00AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:00AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:00AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:00AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:00AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:00AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:00AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:00AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:00AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:00AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:00AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:00AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:00AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:00AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:00AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:00AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:00AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:00AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:00AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:00AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:00AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:00AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:01AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:01AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:01AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:01AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:01AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:01AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:01AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:01AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:01AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:01AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:01AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:01AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:01AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:01AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:01AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:01AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:01AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:01AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:01AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:01AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:01AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:01AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:01AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:01AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:01AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:02AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:02AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:02AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:02AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:02AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:02AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:02AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:02AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:02AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:02AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:02AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:02AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:02AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:02AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:02AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:02AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:02AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:02AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:02AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:02AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:02AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:02AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:02AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:02AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:02AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:03AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:03AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:03AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:03AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:03AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:03AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:03AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:03AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:03AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:03AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:03AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:03AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:03AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:03AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:03AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:03AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:03AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:03AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:03AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:03AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:03AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:03AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:03AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:03AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:03AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:04AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:04AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:04AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:04AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:04AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:04AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:04AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:04AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:04AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:04AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:04AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:04AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:04AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:04AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:04AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:04AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:04AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:04AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:04AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:04AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:04AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:04AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:04AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:04AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:04AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:05AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:05AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:05AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:05AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:05AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:05AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:05AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:05AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:05AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:05AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:05AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:05AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:05AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:05AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:05AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:05AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:05AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:05AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:05AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:05AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:05AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:05AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:05AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:05AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:05AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:06AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:06AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:06AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:06AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:06AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:06AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:06AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:06AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:06AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:06AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:06AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:06AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:06AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:06AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:06AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:07AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:07AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:07AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:07AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:07AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:07AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:07AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:07AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:07AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:07AM] --SEXLAB NOTICE _EndThread(Freeing up animation thread[0]) --- tid=0, player=1 [04/26/2013 - 09:36:07AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:07AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:07AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:07AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:07AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:07AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:07AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:07AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:07AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:07AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:07AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:07AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:07AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:07AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:07AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:07AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:08AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:08AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:08AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:08AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:08AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:08AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:08AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:08AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:08AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:08AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:08AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:08AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:08AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:08AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:08AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:08AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:08AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:08AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:08AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:08AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:08AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:08AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:08AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:08AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:08AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:09AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:09AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:09AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:09AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:09AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:09AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:09AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:09AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:09AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:09AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:09AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:09AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:09AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:09AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:09AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:09AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:09AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:09AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:09AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:09AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:09AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:09AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:09AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:09AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:09AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:10AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:10AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:10AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:10AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:10AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:10AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:10AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:10AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:10AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:10AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:10AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:10AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:10AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:10AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:10AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:10AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:10AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:10AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:10AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:10AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:10AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:10AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:10AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:10AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:10AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:11AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:11AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:11AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:11AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:11AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:11AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:11AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:11AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:11AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:11AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:11AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:11AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:11AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:11AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:11AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:11AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:11AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:11AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:11AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:11AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:11AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:11AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:11AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:11AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:11AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:12AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:12AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:12AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:12AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:12AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:12AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:12AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:12AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:12AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:12AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:12AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:12AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:12AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:12AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:12AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:12AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:12AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:12AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:12AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:12AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:12AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:12AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:12AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:13AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:13AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:13AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:13AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:13AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:13AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:13AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:13AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:13AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:13AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:13AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:13AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:13AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:13AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:13AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:13AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:13AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:13AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:13AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:13AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:13AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:13AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:13AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:13AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:13AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:13AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:13AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:14AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:14AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:14AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:14AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:14AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:14AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:14AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:14AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:14AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:14AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:14AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:14AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:14AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:14AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:14AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:14AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:14AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:14AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:14AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:14AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:16AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:16AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:16AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:16AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:16AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:16AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:16AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:16AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:16AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:16AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:16AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:16AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:16AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:16AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:16AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:16AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:16AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:16AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:16AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:16AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:17AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:17AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:17AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:17AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:17AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:17AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:17AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:17AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:17AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:17AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:17AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:17AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:17AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:17AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:17AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:17AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:17AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:17AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:17AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:17AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:17AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:17AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:17AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:17AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:17AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:18AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:36:18AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:18AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:36:18AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:36:18AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:49AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:37:49AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:49AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:49AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:49AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:49AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:37:49AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:49AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:49AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:49AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:49AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:37:49AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:49AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:49AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:49AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:49AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:37:49AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:49AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:49AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:49AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:49AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:37:49AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:49AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:49AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:49AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:50AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:37:50AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:50AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:50AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:50AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:50AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:37:50AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:50AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:50AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:50AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:50AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:37:50AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:50AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:50AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:50AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:50AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:37:50AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:50AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:50AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:50AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:50AM] Error: Cannot get the heading angle to a None object stack: [ (00000014)].Actor.GetHeadingAngle() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 112 [04/26/2013 - 09:37:50AM] Error: Unable to call IsInDialogueWithPlayer - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.IsInDialogueWithPlayer() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:50AM] Warning: Assigning None to a non-object variable named "::temp21" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 113 [04/26/2013 - 09:37:50AM] Error: Unable to call GetPositionZ - no native object bound to the script object, or object is of incorrect type stack: [ (FF000CE7)].Actor.GetPositionZ() - "<native>" Line ? [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:50AM] Warning: Assigning None to a non-object variable named "::temp27" stack: [Headtracking (27000D94)].HeadTrackingScript.OnUpdate() - "HeadtrackingScript.psc" Line 120 [04/26/2013 - 09:37:52AM] VM is freezing... [04/26/2013 - 09:37:52AM] VM is frozen P.S.: The deathrecovery-script is from this mod: http://skyrim.nexusmods.com/mods/34698 which obviously also has left a script running in the save despite me having followed the author's uninstall description.
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