Does anyone know the changes that are in it and if they effect the CK?
What info can you share about this patch?
http://www.bethblog.com/2012/05/24/mounted-combat-arrives-in-latest-skyrim-update/
Scriptname fg109TestMEScript extends ActiveMagicEffectActor Playerint IndexEvent OnEffectStart(Actor akTarget, Actor akCaster) Player = akTarget Debug.OpenUserLog("fg109Test") Index = 0 while (Index < 512) Player.UnequipItemSlot(Index) Utility.Wait(1) Index += 1 endwhile Index = 0 Player.UnequipItemSlot(Index) Debug.MessageBox("Complete") Debug.CloseUserLog("fg109Test")EndEventEvent OnObjectUnequipped(Form akBaseObject, ObjectReference akReference) Debug.TraceUser("fg109Test", "[" + Index + "] [" + akBaseObject.GetName() + "] " + akBaseObject) Debug.Notification("[" + Index + "] " + akBaseObject.GetName())EndEvent[05/26/2012 - 07:44:53AM] fg109Test log opened (PC)[05/26/2012 - 07:44:53AM] [1] [Dragonplate Gauntlets] [Form < (00013967)>][05/26/2012 - 07:44:55AM] [3] [Gold Diamond Necklace] [Form < (000877F1)>][05/26/2012 - 07:44:56AM] [4] [Gold Diamond Ring] [Form < (000877C9)>][05/26/2012 - 07:44:58AM] [5] [Dragonplate Boots] [Form < (00013965)>][05/26/2012 - 07:45:00AM] [7] [Dragonplate Shield] [Form < (00013968)>][05/26/2012 - 07:45:03AM] [10] [Dragonplate Helmet] [Form < (00013969)>][05/26/2012 - 07:45:25AM] [32] [Dragonplate Armor] [Form < (00013966)>][05/26/2012 - 07:53:52AM] Log closed

