View Single Post
  #4  
Unread 06-15-2006, 09:01 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Game Data is essentially a dynamic data link. A pipe that feeds data to other XML objects. Most of these DDs pass multiple attributes, so I doubt you'll be able to do comparisons on them directly.

The usual comparison method is to attach the desired DD to a standard XML object (like a text field) hidden off screen, then do your comparison against the LocalText of that object.
Reply With Quote