Guest User

Untitled

a guest
Jul 10th, 2014
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. @name
  2. @inputs Item1Button:wirelink
  3. @outputs User
  4. @persist
  5. @trigger
  6.  
  7. Item1 = 200
  8.  
  9. interval(100)
  10.  
  11. if (Item1Button["Out", normal]) {
  12. moneyRequest(Item1Button["Entity", entity],Item1,30,"Please pay for the item.")
  13. }
  14.  
  15. if(moneyClk("Please pay for the item.")){
  16. print("They have payed.")
  17. User = 1
  18. timer("ClickShit", 1000)
  19. }
  20.  
  21. if(moneyNoClk("Please pay for the item.")){
  22. print("They has not payed.")
  23. }
  24.  
  25. if (clk("ClkShit")){User = 0}
Advertisement
Add Comment
Please, Sign In to add comment