Guest User

Untitled

a guest
Nov 13th, 2021
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. if event.type == "digiline" then
  2. message = event.msg
  3. digiline_send("debug","digiline")
  4. end
  5.  
  6. if event.type == "item" then
  7. digiline_send("debug","item")
  8. --digiline_send("debugg", message)
  9. return message
  10. end
Advertisement
Add Comment
Please, Sign In to add comment