Hi Matt, I will try yours. However, I received the original script from Timothy at ESRI on the Spatial Analyst thread.
FYI
Re: Using the CON statement to calculate reservoir extent for a given dam height
Yes, that Virtual Campus Course is still available - Learning ArcGIS Spatial Analyst
The Con statement you are looking for is something like this:
Con([BasinRaster] AND ([ElevationRaster] <= [HeightValue]), [HeightValue])
This Con statement translates as "If the cell is inside the basin and its elevation is less than or equal to [HeightValue], then return a value of [HeightValue]; else return NoData."