simulated event PostBeginPlay()
simulated function PostBeginPlay()
{
Super.PostBeginPlay();
SetTimer(0.1, true, 'LogTimer');
}
function LogTimer()
`log("Timer Works");