Thanatron v1.2 — File Browser

Thanatronv1.2 / Thanatronv1.2 / Than12 / script.ini

script.ini — 0.9 KB — Download this file

[script]
n0=
n1=;  Thanatron v1.2 Initialization File
n2=;
n3=;  If you have ran Thanatron v1.2 for the first time and it has detected your edition,
n4=;  this file is safe to delete
n5=
n6=
n7=ON 1:START:{
n8=  if $isdir(Suicide) == $true { .load -rs $mircdir $+ Suicide\System\events.ini  | echo -s [System Core] Suicide Edition found: }
n9=  elseif $isdir(Crucify) == $true { .load -rs $mircdir $+ Crucify\System\events.ini | echo -s [System Core] Crucify Edition found: }
n10=  elseif $isdir(Resurrect) == $true { .load -rs $mircdir $+ Resurrect\System\events.ini | echo -s [System Core] Resurrect Edition found: }
n11=  else { echo -a WARNING:  Your copy of Thanatron v1.2 is incomplete or has been tampered with.  Please visit http://www.archeyeve.com/thanatron/ for a new copy. | echo -a WARNING:  This version of mIRC will automatically close in 5 seconds.  |  .timer 1 5 exit }
n12=}