Matthias, I have learned so much in the last few weeks, so thank you! You've helped without doing the project for me and it's much appreciated. I've deleted my last two posts because I figured out the exceptions that my script was throwing.
So I've been trying on and off all day on stuff, now I've gotten to the point where my linking between the Stories attribute and the Stories Case statements exist. When they're linked, and I change the SOURCE from Rule to Object, the value in the stories attribute disappears from my attributes table and there's no extrusion in the scene. It's got to be a scripting problem.
attr Stories = ""
attr ZONING_1 = ""
Lot-->
case ZONING_1 == "RURAL" :
color ("#00C957")
Shape01.
case ZONING_1 == "MIXED ECONOMIC DEVELOPMENT" :
color ("#00611C")
Shape02.
case ZONING_1 == "CORE RESIDENTIAL" :
color ("#C82536")
Shape03.
case ZONING_1 == "RES A" :
color ("#CD5B45")
Shape04.
case ZONING_1 == "RES B" :
color ("#C73F17")
Shape05.
case ZONING_1 == "INDUSTRIAL" :
color ("#C77826")
Shape06.
case ZONING_1 == "RURAL LIGHT INDUSTRIAL" :
color ("#C8F526")
Shape07.
case ZONING_1 == "PDD" :
color ("#CAFF70")
Shape08.
case ZONING_1 == "RURAL HAMLET" :
color ("#CC4E5C")
Shape09.
case ZONING_1 == "RESIDENTIAL LARGE LOT" :
color ("#CC1100")
Shape10.
case ZONING_1 == "HAMLET" :
color ("#C67171")
Shape11.
case ZONING_1 == "COMMERCIAL HAMLET" :
color ("#CC00FF")
Shape12.
case ZONING_1 == "RIVERFRONT RURAL" :
color ("#00FFAA")
Shape13.
case ZONING_1 == "COMMERCIAL" :
color ("#008B45")
Shape14.
case ZONING_1 == "RES C" :
color ("#C82536")
extrude(20)
Shape15.
case ZONING_1 == "MULTI-FAMILY" :
color ("#C71585")
Shape16.
case Stories == "1" : extrude(10)
case Stories == "2" : extrude(20)
case Stories == "3" : extrude(30)
else : NIL