ID:1973008
 
BYOND Version:509 (please use Other... and specify minor build)
Operating System:Windows 7 Pro
Web Browser:Chrome 46.0.2490.80
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
The error is valid but it's missing a space between return and the undefined type.

Build: .1307

Map_GetInnerTurfs()
var/list/turf/rooms/listOfTurfs = block(locate(2, 2, m_zLevel), locate(m_iMapWidth, m_iMapHeight, m_zLevel))
return listOfTurfs


The error message we get:
maps.dm:68:error: returnlistOfTurfs: undefined type: listOfTurfs