Initial module commit
Initial module commit.
This commit is contained in:
7
_module/nss/drownenter.nss
Normal file
7
_module/nss/drownenter.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(GetEnteringObject(), "nTimer", 0);
|
||||
SetLocalInt(GetEnteringObject(), "nDC", 10);
|
||||
SetLocalInt(GetEnteringObject(), "nFail", 0);
|
||||
SetLocalInt(GetEnteringObject(), "nDrowning", 0);
|
||||
}
|
Reference in New Issue
Block a user