ID:87703
 
Resolved
Fixed in 462
BYOND Version:461
Operating System:Windows Vista Home Basic 64-bit
Web Browser:Firefox 3.5.6
Status: Resolved (462)

This issue has been resolved.
[Moved from code problems]
Straight from the gm guide. Here is get().

Code:
obj
verb
get()
set src in usr.loc
loc = usr



Problem description:

I cannot pick up objects on the left side of the map. (They will not go in my inventory or leave the tile).

Black X = working.
Red X = only spot where error occurs.

BLACK STUFF |XXXXX|BLACK STUFF
BLACK STUFF |XXXXX|BLACK STUFF
BLACK STUFF |XXXXX|BLACK STUFF
BLACK STUFF BLACK BLACK STUFF

There's the actual resource file. It's very small.
http://www.sendspace.com/file/r44vz8
Bug fix: Verbs with set src in usr.loc didn't work when the x or y coordinate was 1.

Nice catch, thanks. It looks like this has been around for a little while now. As a workaround I recommend putting some dense tiles at the borders of the map so you won't need to worry about this.