I've got the following setup:
* Two flags that users can use to flag individual nodes ('like' and 'attend')
* One content type that can be flagged with both 'like' and 'attend' (Javascript toggles)
* A triggered rule to act upon the node being tagged with 'like'
* A triggered rule to act upon the node being tagged with 'attend'

The first triggered rule works all the time. The second triggered rule does not. For testing purposes, I've set the rules up to just display a message on screen. Has anyone else come across this kind of behaviour?