Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @name
- @inputs Item1Button:wirelink
- @outputs User
- @persist
- @trigger
- Item1 = 200
- interval(100)
- if (Item1Button["Out", normal]) {
- moneyRequest(Item1Button["Entity", entity],Item1,30,"Please pay for the item.")
- }
- if(moneyClk("Please pay for the item.")){
- print("They have payed.")
- User = 1
- timer("ClickShit", 1000)
- }
- if(moneyNoClk("Please pay for the item.")){
- print("They has not payed.")
- }
- if (clk("ClkShit")){User = 0}
Advertisement
Add Comment
Please, Sign In to add comment