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
This post has been closed. You can still view previous posts, but you can't post any new replies.

Question regarding macros

Is it possible to call one macro from another.. for example.. we currently use macros in one of the campaigns i play as a player.. i am a mage.. and i cast a spell, lets say fireball.. now i have a macro set up for fireball, No problem when i click it it casts fireball.. Now i also have a Maximise spell which i can allocate to any spell for a cost (5ed) .. so i created a macro fro maximised spell Now what i want to do is click on teh maximise spekll (it then asks to choose another macro) which i choose fireball.. (Then it would display as) a Maximised Fireball.. is this possible? ps we are using API scripts on the game which enables us to use powercards cheers keith
1431022051
The Aaron
Pro
API Scripter
It sounds like you want to do more than just call the other macro. I assume you want to adjust the mechanics of the second fireball in some fashion by calling the prior one. For example, maybe you want to make the next one do maximum damage. There are ways of doing that with the API that could be written, but I'm not aware of any that are currently written.