Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @name AutoGunStoreHyd
  2. @inputs Cash
  3. @outputs Gun Storage
  4. @persist
  5. @trigger
  6.  
  7. Storage = 20
  8.  
  9. if(Cash == 1250)
  10. {
  11. Gun = 1
  12. Storage = Storage - 1
  13. }
  14. else
  15. {
  16. Gun = 0
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement