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