Advertisement
Mrhappyface

Samurai inspector

Jun 2nd, 2011
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. {
  2. "role": "rolename",
  3. "translation": "translationname",
  4. "side": "sidename",
  5. "help":"Use /inspect [name] to inspect someone. You can kill someone during the day and you will not be revealed.",
  6. "actions":{
  7. "night":{
  8. "inspect":{
  9. "target":"AnyButSelf",
  10. "common":"Self",
  11. "priority":30,
  12. "limit":1
  13. }
  14. },
  15. "standby":{
  16. "kill":{
  17. "target":"AnyButSelf",
  18. "msg":"Use /Kill [name] to kill someone.",
  19. "killmsg":"Killmsg"
  20. }
  21. }
  22. }
  23. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement