Hello people, I am just starting to get into the whole thing and already am confronted with a problem. I am trying to create a simple Ability on one char, that simply will roll the first Attack with the first weapon: &{template:pc} {{type=attack}} {{showchar=[[1]]}} {{charname=Testimo}} {{name=Testwurf}} {{roll=@{repeating_attacks_$0_attack1}}} But I get the Error: No attribute was found for @{Testimo|repeating_attacks_-N-n2AbVZRxpHB3ZFQ96_attack1} I know I am using the right ID, because when I use the same code but ask for atkname, it prints the proper result. So, what am I doing wrong? thank you