; Launch Angband 2.8.1
; written for workbench 3.0

cd lib/save
set Character=NONE
set Character=`requestfile noicons`
cd /
cd /

;-- Check for CANCEL
if "$character" eq "NONE"
  skip end
endif

;-- Check for a blank charactername
if "$character" eq ""
  skip end
endif

lib/bin/Angband -u$Character

;-- End
LAB end

