10 lines
95 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oDoor = OBJECT_SELF;
DelayCommand(1.0,ActionLockObject(oDoor));
}