I've been trying to use the function:
StopEvaluatingTriggers (true) in a plugin, but it doesn't seem to be doing anything.
I have plugin A which triggers on a certain line, omitting it from output and then using Simulate to recreate it again.
I have plugin B which also triggers on that line.
Currently, plugin B fires twice, once on the omitted line, and again on the Simulated line. I'm trying to get it to only fire on the simulated line. I added the StopEvaluatingTriggers function just above the simulate function in the script for plugin A, but plugin B is still firing twice.
Any help would be appreciated!
StopEvaluatingTriggers (true) in a plugin, but it doesn't seem to be doing anything.
I have plugin A which triggers on a certain line, omitting it from output and then using Simulate to recreate it again.
I have plugin B which also triggers on that line.
Currently, plugin B fires twice, once on the omitted line, and again on the Simulated line. I'm trying to get it to only fire on the simulated line. I added the StopEvaluatingTriggers function just above the simulate function in the script for plugin A, but plugin B is still firing twice.
Any help would be appreciated!