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

SCAVDIR=/falken/doors/games/scavhunt

cd $SCAVDIR
PATH=$PATH:.
export PATH
playscav
cd /falken

