Quote from: Khris on Fri 12/11/2010 04:42:45
Custom properties are still useful though, e.g. for storing a weapon's damage or a room exit's direction and the like.
You can still do this with a global array. Just index it with the inventory id (for, e.g., weapons), or room number (for exit direction).
I think you can do any custom properties this way. You can even group them in structs (maybe, I haven't tried) if you want to get fancy and organised.
I think if someone is at the level of using custom properies, they would be proficient enough in scripting to do this. That's why for me this has always been a non-issue, but I understand others like to work in different ways.