Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

OnMyTurn and Powercards/Scriptcards

Can on my turn launch a powercard or script card? Essentially I want a character to explode on its next turn after reaching 0 hit points.
1618409789
David M.
Pro
API Scripter
I imagine it should be able to do so as it just fires off an ability, however you'll probably need to make sure that the script doesn't rely on @{selected}
1618414051
The Aaron
Roll20 Production Team
API Scripter
@{selected} will be fine, but if the script requires msg.selected to have the selected token(s) in it, you'll probably have some difficulties.
Just something fairly simple like --?? @{selected|hp} < 1 ?? Something|Something [darkside](!
#something) Maybe tokenmod to change token side or aura. Maybe a sfx or audio.
1618421140
The Aaron
Roll20 Production Team
API Scripter
should be fine.