To do this, you must trigger an event programmatically...
But you must understand, follow me requires two main parameters,
* The User
* The Room the User is in.
The first one is especially important, because you can't assume houses only have one user.
If you look inside the source of any created device, you'll see an example section, where there is code on how to send an event.
This can also be mimicked with the MessageSend command.
Use the Advanced > DCE > Events section in the menu, to look up the event, and what command parameters to send, as well as looking at the MessageSend page on the wiki to see how to send the message. Events are message type 2.
-Thom