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