RATDOG/_module/nss/drownenter.nss
Jaysyn904 0f13e6c538 Initial module commit
Initial module commit.
2021-08-29 23:34:48 -04:00

8 lines
204 B
Plaintext

void main()
{
SetLocalInt(GetEnteringObject(), "nTimer", 0);
SetLocalInt(GetEnteringObject(), "nDC", 10);
SetLocalInt(GetEnteringObject(), "nFail", 0);
SetLocalInt(GetEnteringObject(), "nDrowning", 0);
}