Advertisement
GrandBulwark

Untitled

Feb 20th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Scriptname Bulwark_ThaneChest_Solitude extends ObjectReference
  2. ;Script Authors: GrandBulwark
  3.  
  4. ;V1
  5.  
  6. ;Properties-----------------------------------------------------
  7.  
  8. ;Thane Quests---------------------------------------------------
  9. ;Container Properties
  10. Container Property BulwarkStashSolitude Auto
  11. ;Container Property BulwarkStashWindhelm Auto
  12. ;Container Property BulwarkStashFalkreath Auto
  13. ;Container Property BulwarkStashMortal Auto
  14. ;Container Property BulwarkStashDawnstar Auto
  15. ;Container Property BulwarkStashMarkarth Auto
  16. ;Container Property BulwarkStashRiften Auto
  17. ;Container Property BulwarkStashWhiterun Auto
  18. ;Container Property BulwarkStashWinterhold Auto
  19. Container Property BulwarkStashQasmoke Auto
  20.  
  21. Quest Property Favor252 Auto ;Solitude
  22. ;Quest Property Favor254 Auto ;Windhelm
  23. ;Quest Property Favor258 Auto ;Falkreath
  24. ;Quest Property Favor255 Auto ;Morthal
  25. ;Quest Property Favor256 Auto ;Dawnstar
  26. ;Quest Property Favor250 Auto ;Markarth
  27. ;Quest Property FreeformRiftenThane Auto ;Riften
  28. ;Quest Property Favor253 Auto ;Whiterun
  29. ;Quest Property Favor257 Auto ;Winterhold
  30.  
  31.  
  32.  
  33. Function OnLoad() ; As soon as this object is in view
  34. If (Favor252.IsCompleted())
  35. self.enable()
  36. BulwarkStashQasmoke.removeallitems(akTransferTo = BulwarkStashSolitude)
  37. Debug.MessageBox("Thane's Stash Active in Solitude. Check The Blue Palace Courtyard.")
  38. ;Here is where we will otherchests.removeallitems(akTransferTo = BulwarkStashSolitude)
  39. Else
  40. Endif
  41. EndFunction ; FIN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement