Community
SCI Programming => Mega Tokyo SCI Archive => Topic started by: XFan2003 on February 14, 2003, 07:09:08 PM
-
Hi i have a question about the (theKey:init()( part of the help file from Brian. I dont get where exactly im supposed to put it. It says that it goes after the Rm001's init() method. Where is that. Man is this confusing...lol
signed,
tom
-
)
(method (init)
(super:init())
//put your objects you want to init here:
(theKey:init()) //not (theKey:init()(
(self:setScript(RoomScript))
-Eigen