Just add to the end after all the other code:
(instance Something of Prop/Act/Door
(properties
view
x number
y number
loop number
cel number
)
)
And after (super:init())
(self:setScript(RoomScript))
add
(Something: init()
setCycle(Fwd) //if you want it to cycle
)
See code.txt for example script.
-Eigen