Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. API Chat Commands
  2. Settings:
  3. Log
  4. * default: 'on' and 'single'
  5. * Description: Sets the visual output in the chat window for the dice rolls
  6. * Command: !eed log on|off|multi|single
  7. Graphics
  8. * default: 'on' and 'm'
  9. * Description: Sets chat window dice output as graphic, small, medium, or large if "on" or as text if "off"
  10. * Command: !eed graphics on|off|s|m|l
  11. Test
  12. * Description: Output every side of every die to the chat window
  13. * !eed test
  14. Debug
  15. * default: 'off'
  16. * DescriptionL Sets the logging level of the script in the API console. If you are having issues with the
  17. * script rolling incorrect dice, turn on debug logging and post the result in the forums. No need to restart the
  18. * script with this command.
  19. * Command: !eed debug on|off
  20. GM Sheet Settings:
  21. SuggestionDisplay
  22. * Description: Sets the state of the skill_suggestion_setting_display status on the DicePool
  23. * Command: !eed suggestionDisplay none|whisper|always
  24. Fear
  25. * Description: Sets the state of the Fear check status on the DicePool
  26. * Command: !eed fear on|off
  27. Roll:
  28. Label
  29. * default: null
  30. * Description: set the skill name of the roll
  31. * Command: !eed label(Name of Skill)
  32. Initiative
  33. * default: false
  34. * Description: Set NPC/PC initiative true
  35. * Command: !eed npcinit or pcinit and #b #g #y #blk #p #r #w
  36. Skill
  37. * default:
  38. * Description: create the ability and proficiency dice for a skill check
  39. * Command: !eed skill(char_value|skill_value)
  40. Opposed
  41. * default:
  42. * Description: create the difficulty and challenge dice for an opposed skill check
  43. * Command: !eed opposed(char_value|skill_value|[NPC minion group size]|[Is skill a minion skill])
  44. Dice
  45. * default:
  46. * Description: Loop thru the dice and adds or subtracts them from the dice object
  47. * Command: !eed #g #y #b #blk #r #p #w #s #a
  48. Upgrade
  49. * default:
  50. * Description: upgrades ability and difficulty dice
  51. * Command: !eed upgrade(ability|#) or upgrade(difficulty|#)
  52. Downgrade
  53. * default:
  54. * Description: downgrades proficiency and challenge dice
  55. * Command: !eed downgrade(proficiency|#) or downgrade(challenge|#)
  56. Destiny
  57. * default:
  58. * Description: Rolls 1w die and adds the result to the destiny pool
  59. * Command: !eed #w destiny doRoll
  60. Other:
  61. Charsheet
  62. * default:
  63. * Description: Generates a blank character sheet and automatically makes it viewable and editable by the person calling the script.
  64. * Command: !charsheet
  65. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement