WoR_PRC8/_module/nss/doorlock.nss

5 lines
63 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
void main()
{
DelayCommand(1.0, SetLocked( OBJECT_SELF, 1));
}