Amon_PRC8/_module/nss/nw_g0_sleep.nss

15 lines
168 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
#include "x0_inc_henai"
void main()
{
// TK removed SendForHelp
// SendForHelp();
SetCommandable(TRUE);
ClearAllActions();
SetCommandable(FALSE);
}