HiddenTradition_PRC8/_module/nss/c_intsetter.nss

7 lines
152 B
Plaintext
Raw Normal View History

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