Quote: "so what is the code for texturing my matrix"
Prepare Matrix Texture
Quote: "where should i save them so that it can find them"
Try to save them in the same folder (directory) as your .dba file, you can also save them in a sub-directory of your current .dba file. For example if you wanted to keep all your files seperate i.e. sounds, bitmaps, models, etc. you could make a folder named bitmap and put the images inside. Then when you call the
Get Image command you simply add "bitmap/texture.bmp" where "bitmap" is the folder name, that will also work, however keeping everything you need in the same folder as your .dba file is much simpler.
Use the included help files that came with DBC they have every command you need with all the correct syntax included. Hope that helps.
Cory