View Single Post
  #7  
Old 07-23-2003, 06:05 AM
krich
Hill Giant
 
Join Date: May 2003
Location: The Great Northwest
Posts: 150
Default

I'm looking at the structs as well so that I can hack together a blob converter for myself so I can work with items on my dev server. If it actually works well, I might hand it over...but chances are it'll be ugly and bug ridden.

My question is this:

In the older struct, you can reference the flag variable in the struct to determine whether the item is a common, container or book type. I don't see a "flag" variable in the newer struct.

How does one tell which of the (common, container, book) types to use in the new struct?

Regards,

krich
Reply With Quote