Grover |
Is it possible to reference out-of-game objects, such as files on your computer, from within the game? I think it would be interesting (to say the least!) to make a SCI program manager. [center]Thanks, Grover[/center] |
Brian_Provinciano |
SCI has (limited) file manipulation, so you can in fact, read/write files manually. See the FileIO class in the help file. It would be very much so possible to write utilties/apps in SCI itself! Good Luck! |