Advertisement
GrandBulwark

Untitled

Feb 22nd, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Function BulwarkSpell()
  2. BulwarkStashQasmoke.Moveto(Game.GetPlayer(), 0, 0, 0)
  3. BulwarkStashQasmoke.Enable()
  4. While (!BulwarkStashQasmoke.Is3DLoaded())
  5. Utility.Wait(0.1)
  6. If (BulwarkStashQasmoke.Is3DLoaded())
  7. Bulwark_Chest_FXS.Play(BulwarkStashQasmoke, 8.0)
  8. Endif
  9. EndWhile
  10. EndFunction
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement