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

Spell macro's DND 3.5

I am using this, but it does not have the problem: <a href="https://app.roll20.net/forum/post/2630375/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/2630375/slug%7D</a> The problem is that I do not know how to do this for the duration and other things: When you want more then 1 caster level as @{casterlevel} how do you get the multiplier here? I have tried things like @{casterlevel}*x &nbsp;where x is the variable.
Edit: Now I am having trouble with detect evil, as it keeps saying: No attribute was found for @{Eva|{{casterlevel} Here is the macro that I am using: &{template:DnD35StdRoll} {{pcflag=true}} {{name=@{character_name} }}{{subtags=Casts [Detect Evil]( <a href="http://www.d20srd.org/srd/spells/detectEvil.htm" rel="nofollow">http://www.d20srd.org/srd/spells/detectEvil.htm</a> ))}}{{Range: 60 ft} Duration: @{{{casterlevel}} minutes}}{{Description: Detect Evil Creatures}}
1487270392

Edited 1487270451
You have extra {s in here @{ {{ casterlevel } } Make it @{casterlevel}
I don't know the template structure of the 3.5 sheet but I see some other problems in there as well. {{Range: 60 ft} Duration: @{casterlevel} minutes}}{{Description: Detect Evil Creatures}} all needs some work.
ach yes, that is what I get for slapping it down real quick ^^
1487276446
Andrew C
Marketplace Creator
{{Range = 60ft }} {{Duration= @{casterlevel} min = [[10*@{casterlevel}]] rounds }}
Thank you yet again. ^^