7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "beersongline", 0);
|
|
SetLocalInt(OBJECT_SELF, "hostilecount", 0);
|
|
SetLocalInt(OBJECT_SELF, "nonhumancheck", 0);
|
|
}
|