All images and code (c) Copyright Bill Kammermeier.  You may also contact me on AOL IM.  Enjoy your stay!

Old Sp3c Info
Server Info
Resources
1.3 Config Scripts
1.3 Quotes

-- ROSTER --
Full Roster
TPG 3v3 Source
TPG 3v3

-- LINKS --
Map Downloads
Ventrilo Tips
DOD Leagues
Past Champs
Community Sites

AIM Auto-away with mIRC and All-seeing Eye

mIRC

File --> Options --> General --> Servers --> [Check] Enable DDE Server

In alias.ini (Tools --> Aliases):
/dod {
      /nick yourname| $+ DOD
      /away DOD at $$3-
      /run aim:goaway?message=Playing+DOD+at+<a+href="eye:// $+ $$2:// $+ $$1"> $+ $$1</a>
      /ame is playing DOD at $$3-
}
/back /nick yourname | /away | /run c:\windows\system32\wscript.exe c:\comeback.vbs
If you are running Windows 2000 the folder is "WINNT" instead of "Windows"

Create a text file called c:\comeback.vbs with the following lines in it:
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.AppActivate "AIM Screename As Formatted - "
WScript.Sleep 100
WshShell.Sendkeys "{ENTER}"
Set WshShell = Nothing

All-Seeing Eye

View --> Options --> [Tab] DDE --> [Check] Enable DDE
When launching game:
mIRC command - /{game} {address} {servertype} [{hostname}] [{address}]
When returning from game:
mIRC command - /back

Notes: In order to automatically come back from away on mIRC The All-Seeing Eye must remain open.