View Single Post
Old 06-12-2007, 01:18 AM   #7 (permalink)
Tru
Forum Expert
 
Tru's Avatar
 
Join Date: Jan 2003
Location: California
Age: 41
Posts: 3,259
Default

in BaseHouse.cs after this

Code:
else if ( item is Clock )
return true;
add this

Code:
else if ( item is LightSwitch )
	return true;
Tru is offline   Reply With Quote