PWE_PRC8/_module/nss/ats_tcan_onclose.nss

8 lines
117 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
#include "ats_inc_common"
void main()
{
ClearAllActions();
SetLocalInt(OBJECT_SELF, "ats_opened", FALSE);
}