RATDOG/_module/nss/drownenter.nss

8 lines
204 B
Plaintext
Raw Normal View History

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