Advertisement
Guest User

d

a guest
Feb 28th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. args = {...}
  2. rednet.open("top")
  3. message = args[1]
  4.  
  5. if message == "die" then
  6. rednet.broadcast("die")
  7. elseif message == "die2" then
  8. rednet.broadcast("die2")
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement