is there a way to just directly refernce the objects?
something like:
ListName[ID].ObjectVariable=X |
that doesnt work due to the []s
so what i have to do is
var/obj/ObjName=ListName[ID] |
not exactly a major concern, just a minor waste of time and space <.<<br/> so anyone know a way to do something like the first example instead?
That was just a random sample.