Advertisement
GrandBulwark

Untitled

Feb 24th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Function OnLoad()
  2. If BulwarkPlayerHomes.GetValueInt() == 1
  3. While (!BulwarkStashQasmoke.IsNearPlayer())
  4. BulwarkStashQasmoke.Moveto(BulwarkStashPlayerHomes)
  5. BulwarkStashSolitude.Moveto(BulwarkStashPlayerHomes)
  6. BulwarkStashQasmoke.Enable()
  7. EndWhile
  8. BulwarkStashPlayerHomes.Disable()
  9. Else
  10. BulwarkStashPlayerHomes.Disable()
  11. Endif
  12. EndFunction
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement