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

13 lines
203 B
Plaintext

void main()
{
AssignCommand(OBJECT_SELF, PlaySound("as_cv_winch1"));
if (GetLocalInt(GetModule(),"KValves")==2)
{
SetLocalInt(GetModule(),"KValves",3);
}
else
{
SetLocalInt(GetModule(),"KValves",5);
}
}