Amon_PRC8/_module/nss/ls_elluteri2.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

10 lines
199 B
Plaintext

void main()
{
SetLocalInt(GetModule(),"DomeDefDead2",(GetLocalInt(GetModule(),"DomeDefDead2") + 1));
if (GetLocalInt(GetModule(),"DomeDefDead2")==6)
{
SetLocalInt(GetModule(),"DomeTrigger2",2);
}
}