Hello everyone! I'm trying to create some macros and abilities to help with Hurl Forcedisk the spell. The way that I'd really like to have is a drop down menu along the lines of "Number of Secondary Targets" with options 0, 1, 2, 3, 4 and then the ability call to generate the text box. I can use the attacher to create a drop down menu like ?{Number of Secondary Targets|0,test0 |1,test1 |2,test2 |3,test3 |4,test4} But when I try to add the ability call it does not work, where 1HFsecTarget generates the sf_generic box with the correct roles. %{Stitches|1HFsecTarget} It kind of makes sense that this doesn't work due to the delimiter '|' being in the text, as the drop down becomes a input box with the start of the ability. However it also produces the same result when 1HFsecTar is an attribute and referenced as @{1HFsecTar} Which also seems a bit odd. I am very new to this whole macro and attacher thing (this afternoon in fact) and I'm wondering if there is any work arounds so that the menu can execute the ability For complete reference, the attacher code (on the second line) is ?{Number of Secondary Targets|1,%{Stitches|1HFsecTar}|2,test2} And the 1HFsecTar code is &{template:sf_generic} {{name=@{character_name}}} {{title=Hurl Forcedisk Secondary Target}} {{r1name=ATTACK}} {{r1=[[1d20 + @{dexterity_mod} + @{bab}]]}} {{r2name=Spell Penteration}} {{r2=[[1d20+@{class_1_level}]]}} {{r3name=Force}} {{r3=[[2d6]]}}
Thanks for the assistance!