Hi there folks, I'm currently trying to create macro (or abilities) that refers to specific repeating list values. My list is built like this : <h2>Rôle</h2> <fieldset class="repeating_role"> <select name="attr_roles"> <option value="Acrobate">Acrobate</option> <option value="Assasin">Assasin</option> <option value="Cambrioleur">Cambrioleur</option>
... .Sometime, I would need to oppose a "spot check" VS a "infiltation" check. Could it be possible to only refer to a repeating list attribute and compare it to another repeating list attribute and let the system find these values and compare them and then give me a result? Thanks. Sorry if this is in the wrong forum.