Community

SCI Programming => Mega Tokyo SCI Archive => Topic started by: XFan2003 on February 14, 2003, 07:09:08 PM

Title: Newbie question about (theKey:init()(
Post 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

Title: Re:Newbie question about (theKey:init()(
Post by: Eigen on February 15, 2003, 03:16:57 AM
 )
   (method (init)
      (super:init())
//put your objects you want to init here:
(theKey:init())             //not      (theKey:init()(
      (self:setScript(RoomScript))





-Eigen