Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local monitorSide = "top" -- the side the monitor is on
- if peripheral.isPresent(monitorSide) and peripheral.getType(monitorSide) == "monitor" then
- term.redirect(peripheral.wrap(monitorSide))
- else
- print("No monitor found")
- return
- end
- print("You have a wallet, this is how you use it")
- print("")
- print("/balance - Check account balance")
- print("/pay - Pay another player money from your account")
- print("/wallet balance - Check another player's account balance")
- print("/wallet give - Add credits to player's account")
- print("/wallet take - Take credits from player's account")
- print("/wallet set - Set player's account balance")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement