7 lines
152 B
Plaintext
Raw Permalink Normal View History

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