Advertisement
Guest User

Untitled

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