hey there, i'm trying to call some abilitys within others i know the way %{Bugbear|Attack} but then i can only use it for this one character so i was doing some different stuff and got a really bad solution first of all %{Attack} does not work sadly %{@{character_name} | Attack} does not work either but after the errors it displays in chat "Bugbear|character_name | Attack" so i wrapped around some %{ ... } and i got the call i want ... but with some errors in the chat :-( so my question is: is it a bug ? maybe not even this should be possible or why can i do [label](~@{charachter_name}|Attack) and not %{@{character_name}|Attack} ? or is there a solution i have not found i also tryed with macros #start that just prints "%{" and then in the ability #start @{character_name} | Attack} but the macro prints a ' ' after the "%{" so the call is %{ Bugbear|Attack} what does only print errors Gery