Files
HeroesStone_PRC8/_module/nss/sf_port_onenter.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

8 lines
220 B
Plaintext

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