Please Look here for the newest version, This thread is for the legacy version of this script and will not be updated but should still be functional. So far I have seen a few damage automation scripts for D&D 4e but I haven't found one yet that meets my group's requirements so I made my own. Features: Uses inline rolls for all rolls. Applies damage to targeted enemy. Handles bloodied, unconscious and dead statuses automatically. Heals. Damages Types and resistances. NOW WITH POWER CARDS by HoneyBadger <a href="https://app.roll20.net/forum/post/673780/script-custom-power-cards" rel="nofollow">https://app.roll20.net/forum/post/673780/script-custom-power-cards</a> If you like the new chat output please go thank him :) Requirements: Mentor level sub apicmd in a tab before the tab this script is in. Useage example: /em Test Power
!power @{selected|token_id} "Test Power" -a [[1d20+@{Int}+3+1]] -action "Minor Action" -C 19 -d [[1d6+@{Int}+1]] -D [[1d6]] -e "Effect" -E "purple,pink" -h "Hit" -H "green" -k "Weapon, Arcane" -l -m "Miss" -M "yellow" -r "Ranged 10" -R "Something Happens" -s "Can be used as a basic attack" -S "One person" -t @{target|token_id} -T Cold -u Encounter -v Will -y Fire
/em Test Power Direct Damage
!power @{selected|token_id} "Test Power Direct Damage" -d [[2d8]] -t @{target|token_id}
/em Test Power tohit
!power @{selected|token_id} "Test Power tohit" -a [[1d20]] -o 10 -h "Hit"
/em Test Power Heal
!power @{selected|token_id} "Test Power Heal" -t @{target|token_id} -c [[d6]] -b [[20]] Currently working on: Admin Functions (undo) AOE stuff Last Update: 26/02/14 <a href="https://gist.github.com/pigalot/8420359/5817eec66a8474ef5db3e3a3df89da89184df897" rel="nofollow">https://gist.github.com/pigalot/8420359/5817eec66a8474ef5db3e3a3df89da89184df897</a>