ID:149744
 
It doesn't seem to like the last line:
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]]"
Nova2000 wrote:
It doesn't seem to like the last line:

it's just text floating in the middle of nowhere. DM doesn't know what to do with it.

> proc/Ask_Owner(sectorx,sectory,map)
> world << "The owner of this property is: [property[map][sectorx][sectory]]"
>

In response to Shadowdarke
Ug. I musta been asleep.