Scriptname Bulwark_ThaneChest_Solitude extends ObjectReference ;Script Authors: GrandBulwark ;V1 ;Properties----------------------------------------------------- ;Thane Quests--------------------------------------------------- ;Container Properties Container Property BulwarkStashSolitude Auto ;Container Property BulwarkStashWindhelm Auto ;Container Property BulwarkStashFalkreath Auto ;Container Property BulwarkStashMortal Auto ;Container Property BulwarkStashDawnstar Auto ;Container Property BulwarkStashMarkarth Auto ;Container Property BulwarkStashRiften Auto ;Container Property BulwarkStashWhiterun Auto ;Container Property BulwarkStashWinterhold Auto Container Property BulwarkStashQasmoke Auto Quest Property Favor252 Auto ;Solitude ;Quest Property Favor254 Auto ;Windhelm ;Quest Property Favor258 Auto ;Falkreath ;Quest Property Favor255 Auto ;Morthal ;Quest Property Favor256 Auto ;Dawnstar ;Quest Property Favor250 Auto ;Markarth ;Quest Property FreeformRiftenThane Auto ;Riften ;Quest Property Favor253 Auto ;Whiterun ;Quest Property Favor257 Auto ;Winterhold Function OnLoad() ; As soon as this object is in view If (Favor252.IsCompleted()) self.enable() BulwarkStashQasmoke.removeallitems(akTransferTo = BulwarkStashSolitude) Debug.MessageBox("Thane's Stash Active in Solitude. Check The Blue Palace Courtyard.") ;Here is where we will otherchests.removeallitems(akTransferTo = BulwarkStashSolitude) Else Endif EndFunction ; FIN