// script.C -- written 3/16/96 by Max Hailperin // // This is the user interface of the Photon game, written as a TCL script. // // The assumption is that the script.tcl file will be in the current directory // or in one of the directories on the TCL search path (see TCL documentation) // when the user runs the Photon game. That assumption can be avoided by // putting a full pathname in below, for example ~juser/lib/Photon/script.tcl, // in place of script.tcl, will make it always go there to look for the file // regardless of what the search path or current directory is. char photonScript[] = "source script.tcl";