Nadrew wrote:
This should be noted I don't use macros much so you should look at this post by Spuzzum he gives something about macros there.
I know how to do it with letters, but not with numbers Gughunter should know its in his game.
I know he uses Center because when I pushed center it returned open door
client
Center()
for(var/obj/O in oview(0))
O.loc = usr
works for me
although it doesnt call Get()
it works as Get() might as in getting an item in oview(0)