Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. This part goes to your distractor
  2. "actions": {
  3. "night":{
  4. "distract": {
  5. "command": ["distract", "inspect"],
  6. "target":"AnyButSelf",
  7. "common": "Self",
  8. "priority": 4
  9. }
  10. }
  11. }
  12.  
  13. This action goes to everyone but the roles you want the distractor to identify
  14. "actions": {
  15. "inspect": {
  16. "mode": {
  17. "ignore": [ "hooker"]
  18. },
  19. "silent": true
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement