Amon_PRC8/_module/nss/ls_elluteri2.nss

10 lines
199 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
SetLocalInt(GetModule(),"DomeDefDead2",(GetLocalInt(GetModule(),"DomeDefDead2") + 1));
if (GetLocalInt(GetModule(),"DomeDefDead2")==6)
{
SetLocalInt(GetModule(),"DomeTrigger2",2);
}
}