
I am having a rather odd problem in some of my macros posting several times to the chat each time they are used. I have made several macros for spells in 3.5 D&D, which are placed in the spells list for each character. I then made a dropdown macro to put in the abilities page that is put as a token action for ease of play. Now, the spells all work when used from the character sheet, but two don't work when used from the dropdown. Let me explain with some screen shots I got. I will post my actual macros at the bottom. For instance, with my light macro I get this in the chat, which it what it should be. My Arcane Mark, when done from the character sheet, gives the following, which is basically what it should be, though the choices are not made. But from the drop down menus it gives something like this: (taken from the Chat Log; it actually repeats the three section 22 times each). Could you look at the following macros and tell me why this is happening? My drop down macro ?{choose|@{selected|repeating_spells02_$0_spellname02},
@{selected|repeating_spells02_$0_spellmacro02}|@{selected|repeating_spells02_$1_spellname02},
@{selected|repeating_spells02_$1_spellmacro02}|@{selected|repeating_spells02_$2_spellname02},
@{selected|repeating_spells02_$2_spellmacro02}|@{selected|repeating_spells02_$3_spellname02},
@{selected|repeating_spells02_$3_spellmacro02}|@{selected|repeating_spells02_$4_spellname02},
@{selected|repeating_spells02_$4_spellmacro02}|@{selected|repeating_spells02_$5_spellname02},
@{selected|repeating_spells02_$5_spellmacro02}}
Light Spell macro /em
@{selected|character_name} casts the spell **LIGHT**, touching ?{target | } to cause it to
glow like a torch, shedding bright light in a 20-foot radius. This
persists for [[@{selected|casterlevel}*10]] minutes. /w
gm This is an Evocation [light] effect that has V components and requires a
naturally phosphorescent object.
/w
gm It will not function in magical darkness, and it counters/dispels
darkness of level [[0]]. Arcane Mark spell macro /em
@{selected|character_name} casts the spell **ARCANE MARK** to inscribe their
personal mark on ?{target | } . The writing is ?{choose | visible | invisible } /w
gm this is a universal spell with V and S components. There is no save or SR.
/w gm The mark must fit within a 1 foot square. It
cannot be dispelled, but Erase will remove it. Detect Magic will reveal
the mark, and read magic will decipher it. It also does it on my Open/Close spell macro, which I give here. /em
@{selected|character_name} casts the spell **?{choose | OPEN |
CLOSE } ** to
?{choose | OPEN | CLOSE } ?{target | } which must be
within [[25+{{@{selected|casterlevel}/2 } *5 } ]] feet away, /w
gm This can effect a door, chest, box,
window, bag, pouch, bottle, barrel, or
other container. If anything resists this activity, or if the object to
be effected weighs more than [[30]] lbs, the spell fails.
/w gm This is a Transmutation effect
that has V and S components and requires a key as a focus. SR applies,
and a will save of DC
[[floor(@{selected|spelldc0}+(@{selected|casterlevel}/2))]] will negate the
effect.