I'd like to reuse the same Probability Table for AI decision making.
For example, the table "DiscardDecision" would be empty, then each card in the player's hand added and weighted according to its importance.
I can use the AsJSON to see that there are entries in the table, but I can't figure out how to clear those entries from it.
Does anyone know if this is possible?
Thanks!
EDIT: It looks like recreating the table with the same name resets the content. Problem solved!