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

20 lines
588 B
Plaintext

void main()
{
SetLocalInt(GetModule(),"KValves",0);
SetLocalInt(GetModule(), "WaterTrapLim", 0);
AssignCommand(OBJECT_SELF, PlaySound("as_cv_fanlg1"));
DestroyObject(GetObjectByTag("RoomFiller"));
DelayCommand(2.0, DestroyObject(GetObjectByTag("RoomFiller")));
DelayCommand(4.0, DestroyObject(GetObjectByTag("RoomFiller")));
DelayCommand(6.0, DestroyObject(GetObjectByTag("RoomFiller")));
DelayCommand(12.0,DestroyObject(GetObjectByTag("WaterLow")));
DelayCommand(10.0,DestroyObject(GetObjectByTag("WaterMed")));
DelayCommand(8.0,DestroyObject(GetObjectByTag("RightWaterHigh")));
}