Property Problem
var/list/property[1][5][5]proc/Blank_Property() property[1][1][1] = "N/A" proc/Ask_Owner(sectorx,sectory,map) "The owner of this property is: [property[map][sectorx][sectory]]"
It doesn't seem to like the last line:
> proc/Ask_Owner(sectorx,sectory,map)> world << "The owner of this property is: [property[map][sectorx][sectory]]">
it's just text floating in the middle of nowhere. DM doesn't know what to do with it.