<?xml version="1.0"?>
<ETFSettings version="0.3.2.01"><general><window top="384" left="286"/></general><profile name="FirstProfile" default="True"><minimizer key="0"/><autogammaWin enabled="True"/><autogammaET enabled="True" value="2"/><winresolution enabled="False" width="1280" height="1024"/><normallog enabled="True"/><greplog enabled="False"></greplog><spawntimer startkey="0" stopkey="0" toteam="True"/><dynamitetimer enabled="True" onlyone="True" toteam="False" clearkey="0"><dynamitecommand second="0" iscommand="False">$P ^1$T</dynamitecommand><dynamitecommand second="1" iscommand="False">$P ^+$T</dynamitecommand><dynamitecommand second="2" iscommand="False">$P ^_$T</dynamitecommand><dynamitecommand second="3" iscommand="False">$P ^)$T</dynamitecommand><dynamitecommand second="4" iscommand="False">$P $T</dynamitecommand><dynamitecommand second="5" iscommand="False">$P $T</dynamitecommand><dynamitecommand second="10" iscommand="False">$P $T</dynamitecommand><dynamitecommand second="15" iscommand="False">$P $T</dynamitecommand><dynamitecommand second="20" iscommand="False">$P $T</dynamitecommand><dynamitecommand second="25" iscommand="False">$P $T</dynamitecommand><dynamitecommand second="29" iscommand="False">$P $T</dynamitecommand></dynamitetimer><advancedscripting enabled="False" compilerpath="c:\fpc\2.0.0\bin\i386-win32\fpc.exe"><code>unit UserDefined;{Dont change this!}

interface
uses SysUtils, AS_Functions{Dont delete this!};

//Use the following 2 procedures to react on ET-Events
procedure On_HotKey(AHotKey : Cardinal);
procedure On_LogLine(ALogLine : String);

//Use the procedure ExecETCommand(Command : String) to send a command to ET
implementation

procedure On_HotKey(AHotKey : Cardinal);
begin
 writeln('HotKey:'+IntToStr(AHotKey));
end;

procedure On_LogLine(ALogLine : String);
begin
  writeln('LogLine:'+AlogLine);
end;

end.   

</code><testlines></testlines></advancedscripting><away key="0" command="+attack;-attack;"/><systeminfos key="0" toteam="False" CPUName="True" CPUVendorID="False" Manufacturer="False" CPUFreq="False" OSVersionString="True" NTProductString="False" RAM="True" VideoCard="True" Monitorname="False" UpTime="False"/><retf password=""/><winamp play="0" stop="0" next="192" prev="0" showtrack="0" close="0"/><tkreplyi weap0="" weap1="" weap2="" weap3="" weap4="" weap5="" weap6="" weap7="" weap8="" weap9="" weap10="" weap11="" weap12="" weap13="" weap14="" weap15="" weap16="" weap17=""/><tkreplyo weap0="" weap1="" weap2="" weap3="" weap4="" weap5="" weap6="" weap7="" weap8="" weap9="" weap10="" weap11="" weap12="" weap13="" weap14="" weap15="" weap16="" weap17=""/></profile></ETFSettings>
