Advertisement
GrandBulwark

Untitled

Feb 20th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Function OnCellAttach() ; As soon as this object is in view
  2. If (Favor252.IsCompleted())
  3. While !BulwarkStashSolitude.Is3DLoaded()
  4. BulwarkStashSolitude.enable()
  5. registerforsingleupdate(1)
  6. EndWhile
  7. Else
  8. Endif
  9. EndFunction ; FIN
  10. Function OnUpdate()
  11. If (BulwarkStashSolitude.IsEnabled())
  12. BulwarkStashQasmoke.removeallitems(BulwarkStashSolitude)
  13. Debug.MessageBox("Thane's Stash Active in Solitude. Check The Blue Palace Courtyard.")
  14. ;Here is where we will otherchests.removeallitems(akTransferTo = BulwarkStashSolitude)
  15. Else
  16. Endif
  17. EndFunction
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement