Why not let users to define more triggers with the same pattern, when they have keep evaluating on?
For example I use two prompt triggers - one active always to watch my current hp etc, the second one activated only sometimes from script to serve as triger to function that captures multi-line object identify and puts it into database (as a sign where the object id ends). I solved it by adding (.*) to the beginning of one of them, but I see no reason for this not to be allowed directly without such tricks.
For example I use two prompt triggers - one active always to watch my current hp etc, the second one activated only sometimes from script to serve as triger to function that captures multi-line object identify and puts it into database (as a sign where the object id ends). I solved it by adding (.*) to the beginning of one of them, but I see no reason for this not to be allowed directly without such tricks.