CampUIEventElement

typedef struct uieventnode
{
short x,y;
// Location of the event (if any)
CampaignTime time;
uchar flags;
Team team;
// The team which benifited the most from this
_TCHAR *eventText;
// The text output
uieventnode *next;
} CampUIEventElement;