Can Someone Help

XFan2003 I got a question about the props. I dont quite get the tutorial. If someone can put a larger amount of the script so i can see the code in context. Any advice would help.

Thanx
Tom
XFan2003 Anyone?...lol...
Eigen 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
XFan2003 Thanx alot...:) now i can finally finish the tutorial


Tom