AOC_PRC8/_module/nss/ats_tcan_onclose.nss

8 lines
117 B
Plaintext
Raw Normal View History

2025-04-03 11:24:16 -04:00
#include "ats_inc_common"
void main()
{
ClearAllActions();
SetLocalInt(OBJECT_SELF, "ats_opened", FALSE);
}