Door Problem

Possible library issue.

An open lockable door can be locked without the door auto closing. The door can be subsequently closed.

1 Like

Thanks! Will fix. The rule that needs to be added is:

(before [lock (lockable $Obj) with $])
    (openable $Obj)
    ($Obj is open)
    (first try [close $Obj])