// This script will place a small HUD on your screen when the flag is dropped.  Typically,
// if the flag is left in the field for 48 seconds, it will return to base.  I find it useful
// to know when this is going to happen.  It can help you co-ordinate a second flag grap
// attempt, or know when you need to chase down yours.  It requires PrestoPack v0.93 or 
// better.  Unzip to your config directory to make it go.
// =====================
// INSTALL INSTRUCTIONS:
// =====================
// 1. unzip to your config directory,
// 2. add this line to autoexec.cs:
//    Include("rayn\\flagReturn.cs");
// 3. Make sure its after Include("Presto\\install.cs") and the line 
//    Include("rayn\\pingHUD.cs"); if you are docking it to the bottom
//    of pinghud.
//
// - flagreturn.cs goes in: /config/rayn/
// - bmp's go in: config/rayn/bmp/
// ----------------------
// Updates in Version 1.2
// ----------------------
// Bug fixes.
// ----------------------
// Updates in Version 1.1
// ----------------------
// I'm a dumb monkey.  In all the confusion regarding the name change I put the wrong 
// script in the original ZIP.  This one works, I swear ... err I think.
// =======================================================================================
// PREFERENCES -- CHANGE THESE IN THE SCRIPT TO ALTER THE POSITION --.
// =======================================================================================
// HUD Position: I dock this to the bottom of my PiNGHUD, available from my site at
// http://www.planet-tribes.com/rayn.  If you want it that way get pinghud and then 
// uncomment the following line, and comment the old line:
// $dropflag::pos = "left(pingdhud) bottom(pingdhud)";
// Otherwise just change this to wherever you want it, this defaults to the upper right
// corner.
   
    $dropflag::pos = "100% 80%";