Darn, that's a bummer ...
Ok, So I guess my best chance would be to go the conditions way.
I'm "working" (by that understand that I'm looking for every script on the wiki and more to try to figure out the part I need for what I want to achieve) on one, and there the idea :
In VS set an action on every item so that when clicked they set a value (val_itemID) to a number specific to every item (item1 sets the value to 1, item2 to 2 and so on ...).
Create a condition for every item "description card" (cdt_card1, cdt_car2 etc ...)
Create an execution script that would
1) Store the value of val_itemID on a variable
2) Compare the value to the number contain in the name of every condition entry.
3) change the corresponding condition value to TRUE
4) set the other to false.
As I said, I'm not script proffessional, right now i'm kindof struggling with the data structure of Visionaire. Is there a way to get the conditions linked only to one of visionaire entry (all the condition that ar storred in an interface for exemple) ? Or do I need to make a table selecting only the conditions that got the common part of the name ?
... I don't know if I'm clear :p