8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
void main()
|
|
{
|
|
SetLocalInt(GetExitingObject(), "nDC", 10);
|
|
SetLocalInt(GetExitingObject(), "nFail", 0);
|
|
SetLocalInt(GetExitingObject(), "nDrowning", 0);
|
|
SetLocalInt(GetExitingObject(), "nTimer", 0);
|
|
}
|