Use a Custom action with something like this. HBRelog.IdleProfile("Monk Tank",TimeSpan.FromMinutes(23)); Where 'Monk Tank' is the name of your HBRelog profile and 23 is the minutes you want to idle... you can also randomize it if you want by using the System.Random class. examples on the web.