# This is the script file that calls the blackjack door game, this script
# file should not be modified unless the paths have changed.

FFATDIR=/falken/doors/games/ffat

cd $FFATDIR
PATH=$PATH:.
export PATH
playffat /falken/doors/games/ffat/
cd /falken

