
Is it possible to get a variable within a repeat section and NOT do rolls? Right now I have a auto-update field that gets the name of the entry. Unfortunately if a user enters "longsword +1" the autoupdate field (which is just value="@{atk_name}") get's set to "1", if the user sets it to "longsword" it shows up as longsword. Anyway to get around this?