LoD_PRC8/_module/nss/autocloseandlock.nss

10 lines
113 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
void main()
{
ActionCloseDoor(OBJECT_SELF);
object oTarget;
oTarget = OBJECT_SELF;
SetLocked(oTarget, TRUE);
}