Hearing Events

michaelbolland

Active Member
Hi guys,

I'm pretty new to ISXVG and C# and was wondering if you could help out with a problem I'm having modifying the tutorials that come from CVS.

What i'm trying to do is trigger an event when I click an item that will log it to a file.

My questions are:

How can triggers be detected?

public void vgevent_ClickItemLink(object sender, LSEventArgs e)
{
InnerSpace.Echo("Received an item click event");
return;
}

doesn't seem to return anything on the console with the sample event system.

My second question what details can I gather on an item? Is there a list of properties for item types? Like damage/wis/int etc?



Thanks

Mike
 

Attachments

Top Bottom