HoS_PRC8/_mod/_module/nss/oc_lock.nss

6 lines
65 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// on close lock
void main()
{
SetLocked(OBJECT_SELF,TRUE);
}