(This is for having the laptop in as well. To do without laptop just launch this thread.)
[php]
exitOnEscape(strName)
{
self endon("confirm_location");
self endon("death");
self waittill("cancel_location");
self endLocationSelection();
// Everything below this is not needed if you don't use
// laptop or my custom killstreaks mod base
// so delete that if you dont need it.
self switchToWeapon(self.beforehandweapon);
wait 0.80;
self takeWeapon("killstreak_precision_airstrike_mp");
self thread dealStreak(strName, undefined, 0);
}[/php]