Hey all, I was wondering if anyone might be able to give me a quick pointer on how to write expressions that have multiple lines of code in them inside Houdini. I basically just want to do the following (simplified version) dist = distance(0,0,0, $TX, $TY, $TZ) div = dist / 5 /obj/meshing/attribcreate1/value1 = div And that's it! Does anyone know the correct python and hscript syntax for this? Cheers, Sid (Total n00b)