 echo "*N"

IF "$qwbgame" EQ "-qws"
 echo " Select master (1-15 or [F]ile or [D]efault file)"
 echo ""
 echo "   1:Barrysworld UK"
 echo "   2:NetGamers Italy"
 echo "   3:The GIB Italy"  
 echo "   4:Ocrana Germany"
 echo "   5:Planetquake"
 echo "   6:ID LIMBO"
 echo "   7:ID CTF"
 echo "   8:ID TF"
 echo "   9:ID MISC"
 echo "   10:ID DM"
 echo "   11:Fortressfest TF"
 echo "   12:Australia"
 echo "   13:Qizmo (public proxies)"  
 echo "   14:eDome Finland"  
 echo "   15:SciFi Finland"  
 echo "   [F]ile: (Requester) lets you select cache-file..."
 echo "   [D]efault cache-file"
ENDIF

IF NOT "$qwbgame" EQ "-qws"
 echo " Select cachefile: [F]ile (Requester) or [D]efault file ?"
ENDIF

GetInput

if $Input eq f

Requestfile >env:cachefile TITLE="Chose cache file" DRAWER="QWBhome:cache/$defcachedir"

qstat $pingfltr -P -sort gp $filters $qwbout -f $cachefile

endif

if $Input eq d
  qstat $pingfltr -P -sort gp $filters $qwbout -f $favorites
endif

if $Input eq default
  qstat $pingfltr -P -sort gp $filters $qwbout -f $favorites
endif

if $Input eq 1
   qstat $pingfltr -P -sort gp $filters $qwbout -qwm qwmaster.barrysworld.com
endif
if $Input eq 2
   qstat $pingfltr -P -sort gp $filters $qwbout -qwm qwmaster.ngi.it
endif
if $Input eq 3
   qstat $pingfltr -P -sort gp $filters $qwbout -qwm satan.gib.it
endif
if $Input eq 4
   qstat $pingfltr -P -sort gp $filters $qwbout -qwm qwmaster.ocrana.de
endif
if $Input eq 5
   qstat $pingfltr -P -sort gp $filters $qwbout -qwm qwmaster.planetquake.com
endif
if $Input eq 6
   qstat $pingfltr -P -sort gp $filters $qwbout -qwm satan.idsoftware.com:27000
endif
if $Input eq 7
   qstat $pingfltr -P -sort gp $filters $qwbout -qwm satan.idsoftware.com:27002
endif
if $Input eq 8
   qstat $pingfltr -P -sort gp $filters $qwbout -qwm satan.idsoftware.com:27003
endif
if $Input eq 9
   qstat $pingfltr -P -sort gp $filters $qwbout -qwm satan.idsoftware.com:27004
endif
if $Input eq 10
   qstat $pingfltr -P -sort gp $filters $qwbout -qwm satan.idsoftware.com:27006
endif
if $Input eq 11
   qstat $pingfltr -P -sort gp $filters $qwbout -qwm 207.88.6.18
endif
if $Input eq 12
   qstat $pingfltr -P -sort gp $filters $qwbout -qwm quakex.camtech.net.au
endif
if $Input eq 13
   qstat $pingfltr -sort p $qwbout -qwm qizmo.sci.fi
endif
if $Input eq 14
   qstat $pingfltr -P -sort gp $filters $qwbout -qwm master.edome.net
endif
if $Input eq 15
   qstat $pingfltr -P -sort gp $filters $qwbout -qwm karr.sci.fi
endif

run <>nil: Play16 $qstatsnd

execute scripts/select_r.rc


