Quote:
Originally Posted by WhiteDragon
That last post is definitely going in the wrong direction.
One thing I can think of is that the onCreated() of the door or switch is getting called before the database's.
For debugging, echoing an object doesn't really make much sense, try echoing temp.door.type() instead to see if anything is actually there.
|
Yea Kinda figured that. I tried the temp.door.type() and got nothing in RC. Maybe this should be done a different way? Maybe place everything in one function that connects objects and all with params? I dunno.