Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Amount = 10
- local Item = "ex"
- while true do
- shell.run("Trans",Amount,Item)
- local event, a, b = os.pullEvent()
- if event == "Transaction_Accepted" then
- print("accepted")
- elseif event == "Transaction_Declined" then
- print("declined: ", a)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement