I realize I could just add something like this:
var/list/objsinworld = list() |
but that would take much longer as there are a lot of GM verbs and I make more for myself every week :P
I looked in DM Referance, but all it says is that "its not recommended to define a new /atom/movable" and just to use /turf, /obj, /mob, and /area, so I figured it was possible but I can't get it :(
I currently have /atom/movable/returnpoint defined, but I can't place it on the map with Dream Maker, and when placed on the map while the game is hosting, it gives it the correct variables, but I can use all of the save verbs on it that I can use for an /obj. It doesn't have variables from /obj/var, its type isn't /obj/var, but it treats it as an obj :(
Is this just because the game doesn't like my new atom, because the game doesn't like me, or because doing what I'm trying to do is impossible? :P
(A quick Ctrl+H can change everything back to an obj, I'd just like this to work =)