set bih T:HistoryLine-Highscores
if exists data/map
  echo "" >$bih
  echo Highscores for 'History Line 1914-1918' >>$bih
  echo --------------------------------------- >>$bih
  hlhigh data/map >>$bih
endif
if exists data-de/map
  echo "" >>$bih
  echo Highscores for 'History Line 1914-1918' German >>$bih
  echo ---------------------------------------------- >>$bih
  hlhigh data-de/map >>$bih
endif
if exists data-en/map
  echo "" >>$bih
  echo Highscores for 'History Line 1914-1918' English >>$bih
  echo ----------------------------------------------- >>$bih
  hlhigh data-en/map >>$bih
endif
if exists data-fr/map
  echo "" >>$bih
  echo Highscores for 'History Line 1914-1918' French >>$bih
  echo ---------------------------------------------- >>$bih
  hlhigh data-fr/map >>$bih
endif
Multiview $bih
Delete $bih >NIL:
