generated from Jaysyn/ModuleTemplate
8 lines
216 B
Plaintext
8 lines
216 B
Plaintext
void main()
|
|
{
|
|
SetLocalInt(GetExitingObject(), "nDC", 10);
|
|
SetLocalInt(GetExitingObject(), "nFail", 0);
|
|
SetLocalInt(GetExitingObject(), "nDrowning", 0);
|
|
SetLocalInt(GetExitingObject(), "nTimer", 0);
|
|
}
|