From what you describe it seems that the help event triggers a reset of the what's this mode.

So what you could try is to have a state flag somewhere, that indicates whether you want to be in what's this mode, and use a global event filter to track what's this responses.
After each response you check the flag and reenter the what's this mode if necessary.

Cheers,
_