mob/player
var
mob/other
verb/test()
src.other.loc = locate(src.loc)
... and to my complete surprise I found that it was.
I've been wasting so much of my life making arrays of variables and weird containers, but now that I know I can just build a variable container object, it is likely to make my life so much easier.
How did I completely miss this? And do others use this functionality a lot?