Hi, we use the "full" ad&d 2e character sheet . We have problems with AD&D 2e repeating weapons rolls. In fact, we have no problems when we want to access attributes , orders as work as expected : @{selected|repeating_weapons_$1_weaponname} or @{selected|repeating_weapons_$1_attacknum} or @{selected|repeating_weapons_$1_ThaC0} or the same orders with $0 or $2 $0 output is related with second weapon, $1 with third and so. (The first weapon is not referenced with repeating_weapons, they are referenced directly with weaponname, attacknum, Thac0 and so) But we have problems when we try to call rolls. Orders like: %{selected|repeating_weapons_$0_hit1} or %{selected|repeating_weapons_$1_hit1} or %{selected|repeating_weapons_$2_hit1} and %{selected|repeating_weapons_$0_init} or %{selected|repeating_weapons_$1_init} or %{selected|repeating_weapons_$2_init} all of them give outputs related with the first weapon in list, not the one refered with $X. Any idea please? Thanks