Hi!
It could depend on how you have set up your work folder.
Here's what I've been using since C-Script.
I created a folder on C:\my_game
and in that folder I created all
the folders for
C:\my_game\bmps
C:\my_game\models
C:\my_game\draw_tga
and so on.
Then in the main script file I added
the lines to get to these folders
PATH "..\\models";
I stayed away from using "C:\\Program Files\\GStudio7....