I am curious about skipto in Powercards. I have a card setup and I would like to use skipto based on conditionals and depending on which condition is true call chatsetattr to modify the character sheet. -- ?? ~Ammo$ == 1 ?? skipto*1|UseAmmo-0
-- ?+ ~Ammo$ == 2 +? skipto*2|UseAmmo-1
--:UseAmmo-0|
--api_setattr|#UseArrow-0
--skipto*5|EndOfCard
--:UseAmmo-1|
--api_setattr|#UseArrow-1
--skipto*6|EndOfCard
--:EndOfCard|
This card only seems to process the second api call of chatsetattr which calls my UseArrow-1 macro. I would like this to make only the first call at UseAmmo-0 if that is true or skipto UseAmmo-1 if that is true. So not sure if the skipto isn't working or powercards is not liking the 2 api tags.