#!/bin/sh
#* 
#* ------------------------------------------------------------------
#* Role PlayingDB V2.0 by Deepwoods Software
#* ------------------------------------------------------------------
#* RPG.in - Generic script to run the RPG system
#* Created by Robert Heller on Tue Jul 13 18:36:11 1999
#* Changed to shell by Javier Fernandez-Sanguino  Mon, 10 Apr 2000 19:51:02 +0200
#* ------------------------------------------------------------------
#* Modification History: 
#* $Log: RPG.in,v $
#* Revision 1.1  1999/07/13 19:13:24  heller
#* Initial revision
#*
#* ------------------------------------------------------------------
#* Contents:
#* ------------------------------------------------------------------
#*  
#*     Role Playing DB -- A database package that creates and maintains
#* 		       a database of RPG characters, monsters, treasures,
#* 		       spells, and playing environments.
#* 
#*     Copyright (C) 1995,1998,1999  Robert Heller D/B/A Deepwoods Software
#* 			51 Locke Hill Road
#* 			Wendell, MA 01379-9728
#* 
#*     This program is free software; you can redistribute it and/or modify
#*     it under the terms of the GNU General Public License as published by
#*     the Free Software Foundation; either version 2 of the License, or
#*     (at your option) any later version.
#* 
#*     This program is distributed in the hope that it will be useful,
#*     but WITHOUT ANY WARRANTY; without even the implied warranty of
#*     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#*     GNU General Public License for more details.
#* 
#*     You should have received a copy of the GNU General Public License
#*     along with this program; if not, write to 
#      Free Software Foundation, Inc.
#      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#* 
#*  
#* $Id: RPG.in,v 1.1 1999/07/13 19:13:24 heller Rel1 $
export TCLLIBPATH=/usr/lib/RolePlaying-2.0/Scripts:/usr/lib/RolePlaying-2.0
export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
/usr/bin/wish  /usr/lib/RolePlaying-2.0/Scripts/Main.tcl -name Rpg
