Geo found an error when using function plugin.
Geo's test capx has two triggered event(condition), one is "F1", the other is "F2".
In event(condition) "F1", it will trigger "F2". After running all actions in event(condition) "F1", the engine trigger "F2" again.
I guess that it might be caused in eveng.js, "triggerOnSheet" function. Check the loop index "i" at line 1581.