Tracking Menu - Replaces the tracking icon on the minimap with an icon that has a popup menu that allows you to choose which tracking ability to activate. The menu is displayed when you mouse over the icon and is hidden when your mouse is no longer over the icon or the menu. The list of abilities in the menu is automatically populated* with the tracking abilities available to your character, and should update when you aquire new tracking abilities. Web Site

Usage

/bctm_report
Returns all of the localized strings used by the mod. Mainly for debugging purposes.

/bctm_showmenu
Shows the tracking menu centered under the cursor.

/bctm_hidemenu
Hides the tracking menu.

/bctm_getloc
Prints out the current location of the cursor on the screen. This is meant to be used along with bcTM_ShowMenu() function

/bctm_showoptions
Shows the option window.

/bctm_hideoptions
Hides the option window.

/script bcTM_ShowMenu(x, y, anchor);
Shows the tracking menu at the specified location, using the specified anchor point. Valid anchor points are: 'topright', 'topleft', 'bottomright', 'bottomleft', 'center' (default)

Example: /script bcTM_ShowMenu(400, 300, 'topright');

Credits

Revision History

08/03/2005 v1.39

06/20/2005 v1.34

04/05/2005 v1.32

03/30/2005 v1.30

03/29/2005 v1.28

02/18/2005 v1.21

02/01/2005 v1.14

01/23/2005 v1.10

01/15/2005 v1.09

01/07/2004 v1.04

12/??/2004 v1.02

12/??/2004 v1.0