2024-06-20 15:47:42 -04:00

7 lines
152 B
Plaintext

void main()
{
SetLocalInt(OBJECT_SELF, "beersongline", 0);
SetLocalInt(OBJECT_SELF, "hostilecount", 0);
SetLocalInt(OBJECT_SELF, "nonhumancheck", 0);
}