At the moment, all matched actions occur every step, in the order the nouns were matched. In some cases, it would be good to only fire a subset of possible actions (for example, if there are N characters who can meet each other, we may want only one pair to meet per step rather than N x (N-1) pairwise interactions). If the order in which actions occur matters, it would be useful to have this randomizable as well.
At the moment, all matched actions occur every step, in the order the nouns were matched. In some cases, it would be good to only fire a subset of possible actions (for example, if there are
Ncharacters who can meet each other, we may want only one pair to meet per step rather thanN x (N-1)pairwise interactions). If the order in which actions occur matters, it would be useful to have this randomizable as well.