Your `Find` call isn't finding `SmokeDoor`. Either because it doesn't exist, or it's already inactive. `Find` won't find an object that isn't already active.
Since you already know what object you want to activate, you should be able to set up a reference to it on the script and establish that relationship in the editor by dragging the `SmokeDoor` object to it.
↧