Amon_PRC8/_module/nss/light_death2.nss

6 lines
127 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
SetLocalInt(GetModule(),"InchyreDoor02", 1);
DelayCommand(800.0, SetLocalInt(GetModule(),"InchyreDoor02", 0));
}