ZoomTrack v1.1 by |HH|BigBunny
====================================
www.planetstarsiege.com/bigbunny


Installation notes:
--------------------
1) Place the ZoomTrack.avl.vol file somewhere
   in your Tribes\Config dir.

2) Fire up Tribes and configure in NewOpts.


Have Fun, |HH|BigBunny

===============================================
To scripters:
===============================================
ZoomTrack allows other scripters to use its Zoom functions and Information.
Everytime the zoom is changed, the event eventZoomChanged is triggered.
The global variable $ZoomTrack::zoomLevel represents the current zoomlevel.
1 means 2x, 4 means 20x. You can use these functions:

ZoomTrack::nextZoom(); - switches to next defined zoomlevel (cycling if allowed)
ZoomTrack::previousZoom(); - switches to previous defined zoomlevel (cycling if allowed)
ZoomTrack::setZoom(%level); - switches to %level zoomlevel (%level between 1 and 4)