Community
SCI Programming => Mega Tokyo SCI Archive => Topic started by: Grover on September 08, 2002, 06:24:10 PM
-
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.
Thanks,
Grover
-
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!