Skip to content

Commit

Permalink
Merge branch 'dev-1.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
Verteiron committed Jan 1, 2015
2 parents 30cd06c + 3a21cdb commit 18bc819
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dist/Data/scripts/Source/vMYC_CharacterDummyActorScript.psc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,12 @@ Event OnLoad()
SetNINodes()
CheckArmor()
CheckWeapons()


;Extra stuff to make sure NPC responds when activated
BlockActivation(False)
_bWarnedVoiceTypeNoFollower = False
_bWarnedVoiceTypeNoSpouse = False

;DumpNIOData(CharacterName + "_OnLoad_" + GetCurrentRealTime())
If _bFirstLoad
If _iCharGenVersion >= 3
Expand Down

0 comments on commit 18bc819

Please sign in to comment.