Advertisement
Guest User

Untitled

a guest
Nov 13th, 2021
40
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. end
  4.  
  5. if event.type == "digiline" then
  6. return "red"
  7. else
  8. return "black"
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement