function OnInit()
EGroup_SetAnimatorState(eg_streetlights, "Light", "On")
end
Scar_AddInit(OnInit)
Is there anyway to turn this off at a specific time? Either via action markers, or any bits of scar coding. I noticed there was a commander to clear entity groups, and I thought that might work, but I don't know how to implement it at a specific time.